BBot - The best bot of the world

Full Version: simple macro request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi friends,

anyone can help me to make me a simple macro?

I need for my secure a simple macro.

When mana potionen lower than 100 set NOKILLPOINT:ON and when my char buyed new mana potions set nokillpoint:OFF

is this possible?


When i use the protector function in bbot there will every go switch back to my Refil Label. so my Char cant run out realy.

Sometimes iam need 200 mana potions for exit becouse the respawn very big.

Iam hunting on OT Server.
Try this and You need add the ID (example: MP:=268).

[macro]1000 {Stop Killer if low MP} MP:=ID Misc.ItemCountEx(!MP!)<=100 [Else] Killer.Stop() Exit() {Else} Misc.ItemCountEx(!MP!)>=101 Killer.Start() Exit()[/macro]