How can i check if my char actually used Haste or Swift foot?
I'm trying to do this macros:
Self.Mana>=60
Creatures.OnScreen>=03
Creatures.OnScreen<=04
CHECK IF HASTE
Self.Say(utani hur)
Self.Mana>=400
Creatures.OnScreen>=06
CHECK IF SWIFT FOOT
Self.Say(utamo tempo san)
I want to my pally to run faster if there many creatures on the screen, i'm hunting some really fast creatures and sometimes i need to get away
Thanks
I'm trying to do this macros:
Self.Mana>=60
Creatures.OnScreen>=03
Creatures.OnScreen<=04
CHECK IF HASTE
Self.Say(utani hur)
Self.Mana>=400
Creatures.OnScreen>=06
CHECK IF SWIFT FOOT
Self.Say(utamo tempo san)
I want to my pally to run faster if there many creatures on the screen, i'm hunting some really fast creatures and sometimes i need to get away
Thanks