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

    • Inventory restock: Premium business accounts are now available.   ✔ Wallester Business EU 🇪🇺|💳 Unlimited virtual cards, physical cards, 🏦 multi-currency IBAN, ₿ crypto & stablecoin deposits. ✔ Stripe Business UK 🇬🇧|💳 Instant virtual cards (Visa/Mastercard), high-conversion checkout, multi-currency payouts, ₿ crypto payments, no-code payment links. ✔ Mercury Business US 🇺🇸|🏦 US checking & savings, 💳 unlimited virtual cards, domestic & International wires, native stablecoin settlement. ✔ Payset Business EU 🇪🇺|🏦 Multiple IBANs, UK sort code, SEPA Instant, 💳 unlimited virtual cards, multi-currency accounts. ✔ Novo Business US 🇺🇸|🏦 Business checking account, ACH payments & invoicing, 💳 virtual & physical cards, novo boost.
    • Let me see if I understand correctly, older gentlemen, when a newcomer shows up to create modern things with the help of AI, doing what you charge them to do, you point the finger and laugh. I believe that's why everything is stagnant. The product isn't for programming experts, it's for newcomers. Don't buy from you if they can do it themselves using this base. You're going to deliver a similar product, maybe even worse than this one, so why are you complaining? PowerShell, as you well know, started with it, then came new platforms and new apps, new creation models, all with different languages; I chose the simplest one for my taste. This is about being organized and knowing how to choose the right words for each situation. It's not 100%, but it already gives a good impression. Nothing is 100%, so a topic written by AI, and all the code that you charge an absurd amount for to prohibit and sell hacks, could be open source so that everyone can create new practices, new models, new information for passing packets, prohibiting the use of cheats that cause server owners to break so much. Let's remember that the Admin doesn't always shut down the server; it's the players who find problems and take advantage by buying and reselling items, and they say that the GM shuts down the server every week, but that's a lie. What they do is duplicate items with packages and sell them, but perhaps this could give some future developers a starting point to create their own protection following the model in the initial documentation. Because none of you answer a question from a newbie, you think you're superior because you have knowledge, but with AI, people like that can have the same knowledge as you, but with less practice. And if they practice a lot, 10,000 hours, they can be as good as all of you older developers in the L2J field.
    • ✨ Exclusive Offer for Marketplace Growth 🔥 Elevate your performance with a premium bonus. 💲 Top up your balance with $100 or more and receive an additional $5 credit — seamlessly added to your account. ⭐️ Designed for those who value efficiency, scale, and results. ⚡️ Effortless. Refined. Effective. 💥 Enhance your strategy today 💥
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..