Szukam skrpyty na HASTE/UTANI HUR
Chodzi mi o to zeby mi dawalo utani hur. jak sie skonczy i tak ciagle.
Powie mi ktos gdzie wpisac ten skrypt?
TIBIA BOT NG
@Down
Thx. All dziala;))
Wersja do druku
Szukam skrpyty na HASTE/UTANI HUR
Chodzi mi o to zeby mi dawalo utani hur. jak sie skonczy i tak ciagle.
Powie mi ktos gdzie wpisac ten skrypt?
TIBIA BOT NG
@Down
Thx. All dziala;))
Kod PHP:Const Spell = 'utani hur' MinMana = 100 while not terminated do begin UpdateWorld; if not self.hasting then if self.mana >= MinMana then Self.Say(Spell); sleep(1000); end;
Gdzie wpisać ten skrypt ?
Przeczytaj TibiaBot NG - nowy poradnik
Witam. Potrzebuje skryptu do TibiaBotNG ktory alarmuje mnie kiedy mam mniej niz ,,x" small mana potions i mniej niz ,,y" Ultimate healing potions w plecakach.. z gory dziekuje ..
Potrzebuję skrypta do NG żeby Pal mógł atakować potwora utrzymując dystans 3sqm.
Będe bił:
DS'y
Ghoule
Skeletony.
Kod PHP:Const SQM = 3 // jaka odległość ma zachować function GetCreatureByID(ID: integer): TCreature; var x: integer; begin Result := nil; for x := 0 to Creatures.Count - 1 do begin if x >= Creatures.Count then Break; if Creatures.Creature[x].ID = ID then begin Result := Creatures.Creature[x]; Exit; end; end; end; UpdateWorld; KnightID := Self.Following; while not terminated do begin UpdateWorld; Knight := GetCreatureByID(KnightID); if Knight <> nil then if Knight.Z = self.z then begin if self.following then if (abs(Self.X-Knight.X) < SQM + 1) and (abs(Self.Y-Knight.Y) < SQM + 1) then begin Knight.Following := false; UpdateWorld; Self.MoveTo(Self.X,Self.Y,Self.Z); end; if not self.following then begin if (abs(Self.X-Knight.X) > SQM) or (abs(Self.Y-Knight.Y) > SQM) then Knight.Following := true; end; if (not self.following) and (abs(Self.X - Knight.X) < 2) and (ABS(Self.Y - Knight.Y) < 2) then begin Knight.Following := true; sleep(100); Knight.Following := false; sleep(1000); end; end; else self.displaytext('Target is not on the same floor!'); else self.displaytext('Target losed!!!'); sleep(100); end;
Jak coś nie bedzie działało to pisz. ;d
Pozdrawiam
Dzięki wielkie. A jak zrobić skrypt by przy kończącej się liczbie amunicji włączył się alarm?
Szukam skryptu "nie bij potwora kiedy ma x hp."
Posiada ktoś owy? Z góry dziękuję
Proszę o szybki request, przez nieuwage ubiłem 3 ghoule już xD
Tibia bot ng 8.41
Kod:Const
StopAt=45;//Stop Atack at 45% hp
AttackAt=70;//Retrum atack at 70%+ hp
TrainName=['Ghoul'];//
var
creature:tcreature;
function GetCreatureByNameHPHIGH(Name: string): TCreature;
var
x: integer;
begin
Result := nil;
for x := 0 to Creatures.Count - 1 do
begin
if x >= Creatures.Count then Break;
if Creatures.Creature[x].Name = Name then
if Creatures.Creature[x].z=Self.Z then
if Creatures.Creature[x].Health>AttackAt then
begin
Result := Creatures.Creature[x];
Exit;
end;
end;
end;
function Attacking: boolean;
var
x: integer;
begin
Result := False;
for x := 0 to Creatures.Count - 1 do
begin
if x >= Creatures.Count then Break;
if Creatures.Creature[x].Attacking then
begin
Result := True;
Exit;
end;
end;
end;
function GetAttackedCreature:TCreature;
var
x: integer;
begin
Result := nil;
for x := 0 to Creatures.Count - 1 do
begin
if x >= Creatures.Count then Break;
if Creatures.Creature[x].Attacking=true then
begin
Result := Creatures.Creature[x];
Exit;
end;
end;
end;
begin
while not Terminated do
begin
UpdateWorld;
if not attacking then
begin
For x:=low(TrainName) to high(trainName) do
begin
If self.attacking<>0 then break;
Creature:=GetCreatureByNameHPHIGH(TrainName[x]);
if Creature <> nil then
creature.attacking:=true;
sleep(100); updateworld;
end;
end;
if attacking then
begin
Creature:=GetAttackedCreature;
if Creature <> nil then
if creature.Health < StopAt then creature.attacking:=false;
end;
sleep(1000);
end;
end;
#Eler Druid
Niestety nie działa, nie ucieka przed potworami.
A jest możliwość taka żeby odrazu atakował je z daleka? Bo lekkie waste jak najpierw podchodzi do dsa, zaznacza i dopiero ucieka.
Potrzebuje scrypta , uzywam scrypta na ots zeby walilo exori gran jak jest kilka potworow ale czasami podkladaja mi sie nobami i potrzebuje scrypta nie walio e granow jak ktos jest na ekranie
Do BlackD, zeby bilo pallem z 2-3sqm, na fibuli.
Potrzebuję skryptu takiego, który bije z exori con co chwile, tzn. jak jest potworek zaznaczony.
Ustawiłem sobie bota na frostach i chciałbym bardzo, aby zostały one dobijane szybciej poprzez czar exori con.
To zapewne łatwy skrypt - tak myślę.
BOT : TibiaBot_NG (4.8.5)
Pozdrawiam,
Dziadus
Edit po co zmieniles to co chciales?Tego niesety nie mam.
wchodzisz na http://chomikuj.pl/Dumen dajesz na prywatne>tibia>venore i wybierasz sobie Elf fortres
Znalazlem to na oficjalnym forum ta w sumie raczej dziala bo koles ma pelno komentow.!
Teraz ja poszukuje scrypta zeby mnie loogowal po kicku! Gdy mi neo padnie to potem jak sie wlaczy to zeby postac sie zalgowala.znalazem juz jakis scrypt ale nie dzialal.
Bot NG
Szukam Skrypta do Elf Bota! Na Utani hur I na anty paralyze
P.S
Gdzie to wpisac:<?
Jesli szukacie dobrych skryptow do NG zapraszam tutaj - http://forums.tibiabot.com/showthread.php?t=24963 .
Znajduje sie tutaj masa skryptow zrobiona przez jednego z najlepszych skrypterow .
Pozdrawiam ; )