Download
(3Kb)
Download
Updated: 02-11-10 05:43 PM
Pictures
File Info
Updated:02-11-10 05:43 PM
Created:unknown
Downloads:14,509
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 11-17-08, 06:06 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Maybe I had settle down. I want to keep this method but who knows?

I really want to know about vehicle which I don't know at all. And about pet classes(hnt & lock). Please let me know if you have any inconvenience.

Btw, thanks so much to ppl on this forum. Without your comment, I won't upload this.
Report comment to moderator  
Reply With Quote
Unread 11-15-08, 01:47 AM  
AnElk
A Kobold Labourer
 
AnElk's Avatar

Forum posts: 0
File comments: 42
Uploads: 0
Originally posted by villiv
Sorry for your inconvenience ... oh if I could log-in.

Please re-download it and add 2 lines like this. (line 230 to 241 @ ActionBar.lua)


Btw I don't use these MicroButtons and you need them only for the latency bar?
If so, my next change may not let you down but if not ... anyway, I want to keep it simple.

And yes, some of you know I can't get wotlk at 11/13 ...


Now with the changes suggested, the microbuttons are completely gone, hehe.

Take your time buddy. It will be a few weeks before I get expansion myself. I'll just be playing with my alts until then so it's not a big deal.
Report comment to moderator  
Reply With Quote
Unread 11-13-08, 04:01 PM  
AnElk
A Kobold Labourer
 
AnElk's Avatar

Forum posts: 0
File comments: 42
Uploads: 0
hehe no worries buddy. I can't get the expansion either...
I live in USA and that makes it real hard to get expansion since Blizzard Euro are morons and do not have online shopping like they do here in US.

In fact, I wont even be playing a lot until a friend from Sweden comes to visit me here in US but that won't be until x-mas.

Yes, I hate expansions - they always come out to soon for us casual players that are not in a hardcore raidguild with the best gear. I have never even seen Gruul or the Black Temple, or the Sunwell raid instance. So many things I won't never see now with everyone in Northrend.
The only good thing I have to say about WotlK so far is that for once, it didn't completely destroy all the work I have done on my three level 70. The -uber- green items are supposedly not to be seen until level 74, until then, our epic gear that we worked so hard for to get will still be somewhat good stuff for a few more levels.

--- End of Rant ---

See you all in Northrend somewhere after x-mas or new years...
Until then I will only play my little alts I think so I'll still keep an eye on this addon and the others I use.
Last edited by AnElk : 11-13-08 at 04:04 PM.
Report comment to moderator  
Reply With Quote
Unread 11-12-08, 10:32 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Sorry for your inconvenience ... oh if I could log-in.

Please re-download it and add 2 lines like this. (line 230 to 241 @ ActionBar.lua)
Code:
if ( showAlways_MicroButtons and showAlways_BagButtons ) then
	v:SetWidth(22.5)
	if ( v == CharacterMicroButton ) then
		v:ClearAllPoints()
		v:SetPoint("BOTTOMLEFT", MultiBarBottomRightButton6, "BOTTOMRIGHT", 21, 0)
		v.SetPoint = fake -- NEW LINE
	end
elseif ( showAlways_MicroButtons ) then
	if ( v == CharacterMicroButton ) then
		v:ClearAllPoints()
		v:SetPoint("BOTTOMLEFT", MultiBarBottomRightButton12, "BOTTOMRIGHT", 21, 0)
		v.SetPoint = fake -- NEW LINE
	end
else

Btw I don't use these MicroButtons and you need them only for the latency bar?
If so, my next change may not let you down but if not ... anyway, I want to keep it simple.

And yes, some of you know I can't get wotlk at 11/13 ...
Report comment to moderator  
Reply With Quote
Unread 11-12-08, 02:34 PM  
AnElk
A Kobold Labourer
 
AnElk's Avatar

Forum posts: 0
File comments: 42
Uploads: 0
Did the changes in code and unfortunately the problem is still there. Every time I enter or exit an instance or use HS the microbuttons slide to the left behind lower right actionbar. I would provide a screenshot of it but this stupid website doesn't allow pictures, only hyperlinks and I don't have a website to put things like that up on. LOL
Report comment to moderator  
Reply With Quote
Unread 11-12-08, 02:00 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
All I could do at home is sleep for 3 or 4 hrs these days ... what a tough but beautiful real life.

