Results: 19Comments by: stako
File: Nephilist Nameplates03-13-17
I've managed to replicate a bug wit...
Posted By: stako
I've managed to replicate a bug with the buff display. 1. Apply a tracked debuff 2. Apply a non-tracked debuff 3. Apply another tracked debuff When the tracked-debuff #1 expires, tracked-debuff #2 is duplicated, showing the same debuff twice on the buff display. And when I say 'tracked' I mean the debuff shows on both the...
File: PhotoRobot WoD IDs01-30-15
rake stun for feral druids is curre...
Posted By: stako
rake stun for feral druids is currently tracking the dot itself. Now i've tried editing this myself but it seems it's impossible to have it actually show the stun. The spell id should be correct but alas it's not working. stun spell id is 163505 <- you use the correct one and it still shows the dot itself DoT spell id 155722 A...
File: LoseControl10-10-12
New hunter pet abilities: = "CC"...
Posted By: stako
New hunter pet abilities: = "CC", -- Petrifying Gaze (Basilisk) = "CC", -- Lullaby (Crane) = "CC", -- Paralyzing Quill (Porcupine) Cool, I will add these to the next version, thanks. Do you know if Petrifying Gaze is a buff or a debuff? If it's a buff, then it needs to be classified as "Immune" rather than "CC". De...
File: LoseControl10-09-12
New hunter pet abilities: = "CC"...
Posted By: stako
New hunter pet abilities: = "CC", -- Petrifying Gaze (Basilisk) = "CC", -- Lullaby (Crane) = "CC", -- Paralyzing Quill (Porcupine)
File: PhotoRobot10-09-12
I keep getting this when I'm PvP'in...
Posted By: stako
I keep getting this when I'm PvP'ing in a BG: I get it also for other functions. Is it an addon-conlflict issue? I never experienced this in cata. Also, the portrait changes only once per fight, the addon won't work twice or more. This happens because the addon tries to change the scale of the arena frames while in comba...
File: QuestKing 202-07-12
Hi, i have a strange behavior wi...
Posted By: stako
Hi, i have a strange behavior with my questlog. Sometimes when i log in, my quest are looking like this: http://img96.imageshack.us/img96/8292/log1k.jpg When i open the worldmap f.e. or reloadui once the log looks like this: http://img843.imageshack.us/img843/5676/log2v.jpg When i click on another quest, and go back to...
File: Buffet11-30-11
This addon rocks! In 4.3 I'm get...
Posted By: stako
This addon rocks! In 4.3 I'm getting a problem where the icons for the macros arent showing up, and when I try to assign them manually it works until the next usage, and then shows a blank box again. The buttons are active, but there is just no image. I will look at the code, but if anyone else knows how to fix it, please let m...
File: stakoPartyReturn02-27-11
I couldn't figure out how to get it...
Posted By: stako
I couldn't figure out how to get it to show both the raid frames and the party frames at the same time without it bugging out(party frames would randomly disappear, or interface errors would pop up). You can however go into the interface options under the 'Unit Frames' category and enable the bottom option: Use Raid-Style Party Fr...
File: Perry Party Frame Fix02-22-11
Frames like to disappear sometimes...
Posted By: stako
Frames like to disappear sometimes when in BG's :(
File: Stuf Unit Frames (and Raid)02-19-11
Hi, when I disable the mana bar on...
Posted By: stako
Hi, when I disable the mana bar on TargetTarget, I get an error. For now I have just set the width/height to 0 to fix it anyway. Message: Interface\AddOns\Stuf\core.lua:699: attempt to compare number with boolean Time: 02/19/11 16:45:21 Count: 4 Stack: Interface\AddOns\Stuf\core.lua:699: in function `SetValue' Interface\AddO...
File: oUF_TsoHG08-24-10
Will you update this for the latest...
Posted By: stako
Will you update this for the latest oUF? It's not compatible ATM. Thanks
File: OmniCC02-25-09
Originally posted by ant1pathy Sc...
Posted By: stako
Originally posted by ant1pathy Scanned the past couple pages and didn't see anything, so here goes. I can't select any fonts. When I click the dropdown arrow, it kicks an error and won't do anything. Can I set a font through the lua files, or is this a known issue, or am I borking something? Here's the error: : OmniCC_Op...
File: oUF_Jabar02-25-09
Here is a better way for you to add...
Posted By: stako
Here is a better way for you to add support for Phanx's Class Colors addon: local customColours = function() for class, color in pairs(CUSTOM_CLASS_COLORS) do oUF.colors.class = {color.r, color.g, color.b} end end if CUSTOM_CLASS_COLORS then customColours() CUSTOM_CLASS_COLORS:RegisterCallback(customColours) end...
File: rActionBar02-25-09
Hello zork. Nice addon! I see th...
Posted By: stako
Hello zork. Nice addon! I see that you did this to position the ShapeshiftBar: ShapeshiftButton1:SetPoint("BOTTOMLEFT", MultiBarBottomRightButton10, "TOPLEFT", 0, 5); But unfortunately, this will make the shapeshift bar position in an awkward place if the player has the bottom right bar disabled. You can check which bars t...
File: NeedToKnow01-24-09
1/23 16:04:32.328 An action was bl...
Posted By: stako
1/23 16:04:32.328 An action was blocked because of taint from NeedToKnow - LFGQuery() 1/23 16:04:32.328 Interface\FrameXML\LFGFrame.lua:478 SendLFGQuery() 1/23 16:04:32.328 Interface\FrameXML\LFGFrame.lua:28 LFGParentFrame_OnEvent() 1/23 16:04:32.328 LFGParentFrame:OnEvent()
File: TipTop01-18-09
Nice addon. I think a feature worth...
Posted By: stako
Nice addon. I think a feature worth adding is to truncate the number for players that have more than 1000 hp like Lyn(eiszeit) does: local numberize = function(v) if v <= 9999 then return v end if v >= 1000000 then local value = string.format("%.1fm", v/1000000) return value elseif v >= 10000 then local value = stri...
File: rActionBar01-10-09
Hello. I love this addon because...
Posted By: stako
Hello. I love this addon because it is so simple. But I have one small problem with it. hide_shapeshift is 1 but when I exit/enter stealth sometimes the shapeshift bar will show up from no where. Edit: I fixed it like this -- hide the shapeshift if hide_shapeshift == 1 then ShapeshiftBarFrame:Hide() ShapeshiftBarFram...
File: oUF_coree01-10-09
Just some quick things I noticed....
Posted By: stako
Just some quick things I noticed. I couldn't see the combo points, but I fixed that much myself.(Replaced HP% with CP since I didn't like the blurry font there) Also the power text(not the bar) updates every 2 seconds I think, it is too slow with the 3.0 update for me. You can look at oUF_Lyn or maybe some others to see how they...
File: lolTip10-17-08
When I mouse over the frame of a pa...
Posted By: stako
When I mouse over the frame of a party member's pet when the pet is out of sight, lolTip brings up an error. I'm using agUF.