Jump to content

Recommended Posts

Posted

Hello guys, i have one problem with one server, i am join normaly with l2adrenaline but when i start the program my char cant take target the mobs, also i can use the other Features from program like auto mp/hp/cp or summon cp. Maybe u can help me with this Issue plz?

 
Posted

Hello guys, i have one problem with one server, i am join normaly with l2adrenaline but when i start the program my char cant take target the mobs, also i can use the other Features from program like auto mp/hp/cp or summon cp. Maybe u can help me with this Issue plz?

http://l2dread.com/ ????? :dat:

Posted
var i:integer;
begin
  for i := 0 to NpcList.Count - 1 do begin
     if npclist.items(i).attackable
     and  not npclist.items(i).dead then begin
     engine.settarget(npclist.items(i));
     repeat
     delay(500);
     engine.useskill(1245);    ///change skill id
     until user.target.dead;
end;
if user.target.dead then engine.canceltarget;
end;
end.

on l2dread this will help, maybe not best way but better then nothing xd

Posted
var i:integer;
begin
while true do begin
delay(100);
  for i := 0 to NpcList.Count - 1 do begin
     if (user.target.dead) or (user.target = nil) then begin
      if npclist.items(i).attackable
     and  not npclist.items(i).dead then 
     engine.settarget(npclist.items(i));  
end;
end;
end;
end.

for l2 dread add skills in bot like normaly farm, and mark in bot "Manual target search" http://prntscr.com/7qbmau

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock