BBot - The best bot of the world
Need macro - 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: Need macro (/thread-17506.html)



Need macro - Monkic - 02-16-2015

I need some macros

1.When there is no money in bank exit tibia
2.When 2+ tarantula use exori ico
3.When 4+ tarantula use steal Ring

REgards


RE: Need macro - kaiquegabriel - 02-16-2015

Balance -5k exit
Code:
1000 {no money exit} Self.Balance()<5000 Tibia.Close()

2 tarantulas+ exori ico
Code:
4000 {2+ exori ico} Creatures.ByName(Tarantula)=>2 Self.Say(exori ico)

4 tarantulas equip stealth ring
Code:
1000 {equip stealth 4+} Creatures.ByName(Tarantula)=>4 Self.Equip.Ring(3049)

Unequip ring without tarantulas
Code:
1000 {Unequip stealth} Creatures.ByName(Tarantula)=<2 Self.UnEquip.Ring(0)



RE: Need macro - Monkic - 02-16-2015

thx for help

Rep for u