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.
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]](http://i.imgur.com/RgCsZeZ.jpg)
Training

![[Image: 9GmV5Ai.jpg]](http://i.imgur.com/9GmV5Ai.jpg)