Lineage 2 Tower Forum

Full Version: user:IsAttacking() not working?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(11-05-2014 15:00 PM)Vinter Wrote: [ -> ]I think IsAttacking refers to autoattack, like with the action Attack, not if you are in combat mode.

it could be

but in that case, is there some other function that we can use to check if we are in combat?
IsInCombat()
lol

i didnt saw it, tyvm
(11-05-2014 15:47 PM)Vinter Wrote: [ -> ]IsInCombat()

lol this is what you needed the whole time??? you could have just said that in the first place! "hello i need to figure out how to tell if im in combat or not" -> thats how you should start out next time instead of just blurting out how that shit done work because you don't understand how things work


and this is completely wrong code when checking this function
->
    LUA Programming
ShowToClient("ImAttacking",tostring(GetMe():IsAttacking()));

Pages: 1 2
Reference URL's