![]() |
Spamming exori ico when target - 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: Spamming exori ico when target (/thread-18679.html) |
Spamming exori ico when target - lordekbyku - 10-23-2015 Hello. Can someone create a macro for me which will spam exori ico ONLY when any monster is marked as target (simply when my character is attacking some monster). I really need this macro. Will be rep+ Thanks ![]() RE: Spamming exori ico when target - gusttavomarinho - 10-23-2015 will loosen exori ico if you have any worm on target Code: 1000 {Exori ico} Creature.Target()>0 Self.Mana()>=30 Self.Say(exori ico) Macro.Wait(6) and will wait to 6/2 and the team it can use magic again, if not this time want to simply remove the macro wait RE: Spamming exori ico when target - lordekbyku - 10-23-2015 thank you very much rep + ![]() |