March 23, 20206 yr Hello, i'm using the fight class editor and i really like it. Now i wonder if you will add more conditions for spells using. Especially for focus, "if focus is...", if you'd add it it would be really great ! Thanks in advance !
March 28, 20206 yr Author thanks, i just tried using it, but it doesn't work if i dont target my focus. What i want to do is that my character use spell "charge" on target=focus when my focus is casting, without targetting focus. Thanks for helping me
March 31, 20206 yr Author only works when i target my focus.. so i tried anything i could even if im totally new to code : if ObjectManager.Me.FocusObj.IsCast { SpellManager.CastSpellByNameOn("Shadowstep", ObjectManager.Me.Focus); } But obviously it doesn't work ?
March 31, 20206 yr if ObjectManager.Me.FocusObj.IsCast { SpellManager.CastSpellByNameOn("Shadowstep", "focus"); }
Create an account or sign in to comment