![]() |
POSSIBLE MACRO? - 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: POSSIBLE MACRO? (/thread-16727.html) |
POSSIBLE MACRO? - [email protected] - 11-25-2014 I m hunting in a place that have bonebest and nightstalker , Im a Druid , Im using underword rod , but sometime bot does not use exori flam so i keep using only wand on bonebest that is immune to death. So i would like to know is its possible to make a script that change undersword rod to hailstorm rod when targeting bonebest, and back to underword when targetting nightstalker. THank since now RE: POSSIBLE MACRO? - Yesterday - 11-25-2014 (11-25-2014, 12:22 PM)[email protected] Wrote: I m hunting in a place that have bonebest and nightstalker , Im a Druid , Im using underword rod , but sometime bot does not use exori flam so i keep using only wand on bonebest that is immune to death. So i would like to know is its possible to make a script that change undersword rod to hailstorm rod when targeting bonebest, and back to underword when targetting nightstalker.here are that you need do RE: POSSIBLE MACRO? - [email protected] - 11-27-2014 wow man!!! thank you so muck!! rep+ did not work =/ RE: POSSIBLE MACRO? - mr. Kris - 11-27-2014 Try paste this macro: Code: 400 {bonebeast} Creatures.ByName(Bonebeast)>=1 Self.Attacking()=1 Self.Say(exori flam) Exit() RE: POSSIBLE MACRO? - [email protected] - 11-27-2014 (11-27-2014, 08:58 AM)mr. Kris Wrote: Try paste this macro: Its Safer =) Thank you! RE: POSSIBLE MACRO? - Yesterday - 11-27-2014 (11-27-2014, 01:19 AM)[email protected] Wrote: wow man!!! thank you so muck!! rep+ check id of hailstrom maybe i type this bad D:... to me work fine :p |