SheepMonitor

SheepMonitor

303k Downloads

SheepMonitor doesn't seem to recognise the new mage spell: Polymorph: Mosswool

gyre opened this issue ยท 6 comments

commented

I've just learned the spell Polymorph: Mosswool, which appeared in 11.0.

Could SheepMonitor be changed to recognise this particular polymorph?

Thanks!

commented

nice, hadn't seen that yet. out of town for thanksgiving but i'll take a look at it when i get back later this week.

commented

Brill, thanks. :)

commented

I did try coding it myself. I found the spell id and what I thought was the icon path for the aura from wowhead, but I got an error later in the code which I've not had time to debug yet. :)
[460392] = 'Interface\\Icons\\Inv_Collections_Armor_FlowerBracelet_A_01', -- Polymorph (Mosswool)

[... later...] Ah, I needed to change other bits to give the duration too. :)

commented

main.lua, add line 23:
LibAuraInfo.auraInfo[460392] = '60;1' -- updating polymorph value for TWW

commented

Added to latest release

commented

Thanks! :)