Results: 5Comments by: mirtio
File: PKBlow03-24-12
It's a known issue in 4.3.3, check...
Posted By: mirtio
It's a known issue in 4.3.3, check http://us.battle.net/wow/en/forum/topic/3657425797 Ah, I see, thanks :)
File: PKBlow03-24-12
Just one comment: If you kill a...
Posted By: mirtio
Just one comment: If you kill a priest that has Spirit of Redemption skilled it won't count a KB.
File: rThreat03-04-12
For those of you who want to hide t...
Posted By: mirtio
For those of you who want to hide the threat meter in arena matches, open up core.lua and change line 224 from if cfg.partyonly and (GetNumRaidMembers() + GetNumPartyMembers() == 0) then to if cfg.partyonly and (GetNumRaidMembers() + GetNumPartyMembers() == 0) or IsActiveBattlefieldArena() then Maybe zork could add an option in...
File: NugRunning12-26-11
I also had this problem. It can be...
Posted By: mirtio
I also had this problem. It can be reproduced by simply activating berserker rage. It crashes on line 122 and 129 saying Date: 2011-12-26 12:29:23 ID: -1 Error occured in: Global Count: 1 Message: ..\AddOns\NugRunning\deathknight.lua line 122: attempt to index global 'active' (a nil value) Debug: : ? NugRunning\de...
File: Roth UI (Diablo)11-14-08
Hey Zork really nice compilation!...
Posted By: mirtio
Hey Zork really nice compilation! I'm using it since 3.0 is out. You deserve a tribute! *handing over tribute* ;) One thing: I was missing the colored level text. replace if UnitLevel(unit) ~= -1 then string = UnitLevel(unit) else --string = (UnitLevel("player")+3) string = "??" end...