xxxxxxxxxxx
Wersja do druku
Jedyny skrypt jaki posiadam to caly cave w edron.
Co do assassinow to wcale nie sa one zbyt duzym problemem, zawsze jesli twoja postac jest zbyt slaba zeby zabic je przy pomocy kamieni, poszukaj skryptu zmieniajacego rodzaj broni.
Natomiast podam ci skrypta ktory bez problemu targetuje ass~ rowniez po tym gdy znikna i pojawia sie ponownie.
Kod:Const
RuneID = 0 // enter the rune to shoot
Delay = 1000 // in millseconds
while not terminated do
begin
UpdateWorld;
for i := 0 to creatures.count - 1 do
begin
if Creatures.Creature[i].NPC then
if Creatures.Creature[i].Outfit = 0 then
begin
Self.Containers.UseItemWithCreature(
RuneID,Creatures.Creature[i]);
sleep(1500);
end;
end;
sleep(100);
end;
[Tibiaauto] [8.40]
Witam, szukam waypointów na larvy w ankrahmun na północ od ank. Tylko waypointy! Z góry dziękuję!
Potrzebuje depositera do ng ;)
Oraz takiego skrypta, który jak postać bedzie miała X many pojdzie w odpowiednie miejsce i poczeka aż mana dojdzie do poziomu Y.
mam problem szukalem na tibiabot.com i neimoglem znalesc potrzebuje skrypta do ng zeby bil monstery (dokladnie dragi i dl'e ) z exori hura
Kod PHP://Script by Sir Cunferencia Const List = ['Dragon', 'Dragon Lord']; Spell = 'Exori Hur'; function TestMonster(Crea: TCreature): boolean; begin Result := false; for z := Low(List) to High(List) do begin if AnsiLowerCase(Crea.Name) = AnsiLowerCase(List[z]) then Result := 'true'; end; end; 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; while not terminated do begin updateworld; if Self.Attacking <> nil then begin creature := GetCreatureByID(self.attacking); if creature <> nil then begin updateworld; if (abs(creature.x - self.x) <= 3) and (abs(creature.y - self.y) <= 3) then if (TestMonster(creature)) then begin if Self.Attacking > 0 then self.say(Spell); sleep(2000); end; end; sleep(200); end; end;
Ehe... Witam Was potrzebuje skryptu aby zawyl mi byle jaki alarm gdy Ds pojawi sie na ekranie;>
Dzieki!!
no i all pinknie dzieki gray
lecz tera nowy problem mam :F skryptu zeby po fire fieldach mogl chodzic mi bot potrzebuje
@down
ja tam tylko ze po poison fieldach chodzi i mi niedziala na ffieldach..
forums.tibiabot.com
tam jest trzeba zmienic spirity fire fielda etc.
takto nie ma skryptu chyba =]
Potrzebny mi skrypt do ng żeby mnie nie wylogowywało bo anti-idle nie działa miałem na 100% włączone. Nie wiem może to nie wina ng bo w ta miałem tez włączone anty logaut i mnie wylogowało... Mam viste może to w tym tkwi problem ;/
Ps.
Mam oryginalną wersje ng (nie crack)
Potrzebuje na walenie z exori hur xd
Witam.
Potrzebuję skrypt, który wyloguje mojego sorca, gdy ktoś pojawi się na ekranie i po X minutach zaloguje się samoczynnie.
Jak w temacie, to miejsce znajduje się mniej więcej tutaj :
img522.imageshack.us/img522/4418/larvyuc3.png
http://forum.tibia.org.pl/showpost.p...&postcount=187Cytuj:
koxek napisał
Strona wcześniej... wpisz tylko inne potwory.
http://forum.tibia.org.pl/showthread.php?t=289097Cytuj:
ditral napisał
Otwórz tym tibia.dat, znajdź Fire Field i odznacz 'blocking for pathfinder'.
Cytuj:
Król Owiec napisał
Kod PHP:while not terminated do begin self.moveright; sleep(1000); self.movedown; sleep(10*60*1000); end
Cytuj:
muciek napisał
Kod PHP:function IsCreatureVisible(Name: string): 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].Name = Name then begin if Creatures.Creature[x].Visible then begin Result := True; Exit; end; end; end; end; begin while not Terminated do begin UpdateWorld; if IsCreatureVisible('Demon Skeleton') then PlaySound('c:\windows\media\notify.wav'); Sleep(1000); end; end;
Kod PHP:'c:\windows\media\notify.wav' //zamiast tego możesz podać ścieżkę do jakiegoś innego alarmu