Jump to content

Recommended Posts

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
https://wrobot.eu/forums/topic/11974-if-focus-is-casting/#findComment-57271
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
https://wrobot.eu/forums/topic/11974-if-focus-is-casting/#findComment-57306
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...