Macro avalanche/sd - 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: Macro avalanche/sd (/thread-19900.html) |
Macro avalanche/sd - edwino4 - 05-13-2016 Can someone write me a macro, where my character use runes SD if someone is on the screen and remained one monster, and as there is no player on the screen and it is more like two monsters ( by range 3 ) that use avalanche rune on them I create one but have many bugs. Sorry for my English. i solved this problem" 50 {ShootAVA} target:=Creature.Target() IDRUNE:=3161 Creatures.PlayersOnScreen()==1 Creatures.ByRange(3)>2 Creature.ShootOn(!target!, !IDRUNE!) and 1000 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.Beside()<2 Creature.ShootOn(!target!, !IDRUNE!) RE: Macro avalanche/sd - jasper15 - 05-13-2016 Use advanced attack. http://forums.bmega.net/showthread.php?tid=3063&highlight=advanced+attack RE: Macro avalanche/sd - edwino4 - 05-13-2016 (05-13-2016, 06:30 PM)jasper15 Wrote: Use advanced attack. easily and clearly for me is to set this in the macro also i tested those 2 macros and works perfect |