TrankLL Posted July 5, 2015 Posted July 5, 2015 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? Quote
xPeNaChO Posted July 6, 2015 Posted July 6, 2015 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: Quote
adr.bot Posted July 6, 2015 Posted July 6, 2015 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 Quote
sellis Posted July 6, 2015 Posted July 6, 2015 sure there is another way because there are many bots who farming all time Quote
AnOldFriend Posted July 8, 2015 Posted July 8, 2015 i got the same problem. PS : How can i use this code?? Quote
adr.bot Posted July 8, 2015 Posted July 8, 2015 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 Quote
UnnamedPlayer Posted July 13, 2015 Posted July 13, 2015 hi guys, is there a cracked or free version that i could download to try it? thank you. Quote
adr.bot Posted July 13, 2015 Posted July 13, 2015 hi guys, is there a cracked or free version that i could download to try it? thank you. http://www.maxcheaters.com/topic/192915-l2adrenaline-request/ Quote
Recommended Posts
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.