Download
(3Kb)
Download
Updated: 02-11-10 05:43 PM
Pictures
File Info
Updated:02-11-10 05:43 PM
Created:unknown
Downloads:14,510
Favorites:33
MD5:

Lucidity  Popular! (More than 5000 hits)

Version: 100212
by: villiv [More]

"I'm NOT any kind of coder" made. Treat it as is please.


Lucidity - Simplifies the default action bars.

This is my personal action bars modification. Since this addon does only simplify them, any addons for them like rActionButtonStyler should work.

Additionally, some extra functions are at the end of lua file. If you don't like them, you can delete them safely.


Any thoughts, ideas and surely any helps are welcome. Please leave your comments.

100212 renames a micro button (LFDMicroButton) and toc update.

091124 clean up with some extras.

091008 WotLK ver. I hope so at least.

081215a just re-upload 081127. so sorry.

081127 quick fix hopefully. (disable the offset)

081117 rewrote again. you can choose 1 from 3.

081104 bags and castingbars but no idea how many ppl are using the default ones.

081023 sigh ... I forgot about hunter but no time to test. so sorry.

081020a noobish mistake ... and small tweaks.

081020 rewrote. delete your save file if you mind.

080703a rep bar will watch the last increased faction. empty DB are added.

080618a tweak about button looking.

080616 initial commitment.
Optional Files (0)


Post A Reply Comment Options
Unread 08-01-08, 09:52 AM  
lanacan
A Warpwood Thunder Caller
 
lanacan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 94
File comments: 177
Uploads: 13
I just want to say thanks for this addon, I love simple no config addons that just work and work well.


It's been placed into my compilation to replace rBars
__________________
Busy modifying your code for my own UI.
Report comment to moderator  
Reply With Quote
Unread 08-04-08, 07:11 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Thanks for warm comment.

I'll update this with the bags & micro menu but you know you can hide them if it's not needed. And please let me know if any improvement about the layout.
I like your comp too. Maybe I'll ninja your button texture.

Btw I can't use the link on your "Lanacan's UI (1440x900)" page because of permission.
Report comment to moderator  
Reply With Quote
Unread 08-04-08, 10:55 PM  
WoWChicomalo
A Murloc Raider
 
WoWChicomalo's Avatar

Forum posts: 4
File comments: 41
Uploads: 0
Nice addon but I notices once you remove some of the skills it leaves them still in the background of the bar. This only happen to one character so not sure why this is happening.
Last edited by WoWChicomalo : 08-05-08 at 12:26 AM.
Report comment to moderator  
Reply With Quote
Unread 08-05-08, 02:05 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Thanks for report.

Sorry for my bad English but please check if it was a slot on BonusActionBar or not.

"If you hide the background texture of BonusActionBar (like I did) and if your BonusActionBar has any empty slot then your ActionBar's button will remain through that empty slot. Yes, of course."
From the front page.
Report comment to moderator  
Reply With Quote
Unread 08-08-08, 02:04 PM  
dhextreme
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
original template

Hi, I need some help to get back to the original bars.
I tried out your addon and I saw that was not exacly what I'm looking for. I uninstall it but did not get back to the original one.
I will need some help please for get it back !
Could you tell me what to do please ?
Report comment to moderator  
Reply With Quote
Unread 08-11-08, 02:43 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Sorry for inconvenience.

I'll check it when I'm home but if you do uninstall it, there is nothing to modify the original bars I think. Since I don't use "SetUserPlaced()"...

Please recheck uninstallation and delete Lucidity's save file (It has nothing though) at this time.
Last edited by villiv : 08-11-08 at 02:43 AM.
Report comment to moderator  
Reply With Quote
Unread 08-11-08, 01:09 PM  
dhextreme
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Happy!

Originally posted by villiv
Sorry for inconvenience.

I'll check it when I'm home but if you do uninstall it, there is nothing to modify the original bars I think. Since I don't use "SetUserPlaced()"...

Please recheck uninstallation and delete Lucidity's save file (It has nothing though) at this time.
You're absolutly right! Thank you so much! I don't understand . No mather, there were 1 folder maybe I forgoten so you help me a lot!

Thank's again!

