BBot - The best bot of the world
[NEED MACRO] EQUIP SMALL STONE - 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: [NEED MACRO] EQUIP SMALL STONE (/thread-15246.html)



[NEED MACRO] EQUIP SMALL STONE - brutox - 06-12-2014

hey guys!

i need macro to equip small stone and equip serpent sword when you have no stone.

[macro]2000 {Equip Stone} Misc.ItemCountEx(1781)>=1 Self.Equip.LeftHand(1781) 2000 {Equip Sword} Misc.ItemCountEx(1781)<1 Self.Equip.LeftHand(3297)[/macro]

/\ that this not working

thxx


RE: [NEED MACRO] EQUIP SMALL STONE - mr. Kris - 06-12-2014

because that was 2 macros...

Quote:2000 {Equip Stone} Misc.ItemCountEx(1781)>=1 Self.Equip.LeftHand(1781)

Quote:2000 {Equip Sword} Misc.ItemCountEx(1781)<1 Self.Equip.LeftHand(3297)