Category: Action Bar Mods
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
villiv's Portal Bug Reports Feature Requests
Author:
Version:
091008
Date:
10-08-2009 08:14 AM
Size:
2.50 Kb
Downloads:
7,666
Favorites:
35
MD5:
Pictures
Click to enlarge
out of date
Lucidity   Popular! (More than 5000 hits)
"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.

Any thoughts, ideas and surely any helps are welcome. Please leave your comments.
  Change Log - Lucidity
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 - Lucidity
Sorry, there are currently no optional files available.
  Archived Versions - Lucidity
File Name
Version
Size
Author
Date
081215a
3kB
villiv
12-16-2008 08:22 AM
081215
3kB
villiv
12-15-2008 09:48 PM
081127
3kB
villiv
11-27-2008 01:01 AM
081117
3kB
villiv
11-17-2008 05:37 AM
  Comments - Lucidity
Post A Reply Comment Options
Old 11-12-2008, 03:00 AM  
villiv
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 36
Uploads: 6
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.
villiv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-11-2008, 03:52 AM  
AnElk
A Kobold Labourer
 
AnElk's Avatar

Forum posts: 0
File comments: 50
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.
AnElk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-07-2008, 09:54 AM  
villiv
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 36
Uploads: 6
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.
villiv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-07-2008, 05:13 AM  
AnElk
A Kobold Labourer
 
AnElk's Avatar

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

Quote:
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...
AnElk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-06-2008, 01:12 AM  
AnElk
A Kobold Labourer
 
AnElk's Avatar

Forum posts: 0
File comments: 50
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.
AnElk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-04-2008, 01:45 AM  
Valdeck
A Defias Bandit

Forum posts: 2
File comments: 35
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.
Valdeck is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-03-2008, 08:36 PM  
villiv
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 36
Uploads: 6
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.
villiv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-02-2008, 01:29 PM  
freedestroyer
A Defias Bandit

Forum posts: 3
File comments: 22
Uploads: 0
This addon is awesome man. Using it since it came out so please keep updating it.
freedestroyer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-23-2008, 11:36 PM  
villiv
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 36
Uploads: 6
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.
villiv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-09-2008, 05:04 PM  
Xzatly
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 20
Uploads: 2
Quote:
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.
Xzatly is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-08-2008, 08:00 PM  
villiv
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 36
Uploads: 6
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.
villiv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-07-2008, 07:03 AM  
Xzatly
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 20
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.
Xzatly is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-29-2008, 06:25 AM  
villiv
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 36
Uploads: 6
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.
villiv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-28-2008, 01:31 AM  
Areul
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
this is a nice addons.. thanks for your share...
very simple,and low memory operation.
Areul is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-12-2008, 10:29 AM  
villiv
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 36
Uploads: 6
You are welcome, always.
villiv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.