• 01-04.05.2026 - DOUBLE EXP / SKILL EVENT!

- TibiaBot NG Skrypta do TibiaBot Ng UH

Status
Zamknięty.

Kurier

User
Zarejestrowany
Dołączył
Luty 20, 2011
Posty
14
Liczba reakcji
0
Potrzebuje skrypty na uh ?eby bra? uh zo jakie? 30 sekunt
Prosze o jak najszybsze dodanie skryptu
 
Odp: Skrypta do TibiaBot Ng UH

to jest skrypt ale on nie bierze co 30 sekund uh :p
mam nadzieje ze pomog?em

Const
MinMana = 659 // min Mana
NumberOfVialsToDrink = 1 // how many potions to drink
IDPotion = 3160 // ID of Potion
Delay = 0 // in seconds
while not terminated do
begin
UpdateWorld;
if Self.Mana <= MinMana then // min Mana
begin
for i := 1 to NumberOfVialsToDrink do
begin
if (i >= NumberOfVialsToDrink + 1) or (terminated = true) then break;
Self.Containers.UseItemWithSelf(IDPotion);
Sleep(Delay*1000);
end;
end;
Sleep(500);
end;
begin
UpdateWorld;
if (Self.Mana >= MinMana) then
begin
self.say(Spell);
end;
Sleep(Seconds*1000);
end;
 
Status
Zamknięty.
Back
Do góry