BBot - The best bot of the world
Check Haste - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Check Haste (/thread-12526.html)



Check Haste - Turdin - 11-07-2013

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


RE: Check Haste - Kimoszin - 11-07-2013

http://wiki.bmega.net/doku.php?id=macros_commands#player_status


RE: Check Haste - Dexter - 11-08-2013

And also check to put the command correctly, because the syntax of the commands of your first post is wrong.


RE: Check Haste - Turdin - 11-11-2013

Thanks, i gonna check this function and try to make it work properly!