Jump to content

If focus is casting


Sotsiv

Recommended Posts

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 !

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 ?

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...