BBot - The best bot of the world
Macro for SD/FRIGO - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html)
+--- Thread: Macro for SD/FRIGO (/thread-12072.html)



Macro for SD/FRIGO - voonart - 10-06-2013

Heya, today Iv made macro for hunting dl's in darashia.

To minium the waste I use this scrip in attack sequence on dragon.

If just 1 dragon on screen it will kill with frigo.
If more than 1 dragon kill with sd.

Code:
CS:=Creatures.OnScreen()
Self.Attacking()
Self.Health%()>80
!CS!==2 [ShootSD]
Self.Say(exori frigo)
Exit
{ShootSD}
Target:=Creature.Attacking()
Creature.ShootOn(!Target!, 3155)
Exit

Set it as macro and use in attack sequence:
[Image: PNVR6wh.png]
[Image: BE2FGGX.png]

If you use it rep me Smile