Jump to content

L2 Adrenaline Scripts.


Recommended Posts

Hello adr.bot is it possible to find a script to reply on party with a certain phrase only once when a certain player comes to the party?

Link to comment
Share on other sites

12 hours ago, JaharakaL said:

Hello adr.bot is it possible to find a script to reply on party with a certain phrase only once when a certain player comes to the party?

if good understand, with this u can see when someone join to party

procedure OnAction(Action: TL2Action; P1, P2: Pointer);
begin
  if action = laCharJoin then
  begin
    // code
  end;
end;

begin
delay(-1);
end.

 

Link to comment
Share on other sites

2 hours ago, adr.bot said:

if good understand, with this u can see when someone join to party


procedure OnAction(Action: TL2Action; P1, P2: Pointer);
begin
  if action = laCharJoin then
  begin
    // code
  end;
end;

begin
delay(-1);
end.

 

Can i set multiple names?

Link to comment
Share on other sites

13 minutes ago, JaharakaL said:

What i wanted is to reply on party when a "X" player joins the party

hmm i not sure, that seems just detecting when someone join to party, maybe i missing something, for now i dont have solution for that

Link to comment
Share on other sites

  • 2 weeks later...

adr.bot Can you help me? I'm working on a script that exchange in trade all items. Adrenaline API doesn't have this kind of thing. Can you create a script that works? Thanks.

Edited by Fiofo
Link to comment
Share on other sites

12 hours ago, Fiofo said:

adr.bot Can you help me? I'm working on a script that exchange in trade all items. Adrenaline API doesn't have this kind of thing. Can you create a script that works? Thanks.

you should check rawr.pro there is examples how create missing functions with packets, by krickt

Link to comment
Share on other sites

36 minutes ago, khada321 said:

hello adr.bot you can do the script for the quest new potion development 1/3 plz :c 

No i cant

Link to comment
Share on other sites

16 minutes ago, L2Trade123 said:

@adr.bot any idea how to adjust bypasses? I have win10 and recording doesn't work in adrenaline in my case

if u mean for alt b, you can use "engine.cbtext"

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...