help with a question - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: help with a question (/thread-20258.html) |
help with a question - Akatsuki pride - 09-12-2016 as I can make my char ignore some creatures or kill them only when trapped to the point hunting for example, to ignore creatures input roshamuul and start to attack on the bridge or on the way to Chosen ignore lizards, zaoguns and Chosen of the first cave and start hunting administered from the second cave, I need some special macro or set sqm? please help RE: help with a question - Catar - 09-12-2016 make macro to turn off killer in places u don't want bot to attack, and turn on where u want. for example, i had macro to turn on killer when Z>=8 (means entering cave which is below ground Self.Z()>=8 [kil] Killer.Start() exit() {kil} Killer.Stop() exit() |