BBot - The best bot of the world
Rod -> Sword - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Rod -> Sword (/thread-5559.html)



Rod -> Sword - Frohser - 11-27-2012

If attacking a poison spider equip a fire sword. If no attacking poison spider equip a terra rod.


RE: Rod -> Sword - Kimoszin - 11-27-2012

How check creature: http://wiki.bmega.net/doku.php?id=macros_commands#target
How equip: http://wiki.bmega.net/doku.php?id=macros_commands#selfequip







Code:
1300 {Equipe Sword} SWORD:=9999 OTHER:=9998  Target.ByName(Poison Spider)==1 [else] Self.Equip.LeftHand(!SWORD!) Exit() {else} Self.Equip.LeftHand(!OTHER!) Exit()