Jump to content

Recommended Posts

Posted

i dont understand you...

then why u post? :/ he said what he wants clearly... what more info?.. lal

 

im interested in this too btw.. i have no idea how u change ports client side.. never searched about it tho.

Posted

then why u post? :/ he said what he wants clearly... what more info?.. lal

 

im interested in this too btw.. i have no idea how u change ports client side.. never searched about it tho.

Why do you post then? :P xD

 

Anyway; the only things I know of ports is this inside L2.ini (fixed)

 

 

perhaps a L2J dev can help us further to explain how to connection to the loginserver works :P

 

Posted

Why do you post then? :P xD

 

Anyway; the only things I know of ports is this inside L2.ini (fixed)

 

perhaps a L2J dev can help us further to explain how to connection to the loginserver works :P

 

i say the same ...... BTw He is in wrong section i think...
Posted

this port=7777 thing does nothing... tested years ago :p and its not on wrong section lalz <.<

 

least i know what Albion™ is talking about dont i? ....

 

edit: im 99,999% that u cant change login port in any ini/dat/int file.. probably in some dll ?  :-\

Posted

Write on google l2Fileedit"the name of the chronicle"

 

--» open the program and chose search

--» open your l2 system and chose l2.ini

--» the just change the values there..

 

hope i solved ur problem

 

Posted

Write on google l2Fileedit"the name of the chronicle"

 

--» open the program and chose search

--» open your l2 system and chose l2.ini

--» the just change the values there..

 

hope i solved ur problem

 

lol... replying without reading the other replyes first = a failed post :/

Posted

How i can change login port in system folder? i see some server who have change login port and cant log from another system folder ...

 

You cocksucker, i don't need to read the replies from other people, i just awnsered to your question

 

/fail? you are the biggest fail here, and please listen once in your life the english lessons.!

 

Posted

this port=7777 thing does nothing... tested years ago :p and its not on wrong section lalz <.<

 

least i know what Albion™ is talking about dont i? ....

 

edit: im 99,999% that u cant change login port in any ini/dat/int file.. probably in some dll ?  :-\

100% agree with him

Posted

You cocksucker, i don't need to read the replies from other people, i just awnsered to your question

 

/fail? you are the biggest fail here, and please listen once in your life the english lessons.!

 

okay for starters.. who told u can talk your dirty language to me? show some respect to your superiors(u bet i am  :P)  a mod should dekarma u...

secondly.. ofc u SHOULD read the replies! lmao dude do u even know what a forum is?.. and actually even if there wasnt any replies what u posted doesnt help at all and doesnt answer the question! only shows u understand nothing of what Albion™ asked.. now buy some brainz.. lal

Posted

yea my english sux,

 

i want to know how L2RaidFighter (exmaple) changed Login Port? they dont use 2106 but 2267 ... so i try log with another patch, but i cant... so... how they do that?

 

i talk about client side, no  Server, i know they change login port in server ... but u must change and in client to work ...

 

 

Posted

yea my english sux,

 

i want to know how L2RaidFighter (exmaple) changed Login Port? they dont use 2106 but 2267 ... so i try log with another patch, but i cant... so... how they do that?

 

i talk about client side, no  Server, i know they change login port in server ... but u must change and in client to work ...

 

 

raidfight u say? kay i will download their patch and do some testing.. it has to be some exe/dll im afraid..

 

edit: its the l2.exe they are using.. its a launcher that executes l2.bin with special parameters (custom port).. so the question is.. how can we make a launcher like this.

 

edit2: hmm no its not the l2.exe .. i deleted it and executed the l2.bin alone (with a bat file) and i connected just fine. then i copyed the l2.bin to another system .. tryed to run it again with the bat.. and l2 doesnt start at all  :-\ .. hmm.. i wonder how they did it. interesting

 

edit3: i replaced the l2.bin with a clean one and it runs  just fine.. so its not l2.bin either.. it has to be some dll they edited .. cant explain it otherwise

Posted

You cocksucker, i don't need to read the replies from other people, i just awnsered to your question

 

/fail? you are the biggest fail here, and please listen once in your life the english lessons.!

 

Hey hey what we have here a flame?Hmm it's better to stop it here or i will smite your karma.

Posted

1. You CAN change port in l2.ini file :)

2. This will give You a shit if You not change ports in Your properties files :0

3. This will give You a shit if You change ports without opening them in You DSL :)

 

Take care

........ sure.. well think again :P... we are talking about the login port here... and not that 7777 port in the l2.ini tha does nothing.

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

    • Hi, great work! Are there any bugs? And will it work with a high five?
    • For others that would like to understand in more details:   The login server also uses a protocol (sent by the server to the client in the very first packet). For instance, the C4 client (the one I'm developing my emulator for) expects the protocol number `50721` (or `0xc621`) which works as follow (from what I've gathered): Preamble: L2 packets are divided into two parts: size and payload; As mentioned, every packet starts with two bytes containing the whole packet size (thus including those two bytes, e.g. a packet of size 15 will have the number `15` written onto its first two bytes and a following payload of 13 bytes); For login server, first byte of the payload is the opcode (game server must deal with variable-sized opcodes); Next bytes are the packet content; Before sending the packet, its buffer size (minus the initial two bytes) is padded to 8 bytes (required by upcoming Blowfish encoding); A checksum of the packet is appended at the end, then the payload is again padded to 8 bytes; If the opcode is not `0` (also written as `0x00`), then the payload is encoded by Blowfish; Packet is sent over the network. You can have a look at my implementation (in C++) here (do note I'm assuming little-endian).   In this protocol, the auth packet (`0x00`) sent back by the client is RSA encrypted using the RSA modulus sent in the first server packet, inserted right after the protocol number.  
    • Hello guys I wanna buy some  Lessons for an L2J Developer
    • Let me give you something for inspiration and get you addicted to bot AI     And a siege 😛     What I have notice helps a lot the LLM to act real, is to give it a real-persons background. So for each LLM in the context beggining, besides the L2 facts, give it a real-life back story "You are a 67 years old retired nurse who plays Lineage 2 while her husband reads his newspaper, you are calm, collected but get mad if insulted". But that makes for a creative bot but its repetitive. So what you can also do, is pick random 20 news sites and for each bot every 2-3 days, initialize a context that is affected by the "news" the bot reads in the "real world".  So for example there's Iran - US war ok ? You take the news, put it in an LLM and ask it, extract the "abstract feelings" that this news piece invokes into you without mentioning anything related to the news. Then you take the result and inject it to the bots LLM prompt after its backstory.  This leads to some VERY human-like behavior from bots. 
  • 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..