Witam!
Szukam skryptu do ng by nie atakować np. snake'ów podczas treningu na slimach z włączonym skryptem nie atakowania matki.
Wersja do druku
Witam!
Szukam skryptu do ng by nie atakować np. snake'ów podczas treningu na slimach z włączonym skryptem nie atakowania matki.
Istnieje skrypt do Tibia Auto żeby bot zbieral samo złoto i jadł z ciał mobów???
Witam
Poszukuje war ikon dla EK (ElfBot oczywiscie).Chodzi mi o ikony jedynie przydatne w wojnie bez zbednych cavebotow licznikow expa ,staminy itp tylko exori , exori mas/hur/gran haste itd oraz dobrze by bylo gdyby pokazywalo last target.
Jak by ktos sie pytal to szukalem tych ikon ale nie znalazlem takich ktore akurat sa mi potrzebne tylko takie w ktorych jest wrzucone wszystko co sie da.Moze ktos ma takie ikony ktore potrzebuje i chcial by sie nimi ze mna nimi podzielic.Bede bardzo wdzieczny.
Siemka,
szukam skryptu do NG ktory bedzie zakladal softy gdy mana spadnie ponizej podanej wartosci a zciagal je i wkladal do bp gdy mana wzrosnie
Nie sprawdzałemCytuj:
Const
// Boots to use if LESS then Min_Health //
Min_Health = 1200
SoftBoots_ID = 0
SoftBoots_InUse_ID = 0
// Boots to use if you have MORE then Max_Health //
Max_Health = 1201
Boh_ID = 0 // Can be any boots not only boh...
function GetItemFromOpenBackpack(ID: integer): TItem;
var
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;
if Max_Health <= Min_Health then
begin
Self.DisplayText('Min health higher then max health? lol noob');
A := 1;
end;
else A := 0;
while not terminated do
begin
if A then break;
UpdateWorld;
if Self.health <= Min_Health then
begin
if Self.Feet.ID <> SoftBoots_InUse_ID then
begin
Boots := GetItemFromOpenBackpack(SoftBoots_ID);
if Boots <> nil then
Boots.MoveToBody(Self.Feet,0);
else Self.Displaytext('Boots werent found in open backpack!');
end;
end;
if Self.Health >= Max_Health then
begin
if Self.Feet.ID <> Boh_ID then
begin
Boots := GetItemFromOpenBackpack(Boh_ID);
if Boots <> nil then
Boots.MoveToBody(Self.Feet,0);
else Self.Displaytext('Boots werent found in open backpack!');
end;
end;
Sleep(500);
end;
Witam.
Potrzebuje scryptu do NG który polega na tym że gdy mniej niż x hp postac zakłada stealth ringa (na 5 sekund),leczy sie potionem , zabija je i zdejmuje:)
Witam.
Poszukuje skryptu do Elf bota, najnowsza wersja. Chodzi o gobliny obok ab, czyli w drodze na carlin.. Bylbym wdzieczny gdyby ktos mi pomogl
Chyba raczej wayponty. Znajdź na forum elfa
Czy mógłbym prosić o skrypt który bedzie bił summona (monk) do 50% hp i będzie bił nastepnego gdy 2 bedzie miał jakoś 50% hp to zacznie bić pierwszego i tak w kółko. Pall (small stone)
#edit
ELF BOT
#edit2
Może także być skrypt na gozzlera z tym samym co wyżej
potrzebuje skryptu do ng ktory bedzie podnosil speary z trolla i zakladal do lapy jakby mozna bylo mi go wyslac na pw bylbym wdzieczny
Najpierw sobie ustaw żeby speary Ci lootowało do backpacka i ustaw ten skrypt.
Cytuj:
//
// Spear or Melee
// @author Pardall BR
// @since Oct 07, 2009
//
//
const
WeaponId = 3277; // Spear = 3277, Stone = 1781
MeleeId = 3348; // Spike Sword = 3271
AlertAmount = 0;
TimeWait = 2;
procedure CheckForWeapon;
var HasWeapons : boolean;
begin
HasWeapons := true;
if Self.RightHand.Amount <= AlertAmount then
begin
sleep(TimeWait * 1000);
// Still with no spears, check if there are spears
// in any container
if Self.RightHand.Amount <= AlertAmount then
begin
HasWeapons := false;
for x := 0 to Self.Containers.Count - 1 do
begin
if HasWeapons then Break;
// Container has items
if Self.Containers.Container[x].Count then
begin
// Go trough all items
for y := 0 to Self.Containers.Container[x].Count - 1 do
begin
// Weapon found
if Self.Containers.Container[x].Item[y].ID = WeaponId then
begin
Self.Containers.Container[x].Item[y].MoveToBody(Self.RightHand, Self.Containers.Container[x].Item[y].Amount);
HasWeapons := true;
Break;
end;
end;
end;
end;
end;
end;
if not HasWeapons then
begin
for x := 0 to Self.Containers.Count - 1 do
begin
// Container has items
if Self.Containers.Container[x].Count - 1 then
begin
// Go trough all items
for y := 0 to Self.Containers.Container[x].Count - 1 do
begin
// Weapon found
if Self.Containers.Container[x].Item[y].ID = MeleeId then
begin
Self.Containers.Container[x].Item[y].MoveToBody(Self.RightHand, 0);
Break;
end;
end;
end;
end;
end;
end;
begin
while not Terminated do
begin
UpdateWorld;
CheckForWeapon;
sleep(1000);
end;
end;
Szukam jakiegoś dobrego skryptu dla palladyna na dwarfy guardy, chce żeby exp sięgał 30k/h. Co do kasy to moge delikatnie dołożyć do expienia, ale naprawde minimalnie, tak aby kasa zarobiona (bez loota) z guardow wystarczyła na poty do leczenia (moge dołożyć na poty z 2k na lvl)
Ofc żeby bot uciekał i tak aby nie władował sie w full resp gaurdów >.<
Jeśli ktos by mi podał tutaj te waypointy i targeting to był bym bardzo zobowiazany
skille 70/70