BBot - The best bot of the world

Full Version: Macro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i got quastion for you all. What is the option MACRO for? I don't know how to use it and with what it can help me. I also can't find any helpful articles to understand that option. Thanks for any answer Wink
Hi,

Macros are powerful tools that let you customize almost everything. Want to do something special in determinated situation? Create a macro and let it do it for you.

Look: http://wiki.bmega.net/doku.php?id=macros

Any questions just post. Big Grin
Macros are like scripts of the NG, they can give you various functions for various activities. From a simple healer to refill potions.
thank you so much ;p but it's also so dificult for me ;p
We can use macros in a lot of things.

We can use it to make small hotkeys (like elf)
We can use it to make actions in cavebot and a lot of other things.

For example:

Code:
Macro (33257 32275 10:1000 {Soft Checker} Misc.ItemCountEx(6530)>0 CaveBot.GoLabel(Depositer/Refiller)

I've used this code in my dara drags(cavebot action), it force bbot to check if there is any worn soft boots on your backpack and go to label Depositer/refill if its true =P

You can make a lot of things with that, just use your criativity, let your mind do the hard work ^^

Example of hotkey:
Code:
3500 {Recovery} Self.Health<X Status.Buff=0 Self.Say(Utura)
Utura hotkey.

Paper~