Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VoonArt scripts
#9
Macro: Safe Training

Hello here is my macro for Safe Training on rotworms.
It can be used at very low skills and level.

When Carrion Worm is on screen it will use serpent sword.
When 3 monsters are attacking you it will use serpent sword.
When 2 monsters or less attacking you it will use matchete.

Code:
1000 {Training}
trainweapon:=3308
attackweapon:=3297
CWC:=Creature.ByName(Carrion Worm)
!CWC!==0 [else]
Creatures.Beside()<=2 [else]
Self.Inventory.LeftHand()<>!trainweapon!
Self.Equip.LeftHand(!trainweapon!)
HUD.Display(Training)
Exit()
{else}
Self.Inventory.LeftHand()<>!attackweapon!
Self.Equip.LeftHand(!attackweapon!)
HUD.Display(Attacking)


Killing until 2 monsters stay:
[Image: RgCsZeZ.jpg]

Training Wink
[Image: 9GmV5Ai.jpg]


Messages In This Thread
VoonArt scripts - by voonart - 07-20-2013, 08:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)