Download
(3Kb)
Download
Updated: 02-11-10 05:43 PM
Pictures
File Info
Updated:02-11-10 05:43 PM
Created:unknown
Downloads:14,501
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 10-24-10, 02:46 PM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

Forum posts: 3
File comments: 117
Uploads: 1
Hello Mate

Will u update this addon pls?

Atm i got errors
Report comment to moderator  
Reply With Quote
Unread 06-14-10, 11:59 AM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

Forum posts: 3
File comments: 117
Uploads: 1
Originally posted by villiv
Which buttons?


U see the spading between the buttons

or space . is there a way to remove the space between the buttons?

thx
Report comment to moderator  
Reply With Quote
Unread 06-14-10, 02:22 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
I am trying to find out how to remove the space between 2 buttons..
Which buttons?
Report comment to moderator  
Reply With Quote
Unread 06-13-10, 07:45 AM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

Forum posts: 3
File comments: 117
Uploads: 1
Dear villiv

I am trying to find out how to remove the space between 2 buttons..

Can u help me pls?

Thanks
Report comment to moderator  
Reply With Quote
Unread 05-27-10, 04:50 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
To CrimsonHawk

The easiest solution is adding these lines in somewhere and never set the watched faction.
Code:
MainMenuExpBar:SetParent(MainMenuBarArtFrame)
You may want to delete some lines about MainMenuExpBar and ReputationWatchBar including the hook.
Ah, don't forget about "cheap rep bar" function as well.
Report comment to moderator  
Reply With Quote
Unread 05-18-10, 08:57 PM  
CrimsonHawk
Premium Member

Forum posts: 7
File comments: 6
Uploads: 0
Is there any way to hide the exp/rep bars altogether, regardless of level?
__________________
Moondawn, 72 Night Elf Druid
Solowide
Shadowsong Server
Report comment to moderator  
Reply With Quote
Unread 05-10-10, 01:48 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
To Shaurissa

Not by Lucidity.
But you can find a couple mods for it. I'm personally using "rActionButtonStyler" with a skin.


edited:
not tested but you can try to add these lines
Code:
for _, button in next, { "ActionButton", "BonusActionButton", "MultiBarBottomLeftButton", "MultiBarBottomRightButton", "MultiBarRightButton", "MultiBarLeftButton" } do
	for i = 1, NUM_ACTIONBAR_BUTTONS do
		_G[button .. i .. "Name"]:Hide()
		_G[button .. i .. "Name"].Show = function() end
		_G[button .. i .. "HotKey"]:Hide()
		_G[button .. i .. "HotKey"].Show = function() end
	end
end
Last edited by villiv : 05-10-10 at 02:02 AM.
Report comment to moderator  
Reply With Quote
Unread 05-02-10, 06:10 AM  
Shaurissa
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Can I change something to hide macro text and keybinds?
Report comment to moderator  
Reply With Quote
Unread 04-28-10, 01:19 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Lucidity does only simplify the default action bars. So no more extra bars come from Lucidity.
Report comment to moderator  
Reply With Quote
Unread 04-27-10, 05:47 PM  
CrimsonHawk
Premium Member

Forum posts: 7
File comments: 6
Uploads: 0
Originally posted by Cashtro
Sorry for late reply

But it worked thanks alot heheh

1 more request can i add more bars?

i hop ei hear from u soon

regards
I've found that Alternator's Extra Bars does an excellent job of providing this service. I was even able to set up one of the bars sit opposite my druid shapeshift buttons.

--Dale W. Robbins
__________________
Moondawn, 72 Night Elf Druid
Solowide
Shadowsong Server
Report comment to moderator  
Reply With Quote
Unread 04-21-10, 09:44 AM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

Forum posts: 3
File comments: 117
Uploads: 1
Originally posted by villiv
Ah, my bad. Please try this. My only level 80 is a feral druid.

Code:
local hasExpBar = MainMenuExpBar:IsShown()

if ( not hasExpBar ) then
	MainMenuExpBar:Show()
	MainMenuExpBar.pauseUpdates = nil
	hasExpBar = true

	UIParent_ManageFramePositions()
	updateContainerFrameAnchors()
end

if ( not name ) then
Btw if you saw the buttons on "Rep" bar before you add these lines (I mean just after install Lucidity), it should be a bug ...
Sorry for late reply

But it worked thanks alot heheh

1 more request can i add more bars?

i hop ei hear from u soon

regards
Report comment to moderator  
Reply With Quote
Unread 02-22-10, 01:49 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Ah, my bad. Please try this. My only level 80 is a feral druid.

Code:
local hasExpBar = MainMenuExpBar:IsShown()

if ( not hasExpBar ) then
	MainMenuExpBar:Show()
	MainMenuExpBar.pauseUpdates = nil
	hasExpBar = true

	UIParent_ManageFramePositions()
	updateContainerFrameAnchors()
end

if ( not name ) then
Btw if you saw the buttons on "Rep" bar before you add these lines (I mean just after install Lucidity), it should be a bug ...
Report comment to moderator  
Reply With Quote
Unread 02-17-10, 04:40 PM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

Forum posts: 3
File comments: 117
Uploads: 1
Originally posted by xtoq
If you mean your rep bar, you can make your rep bar show in the default UI without your experience bar shown at max level. Simply click the "track" checkbox on a faction in the faction UI. I only say this because you say you want to see your XP and experience bar, and those are the same thing...and at level 80 there's no reason to see your experience bar.
i know but see my screenshot why i need to see my XP bar

BTW the code worked only when i do /reload ui the button above goes over the XP bar. see my screenshot. how can i fix this??? need ur help
Last edited by illum1n4ti : 02-20-10 at 04:38 AM.
Report comment to moderator  
Reply With Quote
Unread 02-12-10, 10:03 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
Originally posted by Cashtro
Hello Friend,

When i turn lvl80 my XP bar hides. Could i unhidden my XP bar?

I would like to see my XP and my Experience bar.

I hope u could help me with this

Thanks
If you mean your rep bar, you can make your rep bar show in the default UI without your experience bar shown at max level. Simply click the "track" checkbox on a faction in the faction UI. I only say this because you say you want to see your XP and experience bar, and those are the same thing...and at level 80 there's no reason to see your experience bar.
__________________
There is absolutely no evidence to support the theory that life is serious.
Last edited by xtoq : 02-12-10 at 10:04 AM.
Report comment to moderator  
Reply With Quote
Unread 02-12-10, 04:20 AM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

Forum posts: 3
File comments: 117
Uploads: 1
Originally posted by villiv
Hello Cashtro. Sorry for delay.

You may know the default UI does hide ExpBar when you hit the max level. But you can do it anyway by adding some lines like:

line 76 - 78 @ lucidity.lua
Code:
local hasExpBar = MainMenuExpBar:IsShown()

if ( not hasExpBar ) then
	MainMenuExpBar:Show()
	MainMenuExpBar.pauseUpdates = nil
	hasExpBar = true
end

if ( not name ) then
Hope it helps.
Thanks, i will try this tonight .. again thank u very very much.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: