What's new
  • logo_cipsoft
    Latest servers:
    New servers will open on: 19th Feb 2025:
    Noctalia (Open PvP) Ignitera (Open PvP) us_logo Xybra (Open PvP)

- TibiaAuto [TA] Kak ustawi? botaa na trenienie na slimie na tibi bot ng?

Status
Not open for further replies.
Joined
Apr 19, 2008
Messages
16
Reaction score
0
Siem wie kto? jak ustawic boa na trenienie na slimie na tibi bot ng??

jAK KTO? WIE O NIECH PISZE Z G?RY DZIEKI..

POZDRO 600
 

Masiar

Advanced User
Joined
Apr 12, 2008
Messages
274
Reaction score
21
potrzebujesz skrypt,
znajdz go na forum:

Pozdrawiam
 

joejoe1

User
Joined
May 10, 2008
Messages
12
Reaction score
0
{
Przed uruchomnieniem tego skryptu uzyj funkcji
Ngbota "Zmien Nick" w celu zmiany nicku matki na
wybrany przez Ciebie nick. Potem zastap stala
"matka" nickiem ktorym nazwales matke
}
const
matka = 'Matka';
var
slime:Tplayer;
i:integer;
Begin
updateworld;
if not(mychar.attacking) then
begin
for i:=0 to 150 do
begin
slime:=findplayerbynr(i);
if (slime.HPBar>0) and (slime.z=mychar.z) and not(slime.name='Matka') and not(slime.id=mychar.id) and
(slime.x-mychar.x >= -1) and (slime.x-mychar.x <= 1) and
(slime.y-mychar.y <= 1) and (slime.y-mychar.y >= -1) then
begin
mychar.attackbyid(slime.id);
break;
end;
end;
end;

End.




to pochodzi ze strony NbotTEAM
 
Status
Not open for further replies.
Top