Jump to content

L2 Adrenaline Scripts.


Recommended Posts

 

Hello,

I have a question.

begin
Engine.BypassToServer('_bbshome');
Delay(500);
Engine.BypassToServer('_cbbslink cbbs_shop.htm');
Delay(500);
Engine.BypassToServer('_cbbslink cbbs_shop_misc.htm');
Delay(500);
Engine.ByPassToServer('_cbbsmultisell 4005');
Delay(500);
Engine.NPCExchange(6645,100);
 
I tried this to buy ss from the alt + b but it doesnt work. Can some1 help me ? thank u 

 

try increase delay

Link to comment
Share on other sites

Hello,

Does it possible to configure l2adrenlaine v1.66 to do resurrection? Or for that i need script?

I tried to set resurection in party heal-buff, but its dont work or i dont know how to set that.

Please help. :)

Link to comment
Share on other sites

adr seeing that you are the go to guy for script help me out a bit :D

 

for this part of a script:

 

begin
obj := charlist.items(i);
if not Obj.IsMember then
begin
Engine.SetTarget(CharList.Items(i));
 
dose it ignore Command Chanel members too or only party members? 
Link to comment
Share on other sites

 

adr seeing that you are the go to guy for script help me out a bit :D

 

for this part of a script:

 

begin
obj := charlist.items(i);
if not Obj.IsMember then
begin
Engine.SetTarget(CharList.Items(i));
 
dose it ignore Command Chanel members too or only party members? 

 

this ignore party members, you need add example user.clanid <> obj.clanid and etc

Link to comment
Share on other sites

any1 has a script  for lvl ? im playing on classic and i would like to have some script to bot rogue/th with cleric/pp and other for dwarfs, 2nd class changue quests will be aceppterd  too :P

if not , what zones you rec for bot safely ? i have problems, always get die because ng items , classic is too hard :P

 

if any1 wants play with me the server start a few time ago

 

thanks and regards

Link to comment
Share on other sites

    if not inventory.user.byid(728, item) or (item.count<100) then begin // (iditem, item) logo após (item.cound<xxx) quantidade do item
  Engine.bypasstoserver('_bbshome');
      Delay(1000);
      Engine.bypasstoserver('_bbsgetfav');
      Delay(1000);
      Engine.bypasstoserver('_bbsfile:smallNpcs/gmshop');
      Delay(1000);
      Engine.bypasstoserver('115');
      Delay(1000);
      Engine.NPCExchange(728, 1000); // (iditem, quandidade)
      Print('OK');
      delay(1000);
end;

change the ids and bypass and try

Link to comment
Share on other sites

Hey Bros, i read that topic, and i;m learning how 2 script in delphi from Your knowledge. I just made my own scripts (easy ones for buffing etc.) but i have one thing... I dont know how select item for example in enchanting or augmenting items and put them in window for that operattion, any one can try help me a little ? THX 

Link to comment
Share on other sites

Hey Bros, i read that topic, and i;m learning how 2 script in delphi from Your knowledge. I just made my own scripts (easy ones for buffing etc.) but i have one thing... I dont know how select item for example in enchanting or augmenting items and put them in window for that operattion, any one can try help me a little ? THX 

for that need use mouse clicks, check my posts and you find example

Link to comment
Share on other sites

^^ From what has been posted here you should be able to make an enchant script. At least I did :p

The thing you need to do is basically this if:

 

Check enchant level (let's call it i)

if i < safe enchant use ews on weapon

if i > safe enchant use bews

if i = your enchant goal then stop

repeat

 

Above is pseudo-code and won't give you anything if you try and run it btw.

Link to comment
Share on other sites

begin
 if inventory.user.ByID (weapon, item)  and not (item.EnchantLevel >= goal) then begin

<your enchant procedure which you can find all the info you need for here in this topic>
end.

 

Looks for weapon with certain ID in your inventory and if it isn't already enchanted to your goal enchant does your enchant procedure.

This should be more than enough to make it yourself :p

Link to comment
Share on other sites

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