![]() |
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: Macro (/thread-2093.html) |
Macro - bronek - 03-22-2012 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 ![]() RE: Macro - Dexter - 03-22-2012 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. ![]() RE: Macro - Hunger - 03-22-2012 Macros are like scripts of the NG, they can give you various functions for various activities. From a simple healer to refill potions. RE: Macro - bronek - 03-22-2012 thank you so much ;p but it's also so dificult for me ;p RE: Macro - Paper Boy - 03-22-2012 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) Paper~ |