line 18
Code:
	"ChatFrame2",
to
Code:
--	"ChatFrame2",
line 105
Code:
f:RegisterEvent("PLAYER_LOGIN")
to
Code:
f:RegisterEvent("PLAYER_ENTERING_WORLD")
line279 & 280
Code:
		self:UnregisterAllEvents()
		self:SetScript("OnEvent", nil)
to
Code:
--		self:UnregisterAllEvents()
--		self:SetScript("OnEvent", nil)
again, so sorry for my bad english.
Report comment to moderator  
Reply With Quote
Unread 11-11-08, 02:52 AM  
AnElk
A Kobold Labourer
 
AnElk's Avatar

Forum posts: 0
File comments: 42
Uploads: 0
hehe, I wish I had a better text editor... Wordpad does not show line number so I had to sit and hit down-arrow 105 times. :P

Hope I didn't miscount. The line I found had something like "PLAYER_LOGIN" on it instead of the "PLAYER_ENTERING_WORLD". I suppose I will find out if it did anything. Fortunately I save ZIP-files until a new version of addons come out and they work.
Report comment to moderator  
Reply With Quote
Unread 11-07-08, 08:54 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Thanks for your comments, Valdeck and AnElk.

Sorry for bad writing but I haven't time on this weekend and writing in English is not easy work for me.

To AnElk
Try to comment out or delete line18 in ActionBar.lua for ChatFrame2.
And rewrite line105 to "f:RegisterEvent("PLAYER_ENTERING_WORLD")" for MicroButtons.
I know it's not the best way but please let me know if it'll work or not.
Report comment to moderator  
Reply With Quote
Unread 11-07-08, 04:13 AM  
AnElk
A Kobold Labourer
 
AnElk's Avatar

Forum posts: 0
File comments: 42
Uploads: 0
Re: Latency meter...

Originally posted by AnElk

I have also noted that the micro-buttons quite often slides to left and end up behind that bottom right actionbar for some reason. I haven't been able to pinpoint exactly what causes that yet, or when it happens.
At least one thing seems to constantly trigger that bug, using the heartstone.

Every time I use the heartstone, microbuttons jump to the left and are mostly covered by that lower right actionbar...
Report comment to moderator  
Reply With Quote
Unread 11-06-08, 12:12 AM  
AnElk
A Kobold Labourer
 
AnElk's Avatar

Forum posts: 0
File comments: 42
Uploads: 0
Latency meter...

As it seems, having the microbuttons active is only way to see latency so I did activate them. I wish there was a way to move them separately tho, with them visible, I can not put my second chatwindow in lower right corner as I prefer to have it, the microbuttons are taking up the space there.
I have also noted that the micro-buttons quite often slides to left and end up behind that bottom right actionbar for some reason. I haven't been able to pinpoint exactly what causes that yet, or when it happens.

I like minimalistic UI and so I have been looking for things that wipes off all the needless extra 'pretty' fru-fru from things, such as the dragons and stuff making default actionbars horribly clumsy and wasting screen space.
This addon of yours and rBars2 are the only ones I found so far that doesn't require me to screw around with my default keybindings, I hate redoing that every time there is a patch. Excellent work on this clean-up of the default bulky UI.
Now if I could just find a decent minimap that doesn't look like a big blotch of randomly splattered colors.
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 12:45 AM  
Valdeck
A Defias Bandit

Forum posts: 2
File comments: 42
Uploads: 0
Hey Villi I just wanted to say keep up the good work. I love your addon and the idea behind it to reuse the blizzard action bar codeing. I know addon work is a thankless thing but keep up the good work and thank you.
Report comment to moderator  
Reply With Quote
Unread 11-03-08, 07:36 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Thanks for your comment. You encouraged me greatly.

Just updated the draft one. Please check it and let me know about your thought.
I think I'll update this till I quit WoW or till I feel self self satisfaction.
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
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 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
Post A Reply



Category Jump: