Jump to content

L2 Adrenaline Scripts.


Recommended Posts

hello I need your help, it's about item broker
 
in my server who is quickly place bid 100kk adena he will win
so i need script for fast bid item broker with price bid 100kk adena
because I always lose quickly with someone
​can someone make it?
sory for bad english ;D
Edited by skyden
Link to comment
Share on other sites

  • 2 weeks later...

When i turn on script, the cpu usage increases to 70-100%(adrenaline process). It's normal?

What exactly u want to do... Putting something into a forever-loop + not properly,it makes me wonder how u havent already "crash" ur pc

 

Asking "how to loop" and after that creating a potato... Start making baby steps

Edited by bravetobe
Link to comment
Share on other sites

What exactly u want to do... Putting something into a forever-loop + not properly,it makes me wonder how u havent already "crash" ur pc

 

Asking "how to loop" and after that creating a potato... Start making baby steps

var
Obj: Tl2Live;
begin
while True do
Begin
if user.inrange(110449, 220035, -3628, 10000)  then begin
delay(900000); 
Engine.EnterText('/useshortcut 1 9');
delay(30000); 
end;
end;
end.
Link to comment
Share on other sites

    var
Obj: Tl2Live;
      begin
            while true do begin
                  if user.inrange(110449, 220035, -3628, 5000)  then begin
                    delay(60000); 
                        Engine.EnterText('/useshortcut 1 9');
                            delay(60000); 
                                end;
                                    end;
                                        end.

try now

Edited by arturo134
Link to comment
Share on other sites

guys is all servers able to log in with l2adrenaline coz i see all that posts and it looks like you can play in every server with adrenaline

just ask thx:)

8e

Link to comment
Share on other sites

Hello guys. Didn't create a new thread since half threads are about adrenaline, waste of space. i Just downloaded adrenaline wanted to try it since i have some free time and wrote some scripts for it and have a quick question ( Maybe many will follow as i move on but this is it for now) :

 

i am using the interface to farm in a certain area with the settings i like and i was wandering if i can add a script for a specific job while using the interface too. 

 

e.x. 
When i die go back to town (no working community) take buffs from an npc and go to gk and go back to where i was (fog lower). i wrote a silly script doing that and i want the script to run e.g. if im out of buffs or dead etc. 

 

Unless there is another way to do it through the settings which i didn't notice. 

P.S. Adrenaline bypasses security and runs smoothly but do gm's and admin know i'm botting? (w/o me being reported offcourse)

Link to comment
Share on other sites

@up its all possible pw me i will send u some example script

 

 

And i need to write smthing thats working with other chars in party.

 

How to check if a party member is a dead or in range?

I see this in the manual but i dont know how to make the correct syntax.

 

oh nvm just figured it out

Edited by m44ti
Link to comment
Share on other sites

@up its all possible pw me i will send u some example script

 

 

And i need to write smthing thats working with other chars in party.

 

How to check if a party member is a dead or in range?

I see this in the manual but i dont know how to make the correct syntax.

 

oh nvm just figured it out

example if party member dead and less than 300 range

var i:integer;
begin
for i:=0 to party.chars.count -1 do
  if party.chars.items(i).dead and
  (user.distto(party.chars.items(i))<300) 
  then
  print(party.chars.items(i).name);
end.
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.

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