10-06-2013, 10:23 AM
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.
Set it as macro and use in attack sequence:
![[Image: PNVR6wh.png]](http://i.imgur.com/PNVR6wh.png)
![[Image: BE2FGGX.png]](http://i.imgur.com/BE2FGGX.png)
If you use it rep me
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]](http://i.imgur.com/PNVR6wh.png)
![[Image: BE2FGGX.png]](http://i.imgur.com/BE2FGGX.png)
If you use it rep me
