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

Forum posts: 14
File comments: 73
Uploads: 8
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.
Report comment to moderator  
Reply With Quote
Unread 01-31-10, 07:01 PM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

Forum posts: 3
File comments: 117
Uploads: 1
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
Report comment to moderator  
Reply With Quote
Unread 01-12-10, 05:33 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
shalley1990, sorry for your inconvenience.

For Titan-Panel part, I'll try to see if it's Lucidity's fault.

Second part seems a critical issue. Does it happen if you have only Lucidity enabled?
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 06:35 AM  
shalley1990
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I love this beutuful and simple addon, however two issues, when I use it titan panel seems to have a conflict, where the titan panel should be there is nothing, however you can still right click to configure it, the map and party icons react like Titan is there when you double bar and single bar the option however still it does not show up.

Second is that when I do anything apart from run around and kill mobs it takes about five seconds for it to respond. e.g. when I open a bag, everything will stop as if I am experienceing lag, and lasts for about 5-10 second before the action happens, make it very inconvenient for quick open bag to grab a potion.
Report comment to moderator  
Reply With Quote
Unread 11-24-09, 12:02 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Hello 02cspearson.

At the top of lua file, you can adjust the size of buttons.

Code:
-- scale of action bars
local SCALE = 0.78125 -- 0.5 / 0.64
"SCALE = 1" means the default size.
And please check the result when you have both exp and rep bar. You may need to change the HEIGHT value.
Last edited by villiv : 11-24-09 at 01:07 AM.
Report comment to moderator  
Reply With Quote
Unread 11-21-09, 10:38 AM  
02cspearson
A Kobold Labourer
 
02cspearson's Avatar

Forum posts: 0
File comments: 10
Uploads: 3
Love the addon. Please keep developing. It is very good. It would be nice to be able to make the buttons a tiny bit larger though.
Report comment to moderator  
Reply With Quote
Unread 11-10-09, 05:34 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Lucidity itself does only simplify the default action bars. It does not modify any action buttons. So the shortcut key display depends on the addon for action buttons.
I think you are using some kind of button modification addon like rActionButtonStyler which I'm using too.
If you are using rActionButtonStyler actually, try this.

rActionButtonStyler.lua line 29
Code:
local hide_hotkey = 1
to
Code:
local hide_hotkey = 0
If you are not using rActionButtonStyler, well, let me know if you have any addon for action buttons. Hope it helps.
Report comment to moderator  
Reply With Quote
Unread 11-10-09, 06:15 AM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

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


The bottom offset is a function that I disabled when the vehicles had come. It requires more hooks that I don't like. Though if I can find smart way to do it, I may add it again.


Excuse me but I can't tell what you want to say. Is it about main actionbar's pages? Or icons / shortcut keys?
Hello thanks for ya reply

Sorry i meant action bar shortcut .

no problem BTW i am gonna keep the layout as it is but if u could help me with the shortcut i will be tankful

Cheers
Report comment to moderator  
Reply With Quote
Unread 11-09-09, 01:45 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Hello Cashtro.

1. Can i move the bars up? atm they are overlapping my chatbars
The bottom offset is a function that I disabled when the vehicles had come. It requires more hooks that I don't like. Though if I can find smart way to do it, I may add it again.

2. i don't see on my action bar 1, 2, 3, 4, etc ..
Excuse me but I can't tell what you want to say. Is it about main actionbar's pages? Or icons / shortcut keys?
Last edited by villiv : 11-09-09 at 01:46 AM.
Report comment to moderator  
Reply With Quote
Unread 11-07-09, 03:57 AM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

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

I really like your addon very light hehe

i got 2 questions:

1. Can i move the bars up? atm they are overlapping my chatbars

2. i don't see on my action bar 1, 2, 3, 4, etc ..

here is my screen shot for my both questions.


My regards
Report comment to moderator  
Reply With Quote
Unread 11-04-09, 09:33 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by villiv
Hello richerich.

All I did for the MultiBarRight is only excluding it from the frame management so that it won't move if you enable/disable the MultiBarBottomLeft. You can disable the excluding by commenting out the line 149.

Or you can set MultiBarRight's (accurately, MultiBarRightButton1's) position manually like:

Code:
MultiBarRightButton1:ClearAllPoints()
MultiBarRightButton1:SetPoint("TOPRIGHT", MultiBarRight, 0, 200) -- where "200" is your adjustment
MultiBarLeftButton1:ClearAllPoints()
MultiBarLeftButton1:SetPoint("TOPRIGHT", MultiBarLeft, 0, 200) -- same as MultiBarRight
Put them around line 40 or wherever. Not tested but hope it helps.
Yes, that worked Now i got them exactly where i want them, thanks
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 11-03-09, 07:45 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Hello richerich.

All I did for the MultiBarRight is only excluding it from the frame management so that it won't move if you enable/disable the MultiBarBottomLeft. You can disable the excluding by commenting out the line 149.

Or you can set MultiBarRight's (accurately, MultiBarRightButton1's) position manually like:

Code:
MultiBarRightButton1:ClearAllPoints()
MultiBarRightButton1:SetPoint("TOPRIGHT", MultiBarRight, 0, 200) -- where "200" is your adjustment
MultiBarLeftButton1:ClearAllPoints()
MultiBarLeftButton1:SetPoint("TOPRIGHT", MultiBarLeft, 0, 200) -- same as MultiBarRight
Put them around line 40 or wherever. Not tested but hope it helps.
Report comment to moderator  
Reply With Quote
Unread 11-02-09, 09:43 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
I tried to find in the code to move the right actionbars, but was unable to find it. Atm, they are overlapping my art i use in my UI, so i wanna move them up a bit so they don't
Check screenshot to see how i mean.

http://i33.tinypic.com/296nc06.jpg

edit: typos
__________________
Livestream | Twitter | YouTube
Last edited by Dajova : 11-02-09 at 09:47 PM.
Report comment to moderator  
Reply With Quote
Unread 10-22-09, 07:08 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

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

Thanks for your report.
Yea, this addon requires both MultiBarBottomLeft and MultiBarBottomRight.
May be I have to re-write the front page.
Report comment to moderator  
Reply With Quote
Unread 10-09-09, 01:48 AM  
geeksugar
A Kobold Labourer
 
geeksugar's Avatar

Forum posts: 0
File comments: 34
Uploads: 0
nope, bottom-left wasn't turned on, but when i did turn it the pet bar went right up above it where it's supposed to hope that helps
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: