RonSwanson 2 Posted January 28, 2017 Share Posted January 28, 2017 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 https://wrobot.eu/forums/topic/4889-casting-spell-twice/ 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