August 2, 20196 yr Hey there. Need help with Moonkin Form. Added the spell, and changed settings to cast moonkin in combat only (false) and to is Buff (true) and also not cast when mounted. But it still seems to just cycle casting moonkin form over and over.
August 3, 20196 yr This should work (Untested) if (!ObjectManager.Me.HaveBuff("Moonkin Form") && SpellManager.KnowSpell("Moonkin Form") && ObjectManager.Me.ManaPercentage >= 10) { SpellManager.CastSpellByNameLUA("Moonkin Form"); Usefuls.WaitIsCasting(); return; }
Create an account or sign in to comment