05-25-2014, 10:59 AM
Hello, this easy macro will make bot to exit tibia if your character is in PZ and have got less than 900min left of stamina (900min = 15h).
You can change 900 for the minutes you want (for example 14h=840min).
Easy but useful macro!
Code:
Status.PZBlock()==1
Self.StaminaMins()<=900
Tibia.Close()
Easy but useful macro!