Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need macro
#1
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
Reply
#2
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)
Reply
#3
thx for help

Rep for u
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)