Results: 196Comments by: siweia
File: Stagger05-11-17
just leveled my brewmaster to 110 a...
Posted By: siweia
just leveled my brewmaster to 110 and i'm really enjoying this mod. i have a few questions and a bug report. ... Try the new version, the problem should be fixed. And the transparency can be edited in file "config.lua".
File: Aurora: Missing Textures02-11-17
In the changelog tab, you've mentio...
Posted By: siweia
In the changelog tab, you've mentioned that you did "redo UI-CHARACTERCREATE-CLASSES.blp" in version 2.39, but the version of this site is actually 2.38 all the time. Was that you forget to upload the file and just change the changelog only? :)
File: rActionBar11-30-16
This is my current fix. add code...
Posted By: siweia
This is my current fix. add code in rButtonTemplate\core.lua local function SetupBackdrop(button,backdrop) ...... if button.__faderParent then button.__faderParent.fader:HookScript("OnFinished", function() bg:SetBackdropColor(unpack(backdrop.backgroundColor)) end) end end
File: rActionBar11-30-16
And also for the framefader in rLib...
Posted By: siweia
And also for the framefader in rLib, if you create background color for any actionbuttons with a mouseover fader, the background color would be darker than normal once you mouseover them. http://ww4.sinaimg.cn/large/7112bfffgw1faaaeiqt5dj202805njr8.jpg The bar on the right is the original color without fader, and the bar with f...
File: rActionBar11-28-16
I just found a new bug. If you h...
Posted By: siweia
I just found a new bug. If you hide the Right Bar and Right Bar 2 in the InterfaceOptionPanel, those bars would appear again once you exit from a vehicle UI. I made a quick fix atm. local event = CreateFrame("Frame") event:RegisterEvent("UNIT_EXITING_VEHICLE") event:SetScript("OnEvent", function(self) if not self.fixed the...
File: Stagger11-02-16
Re: Frame
Posted By: siweia
Hi, first of all ty for making this addon so great. But im having problem: When i try to move the frame with "/stg" it doesnt do anything, can you help me? I just fixed. I made a mistake in the previous version.
File: Cloudy Unit Info11-02-16
The new ilvl api "GetDetailedItemLe...
Posted By: siweia
The new ilvl api "GetDetailedItemLevelInfo(link)" would mostly replace the scantip system I presume.
File: Stagger10-19-16
Re: Love Your Addon,
Posted By: siweia
Love your addon, It would be helpful if I could change the bar width, its just too thin for me. If you could point me to the line number and which parameters to change. TIA core.lua, @line121, you can change the "5" into whatever size you like. f.Bar:SetSize(cfg.IconSize*4 + 12, 5)
File: LS: UI10-11-16
For warrior, mage and deathknight,...
Posted By: siweia
For warrior, mage and deathknight, there is a spell button for worldquests on the world map which given by the orderhall. It seems like the "blizzard/worldmap.lua" do break the function.
File: FixTradeSkillSearch08-01-16
If I shift+click on the header of e...
Posted By: siweia
If I shift+click on the header of each section, it would show an error. :2: Usage: GetRecipeLink(recipeID) Count: 1 Call Stack: : ? : in function `GetRecipeLink' :2: in function <:1>
File: Class Colors07-24-16
Interface\AddOns\!ClassColors\Class...
Posted By: siweia
Interface\AddOns\!ClassColors\ClassColorsBlizz.lua:516: Usage: GetClassInfo(ID) Count: 1 Call Stack: : ? : in function `GetClassInfoByID' Interface\AddOns\!ClassColors\ClassColorsBlizz.lua:516: in function `UpdateClassFilterDropDownText' ...Blizzard_Collections\Blizzard_HeirloomCollection.lua:43: in function <...Blizzard_Coll...
File: Stagger07-23-16
Hey, Been using this awesome ad...
Posted By: siweia
Hey, Been using this awesome addon for a while now and it has helped so much in WoD. Was excited to see it was updated for Legion but after installing, it for some reason the stagger meter does not work. Both "eye of the tiger" and "ironskin" work but the stagger bar remains empty and both numbers stay at 0 0 regardless of the...
File: Aurora06-21-16
Hi Haleth, will you update to the n...
Posted By: siweia
Hi Haleth, will you update to the new patch in Legion?
File: Stagger08-11-15
Hey, I love this addon on my Mon...
Posted By: siweia
Hey, I love this addon on my Monk, its so useful. Do you think you can make same one for combat rogue, I figure its same principal, just change spells;p Or Suggest addon that does similar thing for Combat rogue, thanks. You may need to do it yourself, I do have a impulsion to make this addon for all the characters th...
File: Stagger07-28-15
Re: Errors
Posted By: siweia
... Unfortunately, this error is due to the taint of the statue icon. Blizzard won't allow addon to destroy totem in combat. If you block the error report, it won't affect for any the activities though. You can just ignore it. And if you want to know the remain duration of icons, you can download the previous version of this a...
File: Aurora07-05-15
The GarrisonFollowerAlertFrame need...
Posted By: siweia
The GarrisonFollowerAlertFrame need to be reskined. Same as GarrisonShipFollowerAlertFrame.
File: rActionBar06-14-15
It won't switch to possessbar or ve...
Posted By: siweia
It won't switch to possessbar or vehicle bar at the Pillars of Fate, Shadowmoon Valley. http://pic3.178.com/847/8472011/month_1506/74232241a3ae9cc5f1acc71fd5732187.jpg http://pic3.178.com/847/8472011/month_1506/7e06b243418fc651bed01afe8ffd4310.jpg This is what it should be after disable the ractionbar. http://pic3.178.com/847...
File: Stagger03-20-15
Re: New user + new bug
Posted By: siweia
Hi, i just got your addon this morning, and got following bug right away: 5x Stagger\Core.lua:102: Usage: GameTooltip:SetUnitAura("unit", or ) : in function `SetUnitAura' Stagger\Core.lua:102: in function Locals: self = { 0 = Shadow = { } CD = { } HL...
File: rActionBar03-16-15
Re: I DO IT
Posted By: siweia
You are on the right track, but did it wrong. The vehicle-leaving thing is not just the button you mentioned, there is another one named something like "OverrideActionBarXXXXX".
File: rVignette03-05-15
You may need to change "RaidWarning...
Posted By: siweia
You may need to change "RaidWarning.wav" into "RaidWarning.ogg", which is a "gift" from blizz in the new patch.
File: rActionBar03-01-15
And I meant that aswell. I know tha...
Posted By: siweia
And I meant that aswell. I know that it will be true for flying by yourself but there is no NPC-only flying macro condition. Alright then, thanks.
File: rActionBar02-27-15
@zork The flight I meant is prov...
Posted By: siweia
@zork The flight I meant is provided by NPC, not for mounted player. It's a new function in patch 6.1, for someone who select a wrong flight path, and wanna get off before next landing. The leave vehicle button would be visible then.
File: rActionBar02-26-15
It supposts to have a leave vehicle...
Posted By: siweia
It supposts to have a leave vehicle button when you on the flight, which is added in patch 6.1. You can dismiss and get off the flight at next landing place.
File: Stagger12-20-14
Re: Ox Statue Icon
Posted By: siweia
Why is the Ox Statue icon, and only that icon, showing up for MW spec? Fixed.
File: Aurora12-13-14
http://pic3.178.com/847/8472011/mon...
Posted By: siweia
http://pic3.178.com/847/8472011/month_1412/d32834ca1f7d37ec9f495b3588b42644.jpg The scroll frame hasn't been reskined yet, once the guild info text goes too long.