Help Macro Please (Sd/Avalanche) - 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 Macro Please (Sd/Avalanche) (/thread-9836.html) |
Help Macro Please (Sd/Avalanche) - druid theking - 05-26-2013 Hello! Okay. This is the case, uhm ... I would like to know some macro so that when haiga three monster on the screen my mage use (Avalanches) and when there is less tire (SD) And if a player just use (Sd) I give rep xd Use this but does not work too well Self.Mana>=200Self.Attacking==01Creatures.ByRange(9)>=3Creatures.PlayersOnScreen==01Target.Self()Target.Foe()Target.Shoot(3161)Exit() RE: Help Macro Please (Sd/Avalanche) - spiff26 - 05-27-2013 [macro]2000 {Ava/SD} Ava:=XXXX SD:=XXXX monster:=3 Self.Attacking()==1 Creatures.PlayersOnScreen()==1 [SD] VarSub(monster, 1) Creatures.OnScreen()>=!monster! [SD] Target.Self() Target.Foe() Target.Shoot(!Ava!) Exit() {SD} Target.Foe() Target.Shoot(!SD!) Exit() [/macro] change XXXX by the id of the runes |