Results: 1Comments by: punkNhead
File: NugRunning07-13-09
Mage Info
Posted By: punkNhead
Nice work on this addon. Here is what I was able to put together for mage spell tracking: if class == "MAGE" then -- BUFFS AddSpell({ 12472 },{ name = "Icy Veins",duration = 20, short = "IV" }) AddSpell({ 12042 },{ name = "Arcane Power",duration = 15, short = "AP" }) AddSpell({ 44401 },{ name = "Missile Barrage",duration = 15...