Tibia Bot Ng .
Scrypt żeby ponizej xx hp. używał Exury , a poniżej xx hp używał exury gran .
Oraz ma ktoś Scrypt na Larvy -1 Floor Nad Shadow Tombem ? Również Ng .
Wersja do druku
Tibia Bot Ng .
Scrypt żeby ponizej xx hp. używał Exury , a poniżej xx hp używał exury gran .
Oraz ma ktoś Scrypt na Larvy -1 Floor Nad Shadow Tombem ? Również Ng .
Szukam skrypta do TibiaBotNG by dawał mi "Exura" gdzie jakieś potwór lub gracz mnie sparaliżuje
Z góry dzięki :)
Ten skrypt działał pod 8.11 ztestuj go teraz.
Cytuj:
const
minMana = 30;
while not Terminated do
begin
UpdateWorld;
if Self.Mana > minMana then
begin
if Self.Slowed then
Self.Say('exura');
end;
Sleep(300);
end;
Jest jakis scrypt żeby po w logowaniu była zaznaczona opcja logot -> player on screen ?? botng
Już nic
post niepotrzebny
Potrzebuje skrypt podobny do combo attack w tibia bot ng tylko ,żeby można było dodać z jakiego czaru można atakować.Bo gram na otsie dragon ball i nie moge ich atakować z run bo nie ma a weapony są słabe.Wieć chce skrypt combo attack w którym wpisuje się czar.
Witam, wiem ze pytanie nie na temat ale mam takie pytanko , czy ma ktos skrybta do ng żeby bylo wydać niewidzialnych..
wiem ze ng ma to w sobie ale mi nie działa ;/ mam włonczony bot ng i nie widać niewidzialnych..
z góry dziękuje.
Potrzebne mi 2 skrypty do tibia bot NG aby mozna bylo atakować potworka jakimś czaren (np. exevo mas san) i gdy juz jest zabity to czar automatycznie sie wyłacza. 2 potrzebny mi jest do rzucania sd w potworki.
Proszę o jak najszybszą odpowiedz. Z góry dziękuje.
Cytuj:
const
delay = 1.5 // delay to wait between shooting SDs on the demon.
MonsterName = 'Bonebeast'
MinHP = 0 // if YOU have under this HP you will not shoot sd.
MonsterHP = 0 // if MONSTER has this % of HP or less it will not shoot on it.
RuneID = 3155 // enter the ID of rune.
function GetCreatureByName(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 napisał
MonsterName = Nawa Potworka jakiego ma atakować
RuneID = ID Runki jaką ma atakować =)
Witam
Potrzebuje skryptu dzięki któremu postać będzie wchodzić do domku gdy na ekranie pojawi się inny gracz.
Zapomniałem TibiaNG :P
TA.
potrzebuję skryptu żeby bot chodził po femor hills, zabijał gobliny (z kamieni), a te kamienie które wypadną z goblajnów wsadzał spowrotem w łapę. gdy zabraknie capa, goni do dp carlin. (odkłada gp i stones)
z góry dzięki ;)
Potrzebny mi skryp do tibi bot NG żeby mozna bylo walić z czaru(exevo mas mega san) a gdzy przyjdzie jakiś inny gracz to żeby zamieniło sie na (exori san) Proszę o jak najszybsza odpowiedz.
potrzebuje skryptu by jeśli pojawi sie ghost to by go atakowało z hmm
szukam prostego skryptu aby nie atakował FE a wszystkie inne potwory zeby atakował
Poproszę o skrypt do elf bota, który bedzie strzelał w potworki runą o ID XXXX :). Ponieważ jest to takie "mega sd", a niestety w targetingu nic zrobić nie mogę : /.
Mam skrypta ktory mi bardzo dobrze dziala i jest ok.. ale potrzebuj jego modyfikacji tak aby postac zmienila bron na royal spiry i zabila matke oraz inne potwory wokol i sie wylogowala gdy jakis potwor udezzy go za wiecej niz 50 lub skoncza sie potiony. i jeszcze zeby uzywal health potion gdy jest mneij hp niz 300, Mopj skrypt to :
const
Spell = 'exura'
Food_Id = 3725;
MinMana = 20;
StrongWeaponID = 7378;
HealAtHp = 400;
UhAtHp = 1;
ITEM_RUNE_UH = 316;
KillAtHp=200;
var
StrongWeapon:TItem;
function GetItemFromOpenBackpack(ID: integer): TItem;
var
x: integer;
y: integer;
begin
Result := nil;
for x := 0 to Self.Containers.Count - 1 do
begin
if x >= Self.Containers.Count then Break;
for y := 0 to Self.Containers.Container[x].Count - 1 do
begin
if y >= Self.Containers.Container[x].Count then Break;
if Self.Containers.Container[x].Item[y].ID = ID then
begin
Result := Self.Containers.Container[x].Item[y];
Exit;
end;
end;
end;
end;
function Attacking: boolean;
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].Attacking then
begin
Result := True;
Exit;
end;
end;
Result := False;
Exit;
end;
function GetFollowedCreatureID: integer;
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].Following then
begin
Result := Creatures.Creature[x].ID;
Exit;
end;
end;
end;
begin
updateworld;
MotherSlime := GetFollowedCreatureID;
while not Terminated do
begin
UpdateWorld;
if self.LogoutBlock=false then self.Logout(false);
if ((Self.Health) <(HealAtHp)) and ((Self.Mana)>(25)) then
Self.Say(Spell)
UpdateWorld;
if ((Self.Health) <(UhAtHp)) then Self.Containers.UseItemWithSelf(GetItemFromOpenBac kpack(ITEM_RUNE_UH));
Sleep(1000);
if not Attacking then
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].ID <> MotherSlime then
begin
if (Creatures.Creature[x].Name <> Self.Name) and (Creatures.Creature[x].NPC) and (Creatures.Creature[x].Z = Self.Z) then
begin
UpdateWorld;
X1 := Creatures.Creature[x].X;
Y1 := Creatures.Creature[x].Y;
if (X1 - Self.X = 1) or (X1 - Self.X = 0) or (X1 - Self.X = -1) then
begin
UpdateWorld;
if (Y1 - Self.Y = 1) or (Y1 - Self.Y = 0) or (Y1 - Self.Y = -1) then
begin
Creatures.Creature[x].Attacking := true;
Break;
end;
end;
end;
end;
end;
end;
else
begin
if self.Health < KillAtHp then
Begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].ID = MotherSlime then
begin
if (Creatures.Creature[x].Name <> Self.Name) and (Creatures.Creature[x].NPC) and (creatures.creature[x].Z = self.Z) then
Creatures.Creature[x].Attacking := true;
StrongWeapon:= GetItemFromOpenBackpack(StrongWeaponID);
if StrongWeapon <> nil then
StrongWeapon.MoveToBody(Self.RightHand, 0);
Break;
end;
end;
end;
if Self.Mana < MinMana then
begin
UpdateWorld;
for container := 0 to Self.Containers.Count - 1 do
begin
UpdateWorld;
for item := 0 to Self.Containers.Container[container].Count - 1 do
begin
UpdateWorld;
if Self.Containers.Container[container].Item[item].ID = Food_Id then
Self.Containers.Container[container].Item[item].Use;
end;
end;
end;
end;
Sleep(1000);
end;
end;
Jeśli pod NG to zobacz ten:
Tylko pamiętaj żeby zmienić id hmmKod:const
delay = 1.5 // delay to wait between shooting HMMs on the Ghost.
MonsterName = 'Ghost'
MinHP = 300 // if YOU have under this HP you will not shoot HMM.
MonsterHP = 0 // if MONSTER has this % of HP or less it will not shoot on it.
RuneID = 3285 // enter the ID of the rune you want to shoot
function GetCreatureByName(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
begin
Result := Creatures.Creature[x];
Exit;
end;
end;
end;
procedure Attack(Name:string);
var
Player:TCreature;
x:integer;
begin
updateworld;
Monster :=GetCreatureByName(Name);
if monster <> nil then
if Self.Health>MinHp then
begin
Self.Containers.UseItemWithCreature(RuneID, Monster);
updateworld;
end
end;
while not terminated do
begin
Yes := false;
UpdateWorld;
for i := 0 to creatures.Count - 1 do
begin
if creatures.Creature[i].Z = Self.Z then
If Creatures.Creature[i].Name = MonsterName then
begin
Yes := true;
repeat
Attack(MonsterName);
Sleep(Delay * 1000);
UpdateWorld;
for g := 0 to creatures.Count -1 do
begin
if creatures.Creature[i].Z = Self.Z then
If Creatures.Creature[i].Name = MonsterName then
Yes := True else Yes := false; else yes := false;
end;
until Yes = false;
end;
sleep(100);
end;
Sleep(100);
end;
Mam skrypta ktory mi bardzo dobrze dziala i jest ok.. ale potrzebuj jego modyfikacji tak aby postac zmienila bron na royal spiry i zabila matke oraz inne potwory wokol i sie wylogowala gdy jakis potwor udezzy go za wiecej niz 50 lub skoncza sie potiony. i jeszcze zeby uzywal health potion gdy jest mneij hp niz 300, Mopj skrypt to :
const
Spell = 'exura'
Food_Id = 3725;
MinMana = 20;
StrongWeaponID = 7378;
HealAtHp = 400;
UhAtHp = 1;
ITEM_RUNE_UH = 316;
KillAtHp=200;
var
StrongWeapon:TItem;
function GetItemFromOpenBackpack(ID: integer): TItem;
var
x: integer;
y: integer;
begin
Result := nil;
for x := 0 to Self.Containers.Count - 1 do
begin
if x >= Self.Containers.Count then Break;
for y := 0 to Self.Containers.Container[x].Count - 1 do
begin
if y >= Self.Containers.Container[x].Count then Break;
if Self.Containers.Container[x].Item[y].ID = ID then
begin
Result := Self.Containers.Container[x].Item[y];
Exit;
end;
end;
end;
end;
function Attacking: boolean;
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].Attacking then
begin
Result := True;
Exit;
end;
end;
Result := False;
Exit;
end;
function GetFollowedCreatureID: integer;
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].Following then
begin
Result := Creatures.Creature[x].ID;
Exit;
end;
end;
end;
begin
updateworld;
MotherSlime := GetFollowedCreatureID;
while not Terminated do
begin
UpdateWorld;
if self.LogoutBlock=false then self.Logout(false);
if ((Self.Health) <(HealAtHp)) and ((Self.Mana)>(25)) then
Self.Say(Spell)
UpdateWorld;
if ((Self.Health) <(UhAtHp)) then Self.Containers.UseItemWithSelf(GetItemFromOpenBac kpack(ITEM_RUNE_UH));
Sleep(1000);
if not Attacking then
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].ID <> MotherSlime then
begin
if (Creatures.Creature[x].Name <> Self.Name) and (Creatures.Creature[x].NPC) and (Creatures.Creature[x].Z = Self.Z) then
begin
UpdateWorld;
X1 := Creatures.Creature[x].X;
Y1 := Creatures.Creature[x].Y;
if (X1 - Self.X = 1) or (X1 - Self.X = 0) or (X1 - Self.X = -1) then
begin
UpdateWorld;
if (Y1 - Self.Y = 1) or (Y1 - Self.Y = 0) or (Y1 - Self.Y = -1) then
begin
Creatures.Creature[x].Attacking := true;
Break;
end;
end;
end;
end;
end;
end;
else
begin
if self.Health < KillAtHp then
Begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
UpdateWorld;
if Creatures.Creature[x].ID = MotherSlime then
begin
if (Creatures.Creature[x].Name <> Self.Name) and (Creatures.Creature[x].NPC) and (creatures.creature[x].Z = self.Z) then
Creatures.Creature[x].Attacking := true;
StrongWeapon:= GetItemFromOpenBackpack(StrongWeaponID);
if StrongWeapon <> nil then
StrongWeapon.MoveToBody(Self.RightHand, 0);
Break;
end;
end;
end;
if Self.Mana < MinMana then
begin
UpdateWorld;
for container := 0 to Self.Containers.Count - 1 do
begin
UpdateWorld;
for item := 0 to Self.Containers.Container[container].Count - 1 do
begin
UpdateWorld;
if Self.Containers.Container[container].Item[item].ID = Food_Id then
Self.Containers.Container[container].Item[item].Use;
end;
end;
end;
end;
Sleep(1000);
end;
end;
Dla Pana Up^
Jak cie ktos zaatakuje to przeciez masz pz xD
Topic:
Potrzebuje 2 rzeczy do Elfbota 8.31:
Żeby po Zaatakowaniu potwora Postac atakowala z Exori frigo.
Oraz Auto utana vid xP
pozdrawiam
to niech poczeka az pz zniknie...
Jeżeli już gdzieś było to proszę podać link do posta a mojego usunąć.
Szukam skryptu do elfbota.
Gdy kończy się cap wywala itemki (i tu zebym mogl wpisac id itemow) na ziemie.
Potrzebny mi skryp do tibi bot NG żeby mozna bylo walić z czaru(exevo mas mega san) a gdzy przyjdzie jakiś inny gracz to żeby zamieniło sie na (exori san) Proszę o jak najszybsza odpowiedz.
mam pytanie
wczesciej ktos dawal ten skrypt:
i oto moje pytanie:Kod PHP:while not terminated do begin UpdateWorld; for i := 0 to Self.Containers.Count - 1 do begin if terminated then break; for g := 0 to Self.Containers.Container[i].Count - 1 do begin if terminated then break; if Self.Containers.Container[i].Item[g].Amount = 100 then if (Self.Containers.Container[i].Item[g].ID = 3031) or (Self.Containers.Container[i].Item[g].ID = 3035) then Self.Containers.Container[i].Item[g].Use; sleep(10); end; sleep(10); end; sleep(500);
co w nim jest nie tak?;/
Witam
Potrzebuje skryptu do ng, aby błyskawicznie samo zmienialo kolory outfitow oraz outfity :) Ja tylko wlaczam skrypcik i samo wariuje z kolorkami :p
#UP
var
head, primary, secondary, detail: integer;
begin
while not Terminated do
begin
UpdateWorld;
head := Random(0,110);
primary := Random(0,110);
secondary := Random(0,110);
detail := Random(0,110);
Self.ChangeOutfit(Self.Outfit, head, primary, secondary, detail, 0);
Sleep(100);
end;
end;
Potrzebuje skryptu do Elfbota, że jeżeli postać się przesunie to żeby dawało logout.
Witam !
Potrzebuje skryptu do Tibiabot NG 4.8.8 . A wiec tak:
Potrzebuje skryptu ktory bedzie atakowal potwory raz z wanda i icicle, wand+icicle.. ;p Badz inna runka.
Z gory dzieki
potrzebuje jakiegoś skryptu do tibia auto dla palka 120+ skille 90+ jakis dobry exp
siema,
potrzebuje skryptu na ghostland kolo carlin
(najnowsza tibia , bot tibia auto)
Potrzebuje skryptu na zucanie rzeczy z BACKPACKA lub BAG'A
NIE ma byc to że żuca naprzemian!
Yo all
Czy jest skrypt do Ng który by po zatrapowaniu postaci lub gdy parcel znajdzie sie na jego drodsze skrypt go przejdzie lub w przypatku pota odrzyci.
Z góry THX
PS. wiem ze są skrypty które alarmują gdy bot jest w trapie ale czy jest i taki??
witam wasz wszystkich i mam taka prośbę szukam skryptu który skiluje knightem na trolach w ab jestem tutaj nowy i jeśli coś pomyliłem to przepraszam bardzo wiem gdzie wkleić skrypt ale nie wiem co dalej z nim zrobić proszę was bardzo o pomoc do ng jak co
OK SZUKAM SKRYPTU JESTEM TUTAJ.!
PROSZĘ o następujące skrypty do TIBIA BOT NG:
1. Gdy skończą się softy mowi "tekst"
2. STOI gdy mana np: mniej niż 3k a idzie kiedy więcej niż 3k (cave bot)
Z góry dziękuje bardzo ;*
witam.
Nigdzie nie mogę znaleźć, ale może ktoś będzie wiedział.
Potrzebuje skryptu, który będzie siochał kolegę przy X% HP do bota TibiaAuto.
z góry dzięki
ja prosze o skrypt do blackd ktory :
wylogowuje postac jak nie ma spirow
wylogowuje inna postac, gdy ta pierwsza sie wyloguje
przyda mi sie przy trenieniu na monku
a i ma ktos link do jakiegos poradnika jak pisac skrypty do blackd?
a tak może być:
class ModuleHealFriend:
def getName(self):
return "Heal Friend"
def getVersion(self):
return "1.0"
def getName(self):
selfCh=tareader.readSelfCharacter();
self.lastReadedhp = selfCh['hp'];
def getVersion(self):
return "1.0"
def getFunDef(self):
self.lastReadedhp = selfCh['70%'];
return ();
def getFunDef(self): s ; string [exura sio "name"] return ();
?
Tym razem prosze o następujący skrypt do tibia bot ng [8.42], żeby atakował target wybranym czarem np: exori con.
Witam!
Szukam skryptu do blackd proxy, który będzie trenować na rotwormach, czyli atakował full def dopiero jak będą 2, gdy pojawi się 3 zmienia broń na spike sworda i go zabija, po czym wraca do trenowania. Waypointy ustawie sobie sam. Z góry dziękuję!
Pozdrawiam
potrzebuje skryptu do tibiabot ng aby bot chodził po ogniach wiem że jest taka funkcja w elf bocie ale moze sa takie skrypty zeby NG tez chodziło po ogniach? z góry dzięki
1. Logout przy braku spearów:
Dodajesz to jako cond i go włączaszKod:$countitems:CD 0C$
#number=#
0
0
0
0
exiva close
2. Co do wywalenie drugiej postaci to nie mam aktualnie pojęcia
Poradniki:
Poradniki numer 1:
http://botting.pl/forumdisplay.php?f=9
Poradniki numer 2:
http://botting.pl/forumdisplay.php?f=70
Poradniki numer 3:
http://www.blackdtools.com/forum/forumdisplay.php?f=22
Szukam skryptu bardziej wpt do tibia auto na raty na roku ;d facc
Elf bot 8.4
witam chciałbym leczyć kolegę z UH (runa) kiedy ma mniej niż 2000 hp