MACRO FOR MAGE REP + IF YOU HELP ME - 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 FOR MAGE REP + IF YOU HELP ME (/thread-16025.html) |
MACRO FOR MAGE REP + IF YOU HELP ME - romecik - 09-02-2014 Hello. l need macro for use gfb if 2monster+ attack me if I see 1 monster he need use "exori vis" I have macro for use gfb and use exori vis but 50% bot try use macro gfb and exori vis when l kill 2monsters + this my macro: 2000 { vis} Self.Mana>=20 Self.Attacking==01 Self.Say(exori vis) 500 {gfb Shotter} target:=Creature.Target() IDRUNE:=3191 Creatures.OnScreen()>3 Creature.ShootOn(!target!, !IDRUNE!) Exit() >>>>>>>>>>Creatures.OnScreen<<<<<<<<<<<<IS WRONG WHY? HMM I THINK CREATURES ON SCREEN IS NOT ONLY MONSTER SO WHEN I SEE 1 PLAYER AND 1 MONSTER BOT USE GFB TOO I NEED GOOD MACRO FOR THAT WHO CAN HELP WITH THAT? :p RE: MACRO FOR MAGE REP + IF YOU HELP ME - Dexter - 09-02-2014 Try this macro: [macro]500 {gfb Shotter} target:=Creature.Target() IDRUNE:=3191 Creatures.OnScreen()<=2[jump] Creatures.PlayersOnScreen()<>1 Self.Attacking()==01 Self.Mana>=20 Self.Say(exori vis) {jump} Creatures.OnScreen()>=3 Creatures.PlayersOnScreen()<>1 Self.Attacking()==01 Creature.ShootOn(!target!, !IDRUNE!)[/macro] |