Ir para conteúdo
Faça parte da equipe! (2024) ×
Conheça nossa Beta Zone! Novas áreas a caminho! ×
  • Quem está por aqui   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.

Upando knight level 25 mais sem skill e juntando gold - Fácil # BOT NG


Jumboh
 Compartilhar

Posts Recomendados

Local: Elf Village

Exp por hora: 13k / 15k

Onde ele vai: cyclops (tem apenas 3 e 1 elf scout)

O que levar?: Machete + potions e algumas backpacks porque dão muitos gps..

Level e skill necessários: 25+ (knight as outras não sei, acho que dá para mages e druids porque elf vem food "plum")

Skill: 50+ (o meu é 55 e ja sou level 34, só uso bot :p)

 

(eu juntei uma parte de cada tutorial que li)

 

level34.jpg

 

####################################################

 

 

SCRIPT PARA ATACAR ELF SCOUT - ELE ATACA DE LONGE E HITA BEM..

 

Const

Name=['Elf Scout'];

SwitchAt=10;// the % of the current attacked monster

//that if the monster has lass % hp than this, we Will NOt change to the stronger monster.

function GetPlace(st:string):integer;

var

x:integer;

begin

Result:=1000;

for x:=Low(Name) To High(Name) do

begin

if Name[x]=st then

Result:=x;

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;

 

function IsCreatureBesideYou(c: TCreature): boolean;

begin

UpdateWorld;

Result := False;

if (abs(c.X-self.X) <= 6) and (abs(c.Y-self.Y) <= 6) then begin

if c.Z = self.Z then begin

Result := True;

end;

end;

end;

 

var

x:integer;

b:boolean;

begin

while not terminated do

begin

b:=false;

updateworld;

If (Self.Attacking<>0) then

begin

Creature:=GetCreatureByID(Self.Attacking);

if Creature<>nil then

if SwitchAt<Creature.Health then

begin

for x := 0 to Creatures.Count - 1 do

begin

updateworld;

if b then break;

if x >= Creatures.Count then Break;

if Creatures.Creature[x].NPC then

if Creatures.Creature[x].z=self.z then

if Creatures.Creature[x].Name<>self.name then

if Creatures.Creature[x].Attacking = false then

if IsCreatureBesideYou(Creatures.Creature[x]) then

if GetPlace(Creature.Name)>GetPlace(Creatures.Creature[x].Name) then

begin

sleep(100);

updateworld;

Creatures.Creature[x].attacking:=true;

B:=true;

end;

end;

end;

end;

Sleep(100);

end;

end;

 

Para colocar o script, abra o NG, vá em tools, scripter, e copia e cola e executa!

 

SCRIPT PARA USAR POTIONS (SE O BOT FOR SEM POTION)

 

const

minMana = 20; //minimum mana

minHealth = 600; //Life pra tomar o Pote

maxHealth = 780; //Life pra usar Exura abaixo disso

potionid = 266; //id da potion

spellnome = 'exura ico' //nome da magia

 

while not Terminated do

begin

UpdateWorld;

if (Self.Health < minHealth) then

begin

Self.Containers.UseItemWithSelf(potionid);

Sleep(1000);

end;

else

begin

if (Self.Health < maxHealth) and (Self.Mana > minMana ) then

begin

Self.Say(spellnome);

Sleep(1500);

end;

end;

Sleep(100);

end;

 

--------------------------------------------------------------------

Waypoint:

É necessário se cadastrar para acessar o conteúdo.

PEGUEI NESTE FORUM!

chama elfs low level! # GOOD LUCK ! :festa:

 

kkk

 

Ngm gostou?

 

=/

Link para o comentário
Compartilhar em outros sites

Este tópico está impedido de receber novos posts.
 Compartilhar

×
×
  • Criar Novo...

Informação Importante

Nós fazemos uso de cookies no seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies , caso contrário, vamos supor que você está bem para continuar.