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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • 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