BBot - The best bot of the world
SD 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: SD Macro (/thread-11945.html)



SD Macro - kawanfonseca - 09-24-2013

hi i need sd macro when i have 3+ dls attackin' me
thanks


RE: SD Macro - JeshuaStep - 09-24-2013

Try this
1500 {Avoid DL} DragonLord:=3 IDrune:=3158 Creatures.OnScreen()==!DragonLord! [OnDragonLord] Self.Attacking()==3 Target.Shoot(!IDrune!) Exit


RE: SD Macro - howcraft - 09-24-2013

(09-24-2013, 07:11 AM)JeshuaStep Wrote: Try this
1500 {Avoid DL} DragonLord:=3 IDrune:=3158 Creatures.OnScreen()==!DragonLord! [OnDragonLord] Self.Attacking()==3 Target.Shoot(!IDrune!) Exit

it will only use sd when 3 dl on screen... if 4 it will no use... gz ;d

check it

2000 {Sd} HowManyDL:=3 IDrune:=3158 Creatures.OnScreen()>=!HowManyDL! Self.Attacking()>=3 Target.Shoot(!IDrune!) Exit


RE: SD Macro - kawanfonseca - 09-24-2013

you missed sd rune id, its 3155 Tongue but it works great, thanks guys
and theres no way to attack 4 dl at my waypoint (hunting at farmine) so both macro are great
rep ++ for both of you
ty


RE: SD Macro - JeshuaStep - 09-24-2013

Ur welcome, enjoy it bro! Smile