BBot - The best bot of the world
Help with a macro - 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: Help with a macro (/thread-3953.html)



Help with a macro - whey - 08-21-2012

Hey! can someone make a macro for me that uses "utura" every 60 second?

What happend to the old macro creater? it was so easy with the malls and stuff :/


RE: Help with a macro - nizlov - 08-21-2012

60000 {Utura} Status.InPZ()==0 Status.Buff()==0 Self.Mana()>=75 Self.Say(utura)

Use Ctrl+Space to see available functions or auto-complete.


RE: Help with a macro - zlatan11 - 08-28-2012

Hey i need it too but can u add so my character only use it if i´m below 8% health pls?


RE: Help with a macro - Kimoszin - 08-28-2012

Code:
60000 {Utura} Status.InPZ()==0 Status.Buff()==0 Self.Health%()<8 Self.Mana()>=75 Self.Say(utura)