daneh88 0 Posted August 2, 2019 Share Posted August 2, 2019 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. Link to comment https://wrobot.eu/forums/topic/11548-boomkin-non-c-moonkin-form-help/ Share on other sites More sharing options...
Marsbar 228 Posted August 2, 2019 Share Posted August 2, 2019 Can you post what you have so far? (The XML) Link to comment https://wrobot.eu/forums/topic/11548-boomkin-non-c-moonkin-form-help/#findComment-55356 Share on other sites More sharing options...
TheSmokie 242 Posted August 3, 2019 Share Posted August 3, 2019 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; } Link to comment https://wrobot.eu/forums/topic/11548-boomkin-non-c-moonkin-form-help/#findComment-55358 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now