Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: Pixol
Forum: Lua/XML Help 08-07-11, 10:00 AM
Replies: 0
Views: 3,900
Posted By Pixol
How to create right click menu for targettarget or raid unit frames?

Below is an example of a target frame with a right click menu (a trimmed down code excluding the texture/size of frame)

local statusbar_1_frame = CreateFrame("Button", "Pixol_TargetBar", UIParent,...
Forum: AddOn Search/Requests 07-26-11, 04:30 AM
Replies: 7
Views: 5,858
Posted By Pixol
Honestly I don't know how any of those scripts...

Honestly I don't know how any of those scripts work (I never tested them though)

http://www.wowwiki.com/API_GetWorldStateUIInfo

Looking at the index value, the code you listed from dbm? has the...
Forum: Lua/XML Help 07-25-11, 03:02 PM
Replies: 3
Views: 4,054
Posted By Pixol
Hmm sounds like a good idea. I'll try that with...

Hmm sounds like a good idea. I'll try that with the stringformat and see if it makes it even more efficient. It's down to about ~0.30 now from 2 :)

Update: Table method seems to be more efficient...
Forum: Lua/XML Help 07-25-11, 02:58 PM
Replies: 3
Views: 4,054
Posted By Pixol
Nevermind. http://lua-users.org/wiki/StringsTutori...

Nevermind.
http://lua-users.org/wiki/StringsTutorial

Turns out using:
string.format("CompactRaidGroup%dMember%d", i,j)
is more CPU efficient
Forum: Lua/XML Help 07-25-11, 02:42 PM
Replies: 3
Views: 4,054
Posted By Pixol
Concatenation in a For Loop

My add-on currently has a high cpu usage
(according to Addon Profiler add-on)
I have commented out the majority of the script and found out this is the cause for major CPU usage, ~2CPU/sec. It's not...
Forum: AddOn Search/Requests 07-24-11, 09:39 AM
Replies: 7
Views: 5,564
Posted By Pixol
Regardless of whether it's the exact add-on or...

Regardless of whether it's the exact add-on or not doesn't even matter.
Infinity Plates already wrote up the majority of it. If the fonts don't match, change it. If you want the name above the hp,...
Forum: AddOn Search/Requests 07-16-11, 02:42 PM
Replies: 7
Views: 10,876
Posted By Pixol
Thanks, the fix I've been using was changing that...

Thanks, the fix I've been using was changing that line to
Text = (SearchItem[1]or "Unknown");

But this new fix adds back the item quality color :D
Forum: Released AddOns 12-27-09, 11:18 AM
Replies: 362
Views: 286,393
Posted By Pixol
Thank you :) Works great. I wanted to add to that...

Thank you :) Works great.
I wanted to add to that to make it much more similar to power auras.
I first added a box with a background around the text (anchored to the WatchBuff frame)
then I added a...
Forum: Released AddOns 12-20-09, 08:20 AM
Replies: 362
Views: 286,393
Posted By Pixol
Buff Reminder

Is it possible to create a script to remind us of a buff such as fort or inner fire? recently got rid of powerauras for raid because it was very cpu-intensive. So now I find myself mid-fight...
Forum: AddOn Search/Requests 11-16-09, 06:43 AM
Replies: 5
Views: 4,366
Posted By Pixol
How'd that add-on exist for so long here?

How'd that add-on exist for so long here?
Forum: AddOn Search/Requests 11-14-09, 08:25 AM
Replies: 5
Views: 4,366
Posted By Pixol
This is definitely a solution. But incase you...

This is definitely a solution. But incase you don't like the sound WoW currently has, maybe replace the sound by going to...

\World of Warcraft\Data\Sound\Interface\
and putting whatever sound file...
Forum: Released AddOns 09-19-09, 09:47 AM
Replies: 362
Views: 286,393
Posted By Pixol
Simply Clock/WG Timer Display Awesome add-on....

Simply Clock/WG Timer Display



Awesome add-on. I see a lot of potential in this once I learn more about lua.
I never figured out why your lua code never worked for me... But it gave me a good start...
Forum: AddOn Search/Requests 03-30-09, 04:57 AM
Replies: 7
Views: 5,886
Posted By Pixol
I think theres a slash command you can type...

I think theres a slash command you can type in-game

/guildinfo

and it'll show you amount of characters and accounts in the guild. This would require prior knowledge of how many accounts and players...
Showing results 1 to 13 of 13