Jump to content

Casting Spell Twice :(


RonSwanson

Recommended Posts

For some reason this spell keeps interrupting its self 3x and then it finally casts, but then it casts 2 times in a row. But yeah the bot keeps interrutting itself with another immolate 3 times in a row and then it casts 2 immolates in a row. 

 


            if (!ObjectManager.Me.CastingSpell.Equals(IMMOLATE) && !ObjectManager.Me.TargetObject.HaveBuff("Immolate") && IMMOLATE.IsSpellUsable
     && IMMOLATE.KnownSpell)
            {

                IMMOLATE.Launch();
            }

Any ideas  on how ton fix this?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...