BBot - The best bot of the world

Full Version: Help with a macro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 :/
60000 {Utura} Status.InPZ()==0 Status.Buff()==0 Self.Mana()>=75 Self.Say(utura)

Use Ctrl+Space to see available functions or auto-complete.
Hey i need it too but can u add so my character only use it if i´m below 8% health pls?
Code:
60000 {Utura} Status.InPZ()==0 Status.Buff()==0 Self.Health%()<8 Self.Mana()>=75 Self.Say(utura)