Jump to content

Recommended Posts

Posted (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 by Anitah
Posted

 

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?

Posted (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 by Anitah
Posted

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! ^-^

Posted

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

Posted

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?

Posted

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

Posted

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

Posted

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"

Posted

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.
Posted
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:

 

9bfwk8.jpg

Posted
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 ...

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



  • Posts

    • New user panel SOURCE $ 200 for source code. R$ 1000,00 BRL for source code.    
    • User panel 2.0 + New features.    
    • Hello everyone, we are one of the top gaming currency stores. We work exclusively with top projects. If you are interested in anything like Adena, Coins, Equip, write to us Discord - pchelacoin Telegram - https://t.me/ipchelacoin BOHPTS, KETRAWARS, EURO-PVP, L2REBORN, E-GLOBAL, LA2DREAM TOP PRICE !!!!!!!
    • L2Elixir – Patch 4 Is Live!   We’re working non-stop, day and night, to deliver the best possible quality and bring back what made L2Elixir special. This project is built with passion, not shortcuts — for the old-school players who remember, and the new ones who want to experience it properly. Thank you for being part of the journey. Together, we’re making L2Elixir great again ❤️ The legends never fade.    ⚙️ General Enabled Class Change service (same class type only) ALT + B → Services → Character Development Enabled Shift + Click on Treasure Chests Players can now identify real chests (Adena, scroll drops) and use Key / Unlock Event deaths now cancel only debuffs, All self buffs are preserved, fixes issues with Root and similar effects Bladedancer class can now log in even when Max Clients (2) is reached. Since an active Bladedancer is not available for every damage dealer and some players tried to abuse this via VPN or a second PC, this feature was added to keep things fair. protections applies, requires testing!    🎒 Items Crystallizing enchanted items now gives the correct increased crystal amount (retail-like behavior) Removed Agathion Seal Bracelet: Rudolph from Santa rewards (Gracia Final item) Added Dualsword Craft Stamp into Milestone Exchange list    🧙 Skills Fixed Banish Undead lethal chance Hot Springs Malaria and similar effects now level up faster while being attacked
  • Topics

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