Showing results 1 to 25 of 87
Search took 0.00 seconds.
Search: Posts Made By: laukond
Forum: Lua/XML Help 12-29-14, 05:06 PM
Replies: 3
Views: 5,303
Posted By laukond
Thanks for the reply Tim, found a working...

Thanks for the reply Tim, found a working solution in one the ArenaJunkies threads.

This worked for me
hooksecurefunc('CooldownFrame_SetTimer', function(self)
if self.currentCooldownType ==...
Forum: Lua/XML Help 12-28-14, 07:26 PM
Replies: 3
Views: 5,303
Posted By laukond
How to disable Loss of Control red bars?

Patch notes said you could disable it in interface, but it doesn't work for me?
Tried the loss of control remover AddOn which worked for me before but doesn't anymore.
Forum: AddOn Search/Requests 12-22-14, 05:55 AM
Replies: 12
Views: 8,981
Posted By laukond
Thanks a lot, it works on all the AddOns now :) I...

Thanks a lot, it works on all the AddOns now :) I agree only the loading time stuff is relevant.
Forum: AddOn Search/Requests 12-21-14, 09:14 PM
Replies: 12
Views: 8,981
Posted By laukond
This is awesome! It works on most of my AddOns,...

This is awesome! It works on most of my AddOns, but something makes it get these errors:

Line 25: You should never use debugprofilestart()! (x10)
Line 152: attempt to perform arithmetic on local...
Forum: AddOn Search/Requests 12-21-14, 07:24 PM
Replies: 12
Views: 8,981
Posted By laukond
I did that and figured out TomTom takes quite a...

I did that and figured out TomTom takes quite a bit of time, would be nice to see how much each AddOn consumes though :-)
Forum: AddOn Search/Requests 12-21-14, 06:44 PM
Replies: 12
Views: 8,981
Posted By laukond
Loading Screen AddOn

I've recently stumbled into quite long loading screens, so I'm looking for an AddOn to analyze which other AddOns are delaying it so long.

Any updated AddOns like WarmUp...
Forum: AddOn Search/Requests 09-18-14, 03:40 AM
Replies: 4
Views: 9,278
Posted By laukond
This one is perfect, thanks!

This one is perfect, thanks!
Forum: AddOn Search/Requests 09-10-14, 09:48 AM
Replies: 4
Views: 9,278
Posted By laukond
Trade gold AddOn / Gold earned AddON

1.
I'm looking for an AddOn that tracks trades and prints something like this:
"LichKing traded you 250g"
"You traded LichKing 200g"
Or something like it.

2.
I'm looking for an AddOn that tracks...
Forum: AddOn Search/Requests 10-26-13, 07:45 PM
Replies: 2
Views: 2,385
Posted By laukond
I love you! Thank you.

I love you! Thank you.
Forum: AddOn Search/Requests 10-26-13, 04:40 AM
Replies: 2
Views: 2,385
Posted By laukond
Addon Search - Mute General in Raid

Had to reformat my PC.
I was using an AddOn that said something like "In raid, quiet mode activated" and muted the general chat in Siege of Orgrimmmar etc.
I really miss that AddOn, hope someone can...
Forum: AddOn Search/Requests 09-26-13, 01:46 PM
Replies: 0
Views: 2,417
Posted By laukond
[Req] Volume Hotkey with OSD

In-game you can bind a key to 'Master Volume Up/Down'.
I'd love an Addon that, when the volume is changed, displays the new value (eg. Volume 30%) on the screen for 2 seconds. If the volume is...
Forum: Lua/XML Help 08-25-13, 03:09 PM
Replies: 4
Views: 2,996
Posted By laukond
The last part worked for me. Thanks.

The last part worked for me.
Thanks.
Forum: Lua/XML Help 08-25-13, 02:51 PM
Replies: 4
Views: 2,996
Posted By laukond
Ahh of course, that makes sense. Thank you,...

Ahh of course, that makes sense. Thank you, Semlar :)

