Originally Posted by
ph34rt3hcute1
Simple....add this ability and add it to rotation be sure to set how = 108292, i also suggest adding a "not ubid(p,how)" check to Forms or else it will keep popping you in and out of cat form to cast.
Code:
if ubid(p,how) then
if check(mf) and not udbid(t,mf) then
cast(gsi(mf))
elseif check(wth) then
cast(gsi(wth))
end
end
After messing around with this late last week, apparently my idea on Moonfire is pointless, it is a waste of a GCD and it hits like a wet noodle. So to just cast Wrath while HotW is up, would I just condense that code to
Code:
if ubid(p,how) then
cast(gsi(wth))
end
I would test this myself, but stoopid maintenance....