Results: 83Comments by: Maccaa
File: Natur Enemy Castbar04-18-08
Great work :) <3 the new layout/cod...
Posted By: Maccaa
Great work :) <3 the new layout/code ------------------- It seems on the error attempt to concatenate local 'source' (a nil value) you need to use destNAME rather then srcNAME. a simple fix in SPELL_AURA_APPLIED (which is the only event giving this error by my tests) if srcNAME == nil then srcNAME = destNAME end I a...
File: Natur Enemy Castbar04-18-08
Fury and Protection aren't schools....
Posted By: Maccaa
Fury and Protection aren't schools. Also I have been testing a little bit in WSG. Seems the error for 'source' only happens on Prayer of Mending jumping to other targets or a Mage Spell Stealing someone's buff. srcNAME == nil on these
File: Natur Enemy Castbar04-18-08
Few things i've noticed already....
Posted By: Maccaa
Few things i've noticed already. Kidney shot timer is hardly ever correct even tho it does remove once debuff has faded. ^ Same with Rupture, see NECB CECB_Debuffs.lua search "cpinterval" for an idea on how to use combo points with these abilites (Will need it for Druid Maim ability aswell) Need poison timers for rogues....
File: StunWatch04-12-08
Noted. Will add these in 2.1 which...
Posted By: Maccaa
Noted. Will add these in 2.1 which isn't far off.
File: StunWatch04-12-08
As Disco stated above. /stunwatch s...
Posted By: Maccaa
As Disco stated above. /stunwatch should work for you
File: StunWatch04-11-08
Originally posted by Maccaa I wil...
Posted By: Maccaa
Originally posted by Maccaa I will add these into the 2.0 Version rewrite. Won't be adding these to the release as this is listed as a rogue only mod. This is how to add Druid timers: Open StunWatch.lua with any text editor Find the code local StunWatchStuns = { blah... } Add this to the end = { Du...
File: StunWatch04-11-08
Originally posted by Aragore WTB...
Posted By: Maccaa
Originally posted by Aragore WTB Pounce, Maim, Bash for druids <3 I will add these into the 2.0 Version rewrite.
File: StunWatch04-11-08
I'm actually in the process of rewr...
Posted By: Maccaa
I'm actually in the process of rewriting this addon to my likings. Going to use spellid's so i don't have to deal with translating into other languages and also will be a lot easier to add your own stuns to track.