Yvan
Report comment to moderator  
Reply With Quote
Unread 08-12-08, 08:29 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
You are welcome, always.
Report comment to moderator  
Reply With Quote
Unread 08-27-08, 11:31 PM  
Areul
A Kobold Labourer

Forum posts: 0
File comments: 119
Uploads: 0
this is a nice addons.. thanks for your share...
very simple,and low memory operation.
Report comment to moderator  
Reply With Quote
Unread 08-29-08, 04:25 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
I'm glad to see if this can be useful for you.

By the way, it seems that people want to use this as a no-config-addon, not as a template. Maybe I have to change my stance.
Report comment to moderator  
Reply With Quote
Unread 10-07-08, 05:03 AM  
Xzatly
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 23
Uploads: 2
Hello, great add'on, thanks !

Could you tell me please if there is any posibility to change the "gap" between each spell's icon ?
I'd like to have this smaller.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 10-08-08, 06:00 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Check WoWWiki and you will know.

For example, at line 212-222.

Code:
--	ActionBar. Set the 1st button then line the rest up.
	for i = 1, 12, 1 do
		b = _G["ActionButton"..i]
		adjustTexture(b)
		b:ClearAllPoints()
		if ( i == 1 ) then
			b:SetPoint("BOTTOMLEFT", MainMenuBarArtFrame, "BOTTOMLEFT", 0, 0)
		else
			b:SetPoint("LEFT", _G["ActionButton"..(i - 1)], "RIGHT", 12, 0)
		end
	end
My poor English says "Set the 1st button then line the rest up" so you need to change the 2nd "SetPoint". (line 220)
You can change "12" with the smaller numbers so you'll see the smaller "gap", and you have to do this for each bars.

Did I make it clear? Let me know if you find any questions but do not expect nice English from me.
Report comment to moderator  
Reply With Quote
Unread 10-09-08, 03:04 PM  
Xzatly
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 23
Uploads: 2
Originally posted by villiv
Check WoWWiki and you will know.

For example, at line 212-222.

Code:
--	ActionBar. Set the 1st button then line the rest up.
	for i = 1, 12, 1 do
		b = _G["ActionButton"..i]
		adjustTexture(b)
		b:ClearAllPoints()
		if ( i == 1 ) then
			b:SetPoint("BOTTOMLEFT", MainMenuBarArtFrame, "BOTTOMLEFT", 0, 0)
		else
			b:SetPoint("LEFT", _G["ActionButton"..(i - 1)], "RIGHT", 12, 0)
		end
	end
My poor English says "Set the 1st button then line the rest up" so you need to change the 2nd "SetPoint". (line 220)
You can change "12" with the smaller numbers so you'll see the smaller "gap", and you have to do this for each bars.

Did I make it clear? Let me know if you find any questions but do not expect nice English from me.
Thanks to answered, my english isnt good also
In fact, I just changed my add'on bar right now, anyway, thanks again.
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 09:36 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
For the people who still using this cheap addon (if any), I'd like to say thank you so much.

Some noticable changes from pre wotlk version:
- More "blizz way".
- "ActionButton"s will be hidden when "BonusActionBarFrame" is up.
- Simple options to show/hide "MainMenuBarBagButtons" and "MainMenuBarMicroButtons" in lua.
- "ReputationWatchBar" will be in the upside of "MainMenuExpBar".
- I know many of us are using some kind of casting bar addon, but "CastingBar" and "MirrorTimer" are modified like xp/rep bar.

For me, action bar is a kind of pen/notebook for the business that I don't want to change frequently. So I want to finish this before 11/13. You may see some method changes for a while, sorry for your inconvenience.

Something I want to add/change:
- Let it be polished.
- Don't know why but I don't like to use "hooksecurefunc" (It's quite useful btw). I'm looking for the alternative way.
- Some more parts (like "CastingBar") modification and it have to be moduled and can be disabled by user easily or excluded from release.
- I think we may have upgraded bags in wotlk so I'd like to have an easy access to "MainMenuBarBagButtons". In my local, it's shown/hidden with open/close bags but I don't know how to disable the loot animation atm.
- And yea, keep it in lucidity way.
Report comment to moderator  
Reply With Quote
Unread 11-02-08, 12:29 PM  
freedestroyer
A Defias Bandit

Forum posts: 3
File comments: 10
Uploads: 0
This addon is awesome man. Using it since it came out so please keep updating it.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: