BBot - The best bot of the world

Full Version: Assasin Stars/Spears
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I just wanted to know how to make a macro, to when my Assassin Stars goes to 0, bot equips the spear of the bp.

1000 {equip Spear} spear=3277 Self.Inventory.LeftHand()==0 Self.Equip.LeftHand(!spear!)

?
[Code]
2000 {macro name} Misc.ItemCountEx(aaaa)>=1 Self.Equip.LeftHand(aaaa)
2000 {macro name} Misc.ItemCountEx(aaa)<1 Self.Equip.LeftHand(bbbb)

Aaaa - Id assassin
Bbbb - id spear
One macro:
Code:
1000 {spears} Misc.ItemCountEx(7368)>=1 [jump] Self.Equip.LeftHand(7368) Exit() {jump} Self.Equip.LeftHand(3277)