Jump to content

L2.NET Interlude-latest support


mpj123

Recommended Posts

there! 358 is out. Biggest update in l2.net history!

 

359 will focus on autofighter and more GUI updates. Stay tuned!

Link to comment
Share on other sites

l2 net is awesome used for a while ,it just need to be more... noob-friendly XD

it has many unique  features that most bots don't have..but some of it is kinda..advanced..unlike walker..which is pretty easy to set/figure out for even a first timer in botting

 

thats the only thing l2.net missing to beat walker :P

Link to comment
Share on other sites

l2.net is an advanced bot. Its not meant to be as easy friendly like walker.

 

359 will work on alot of autofighter shit to fix it for good.

Link to comment
Share on other sites

I have tried to make a script for a party buffer, but it won't buff like it should... btw, there is a BUFF/heal panel, but i don't understand how does it work, can someone, who knows, tell me how does it work? explain please... i want that these OOG buffers would be in party, and when i come, invite one in the party, it accepts, and when i write e.g. word "159753" w/o quotes, it buffs me... just a little help for me, that i could start scripting :} thanks

Link to comment
Share on other sites

something along these lines.

 

//note Buffers.l2s must be your script name and it MUST be in scripts folder.
SET_EVENT "<&SCRIPTEVENT_CHAT&>" Buffers.l2s parsechat



SLEEP 70000000000
SCRIPT_END

FUNCTION parsechat
DEFINE STRING MSG_buff "159753"

IF MESSAGETYPE == CHANNEL_PARTY
    IF MESSAGE == MSG_buff
    USE_SKILL 1234
    DELAY 2500
    USE_SKILL 1234
    DELAY 2500
    USE_SKILL 1234
    DELAY 2500
    endif
endif
RETURN VOID

Link to comment
Share on other sites

its just the way it is because you could have another file with all the events in there, I use that in my other scripts actually.

Link to comment
Share on other sites

if its stuck on

 

9:41:32 PM :[Welcome to the game loop

 

then you have the wrong protocol or chronicle selected.

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