Edit: Bummer, it does not work or else I typed it in wrong.
Here's the whole function: http://pastebin.com/0K59Gp5C
Forum: Lua/XML Help 08-25-13, 02:35 PM
Replies: 4
Views: 2,996
Posted By laukond
[Question] if, or, then statement

I am modifying nMinimap's tab code to only show AddOns above 50 memory when no modifer is held down, and AddOns below 50 memory when CTRL is held down. I called the 50 memory 'memoryThreshold' so I...
Forum: Lua/XML Help 08-07-13, 07:57 PM
Replies: 2
Views: 4,111
Posted By laukond
Equipped Border

How do I hide the green border that indicates an item is equipped on the default action bars? (ie. a trinket and a belt)
And also the active aura indicator? (ie. a mount and stealth)
Forum: Lua/XML Help 07-30-13, 07:50 AM
Replies: 14
Views: 6,928
Posted By laukond
You guys are the best! Thank you. :)

You guys are the best!
Thank you. :)
Forum: Lua/XML Help 07-29-13, 06:45 PM
Replies: 14
Views: 6,928
Posted By laukond
The error is in the OnLeave function. Aside from...

The error is in the OnLeave function.
Aside from the error, all the buttons are faded correctly, but when mouseovering only the tooltip shows. Not the actual icons themselves. Here's a screenshot...
Forum: Lua/XML Help 07-29-13, 05:12 PM
Replies: 14
Views: 6,928
Posted By laukond
Now all, including the achievement button, are...

Now all, including the achievement button, are visible.
Forum: Lua/XML Help 07-29-13, 05:05 PM
Replies: 14
Views: 6,928
Posted By laukond
Oh.. I kinda thought it was obvious on the...

Oh.. I kinda thought it was obvious on the screenshot :-P
The achievement button (the original problem) is now hidden when logging in, problem solved. However the 11 other micro buttons are visible.
Forum: Lua/XML Help 07-29-13, 06:15 AM
Replies: 14
Views: 6,928
Posted By laukond
http://i.imgur.com/DKFeQUg.jpg Well my original...

http://i.imgur.com/DKFeQUg.jpg

Well my original problem is solved but now I have 11 more problems :p
Forum: Lua/XML Help 07-28-13, 06:08 AM
Replies: 14
Views: 6,928
Posted By laukond
Hide MicroBars Mouseover / Achievement Button

I use this script to hide the micromenu when now mouseovered:

local function showFoo(self)
for _, v in ipairs(MICRO_BUTTONS) do
_G[v]:SetAlpha(1)
end
end

local function hideFoo(self)
for _, v...
Forum: Lua/XML Help 07-27-13, 06:20 AM
Replies: 22
Views: 12,541
Posted By laukond
It does not update it that way.

It does not update it that way.
Forum: Lua/XML Help 07-26-13, 01:44 PM
Replies: 22
Views: 12,541
Posted By laukond
Okay it is more readable now and the CVar...

Okay it is more readable now and the CVar actually does change.
I still have the problem from earlier though: By changing the CVar this way the frames do not update in order to reflect the new...
Forum: Lua/XML Help 07-26-13, 06:35 AM
Replies: 22
Views: 12,541
Posted By laukond
I changed a little bit: local shorts = { {...

I changed a little bit:

local shorts = {
{ 1e10, 1e9, "%.0fb" }, -- 10b+ as 12b
{ 1e9, 1e9, "%.1fb" }, -- 1b+ as 8.3b
{ 1e7, 1e6, "%.0fm" }, -- 10m+ as 14m
{ 1e6, 1e6, "%.1fm" }, -- ...
Forum: Lua/XML Help 07-25-13, 02:08 PM
Replies: 22
Views: 12,541
Posted By laukond
Thank you Phanx you're very helpful :) Can you...

Thank you Phanx you're very helpful :)
Can you make it update the values when you run the command somehow? Else you need to /rl, lose health, or gain health for it to update with your new setting (at...
Showing results 1 to 25 of 87