NUEVA KEY TIBIABOT NG
Key Actualizada: 28/10/10
Hardware Fingerprint: 157495E5
Name: gamesorku@gmail.com
Key: 01A5T8-EVD3K6-7MC1TY-MCMEMZ-TNUUUA-B6MH7W-5CMWYU-AP2J3M-C947DC-9BHDAH
Créditos: OTBR.com.br
Download the best bots for Tibia Free
const
Potion_ID = 7643// ID de la Potion que quiera usar.
Health_Heal = 200 // Con cuanto de HP quiere usar la Potion.
while not terminated do
begin
updateworld;
if self.health <= Health_Heal then begin Self.Containers.UseItemWithSelf(Potion_ID) Sleep(700) end; Sleep(100); end;
const
Potion_ID = 239// ID de la Potion que quiera usar.
Health_Heal = 200 // Con cuanto de HP quiere usar la Potion.
while not terminated do
begin
updateworld;
if self.health <= Health_Heal then begin Self.Containers.UseItemWithSelf(Potion_ID) Sleep(700) end; Sleep(100); end;
const
Potion_ID = 236// ID de la Potion que quiera usar.
Health_Heal = 200 // Con cuanto de HP quiere usar la Potion.
while not terminated do
begin
updateworld;
if self.health <= Health_Heal then begin Self.Containers.UseItemWithSelf(Potion_ID) Sleep(700) end; Sleep(100); end;
const
Potion_ID = 266// ID de la Potion que quiera usar.
Health_Heal = 200 // Con cuanto de HP quiere usar la Potion.
while not terminated do
begin
updateworld;
if self.health <= Health_Heal then begin Self.Containers.UseItemWithSelf(Potion_ID) Sleep(700) end; Sleep(100); end;