Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro for SD/FRIGO
#1
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


Forum Jump:


Users browsing this thread: 1 Guest(s)