BBot - The best bot of the world
Assasin Stars/Spears - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Assasin Stars/Spears (/thread-17053.html)



Assasin Stars/Spears - matho - 01-04-2015

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!)

?


RE: Assasin Stars/Spears - wedel92 - 01-04-2015

[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


RE: Assasin Stars/Spears - mr. Kris - 01-04-2015

One macro:
Code:
1000 {spears} Misc.ItemCountEx(7368)>=1 [jump] Self.Equip.LeftHand(7368) Exit() {jump} Self.Equip.LeftHand(3277)