Anitah 0 Posted May 21, 2017 Posted May 21, 2017 (edited) Hello everyone! I'm playing on a pvp server, and the farm area is in Field of Silence, I have only one problem: when my char dies, he goes back to town, but I can not rebuff because of Heine's random respawn. What I need: a script for the char to go near the normal gk, because the npcs buffer and global gk are very close, so I can rebuff and teleport to the farm zone. Please help me, already tried to edit with Engine.MoveTo but it is kind of complicated because it always hangs somewhere. Thanks in advance! what server is? try it for heine random spawns: if User.inrange(110912,219584,-3664, 250, 150) then begin Engine.MoveTo(110912,219584,-3664); Engine.MoveTo(111154,219735,-3675); Engine.MoveTo(111176,219395,-3546); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(111888,219584,-3664, 250, 150) then begin Engine.MoveTo(111888,219584,-3664); Engine.MoveTo(111617,219703,-3674); Engine.MoveTo(111591,219371,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(112064,219792,-3664, 250, 150) then begin Engine.MoveTo(112064,219792,-3664); Engine.MoveTo(111665,219800,-3675); Engine.MoveTo(111580,219329,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(107808,217856,-3672, 250, 150) then begin Engine.MoveTo(107808,217856,-3672); Engine.MoveTo(107769,217524,-3673); Engine.MoveTo(109387,217509,-3747); Engine.MoveTo(110037,217257,-3747); Engine.MoveTo(110072,219029,-3477); Engine.MoveTo(111202,219130,-3541); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(110896,220768,-3664, 250, 150) then begin Engine.MoveTo(110896,220768,-3664); Engine.MoveTo(111191,219621,-3663); Engine.MoveTo(111190,219303,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(110768,219824,-3664, 250, 150) then begin Engine.MoveTo(110768,219824,-3664); Engine.MoveTo(111163,219763,-3671); Engine.MoveTo(111199,219319,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(112112,220576,-3664, 250, 150) then begin Engine.MoveTo(112112,220576,-3664); Engine.MoveTo(111600,219666,-3669); Engine.MoveTo(111586,219305,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(110688,220576,-3664, 250, 150) then begin Engine.MoveTo(110688,220576,-3664); Engine.MoveTo(111183,219655,-3669); Engine.MoveTo(111201,219292,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(108032,218048,-3672, 250, 150) then begin Engine.MoveTo(108032,218048,-3672); Engine.MoveTo(107862,218003,-3673); Engine.MoveTo(107840,217532,-3673); Engine.MoveTo(109383,217465,-3747); Engine.MoveTo(110036,217280,-3747); Engine.MoveTo(110096,219040,-3478); Engine.MoveTo(111086,219100,-3541); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(107568,218256,-3672, 250, 150) then begin Engine.MoveTo(107568,218256,-3672); Engine.MoveTo(107542,217872,-3673); Engine.MoveTo(107840,217532,-3673); Engine.MoveTo(109383,217465,-3747); Engine.MoveTo(110036,217280,-3747); Engine.MoveTo(110096,219040,-3478); Engine.MoveTo(111086,219100,-3541); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(107552,218000,-3672, 250, 150) then begin Engine.MoveTo(107552,218000,-3672); Engine.MoveTo(107862,218003,-3673); Engine.MoveTo(107840,217532,-3673); Engine.MoveTo(109383,217465,-3747); Engine.MoveTo(110036,217280,-3747); Engine.MoveTo(110096,219040,-3478); Engine.MoveTo(111086,219100,-3541); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(111856,220752,-3664, 250, 150) then begin Engine.MoveTo(111856,220752,-3664); Engine.MoveTo(111573,219730,-3675); Engine.MoveTo(111589,219342,-3544); Engine.MoveTo(111387,219387,-3544); end; Edited May 21, 2017 by Anitah Quote Share this post Link to post Share on other sites
thalestvn 0 Posted May 23, 2017 Posted May 23, 2017 what server is? try it for heine random spawns: if User.inrange(110912,219584,-3664, 250, 150) then begin Engine.MoveTo(110912,219584,-3664); Engine.MoveTo(111154,219735,-3675); Engine.MoveTo(111176,219395,-3546); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(111888,219584,-3664, 250, 150) then begin Engine.MoveTo(111888,219584,-3664); Engine.MoveTo(111617,219703,-3674); Engine.MoveTo(111591,219371,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(112064,219792,-3664, 250, 150) then begin Engine.MoveTo(112064,219792,-3664); Engine.MoveTo(111665,219800,-3675); Engine.MoveTo(111580,219329,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(107808,217856,-3672, 250, 150) then begin Engine.MoveTo(107808,217856,-3672); Engine.MoveTo(107769,217524,-3673); Engine.MoveTo(109387,217509,-3747); Engine.MoveTo(110037,217257,-3747); Engine.MoveTo(110072,219029,-3477); Engine.MoveTo(111202,219130,-3541); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(110896,220768,-3664, 250, 150) then begin Engine.MoveTo(110896,220768,-3664); Engine.MoveTo(111191,219621,-3663); Engine.MoveTo(111190,219303,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(110768,219824,-3664, 250, 150) then begin Engine.MoveTo(110768,219824,-3664); Engine.MoveTo(111163,219763,-3671); Engine.MoveTo(111199,219319,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(112112,220576,-3664, 250, 150) then begin Engine.MoveTo(112112,220576,-3664); Engine.MoveTo(111600,219666,-3669); Engine.MoveTo(111586,219305,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(110688,220576,-3664, 250, 150) then begin Engine.MoveTo(110688,220576,-3664); Engine.MoveTo(111183,219655,-3669); Engine.MoveTo(111201,219292,-3544); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(108032,218048,-3672, 250, 150) then begin Engine.MoveTo(108032,218048,-3672); Engine.MoveTo(107862,218003,-3673); Engine.MoveTo(107840,217532,-3673); Engine.MoveTo(109383,217465,-3747); Engine.MoveTo(110036,217280,-3747); Engine.MoveTo(110096,219040,-3478); Engine.MoveTo(111086,219100,-3541); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(107568,218256,-3672, 250, 150) then begin Engine.MoveTo(107568,218256,-3672); Engine.MoveTo(107542,217872,-3673); Engine.MoveTo(107840,217532,-3673); Engine.MoveTo(109383,217465,-3747); Engine.MoveTo(110036,217280,-3747); Engine.MoveTo(110096,219040,-3478); Engine.MoveTo(111086,219100,-3541); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(107552,218000,-3672, 250, 150) then begin Engine.MoveTo(107552,218000,-3672); Engine.MoveTo(107862,218003,-3673); Engine.MoveTo(107840,217532,-3673); Engine.MoveTo(109383,217465,-3747); Engine.MoveTo(110036,217280,-3747); Engine.MoveTo(110096,219040,-3478); Engine.MoveTo(111086,219100,-3541); Engine.MoveTo(111387,219387,-3544); end; if User.inrange(111856,220752,-3664, 250, 150) then begin Engine.MoveTo(111856,220752,-3664); Engine.MoveTo(111573,219730,-3675); Engine.MoveTo(111589,219342,-3544); Engine.MoveTo(111387,219387,-3544); end; Hi! Thank you very much for this, but is it already edited for the respanws? Or i need edit? Quote Share this post Link to post Share on other sites
Anitah 0 Posted May 24, 2017 Posted May 24, 2017 (edited) Hi! Thank you very much for this, but is it already edited for the respanws? Or i need edit? i think this is all heine respawns, you dont need edit Edited May 24, 2017 by Anitah Quote Share this post Link to post Share on other sites
arwex 0 Posted May 25, 2017 Posted May 25, 2017 Hello, I'm using l2adrenaline for pvp. But I need a script that when I die, just press "to village". can someone help me??, thanks you guys! ^-^ Quote Share this post Link to post Share on other sites
adr.bot 16 Posted May 25, 2017 Posted May 25, 2017 Hello, I'm using l2adrenaline for pvp. But I need a script that when I die, just press "to village". can someone help me??, thanks you guys! ^-^ https://prnt.sc/fbva6u Quote Share this post Link to post Share on other sites
arwex 0 Posted May 25, 2017 Posted May 25, 2017 https://prnt.sc/fbva6u Was it that simple? OMG! im so fucking idiot -_- Sorry adr.bot, I have not looked well. Thanks you so much! Quote Share this post Link to post Share on other sites
temple13 0 Posted May 25, 2017 Posted May 25, 2017 Hey guys Someone have something for goldbars? I try with "EVENTS" but the max of adena is 999.999.999, and I get chat ban for hours lol... Thanks Quote Share this post Link to post Share on other sites
Anitah 0 Posted May 25, 2017 Posted May 25, 2017 Hey guys Someone have something for goldbars? I try with "EVENTS" but the max of adena is 999.999.999, and I get chat ban for hours lol... Thanks what u mean? change adena for gb? Quote Share this post Link to post Share on other sites
temple13 0 Posted May 25, 2017 Posted May 25, 2017 what u mean? change adena for gb? Yep, auto change the adena for GB, I have adrenaline working but I can put a script or something to change adena into goldbars Thanks anita Quote Share this post Link to post Share on other sites
camenomat0 97 Posted May 25, 2017 Posted May 25, 2017 Yep, auto change the adena for GB, I have adrenaline working but I can put a script or something to change adena into goldbars Thanks anita If you can make adena to gb with double click or right click,use it as item with 0 delay on adr. Problem fixed ez :d Quote Share this post Link to post Share on other sites
temple13 0 Posted May 25, 2017 Posted May 25, 2017 If you can make adena to gb with double click or right click,use it as item with 0 delay on adr. Problem fixed ez :D Is with chat ".deposit" Quote Share this post Link to post Share on other sites
adr.bot 16 Posted May 25, 2017 Posted May 25, 2017 Is with chat ".deposit" var adena:tl2item; begin while delay(555) do begin inventory.user.byid(57, adena); if assigned(adena) and (adena.count > 5 * 1000000) then begin // more than 5kk while not user.target.dead do delay(11); engine.facecontrol(0,false); delay(555); engine.entertext('.deposit'); delay(555); engine.facecontrol(0,true); end; end; end. Quote Share this post Link to post Share on other sites
temple13 0 Posted May 25, 2017 Posted May 25, 2017 var adena:tl2item; begin while delay(555) do begin inventory.user.byid(57, adena); if assigned(adena) and (adena.count > 5 * 1000000) then begin // more than 5kk while not user.target.dead do delay(11); engine.facecontrol(0,false); delay(555); engine.entertext('.deposit'); delay(555); engine.facecontrol(0,true); end; end; end. I edit it for 2kkk (or I think so) but I get this error: Quote Share this post Link to post Share on other sites
adr.bot 16 Posted May 25, 2017 Posted May 25, 2017 I edit it for 2kkk (or I think so) but I get this error: change to engine.delay(555) Quote Share this post Link to post Share on other sites
thalestvn 0 Posted May 26, 2017 Posted May 26, 2017 Hi, I need something like this: procedure toVillage; begin Print('To Village'); Delay(100); if (User.HP=0) then begin Delay(100); Engine.GoHome; Engine.Facecontrol(0,False); Buff; end; end; But to go to the clan hall, how? Thank you in advance ... Quote Share this post Link to post Share on other sites
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.