Michelle's L2J Dropcalc

Generic server side PHP for the Lineage 2 Java game system

 

 

Connecting to L2J servers.

 

Connecting to an L2J server is quite simple. It merely requires you to make a change to a file on your computer.

Open your "My Computer" and open the drive that contains your operating system (usually C:) and then look for where your operating system lives (usually a folder called WINNT or WINDOWS) Open this folder. You might get a warning about viewing system files. Accept this warning and continue.

Now you are looking for a folder called SYSTEM32. In here is another folder called DRIVERS. Open this and then look for, and open (last one, I promise!) a folder called ETC.

In the ETC folder is a file called HOSTS. It isn't assigned to anything, so you are going to have to open it with Notepad. You can right click on it and select "Open With". If Notepad is listed, then select it, otherwise select "Choose Program.." and then it will open a list that contains notepad. Select Notepad from the list and click O.K.

If all is well and good, you are now looking at the Hosts file of your PC.

It works like this ...

When you type www.google.com in to your browser, it has to find out the IP address of the web site before it can talk with it. This is usually done behind the scenes and you don't see this happening. It is sort of like a big yellow pages looking up the phone number of someone you want to talk to.

However, the hosts file is a way of telling the system the IP addresses of machines on the Internet that it doesn't know about.

What we are going to do here, is put an entry in this file, which gives the computer a different phone number to dial (IP address) for the Lineage 2 servers. Instead of your client talking with the Lineage 2 servers, it will talk with the L2J server instead. Clever, eh?

The computer normally reads this list all the time, so once you have made the change and saved the file, it should take immediate effect. You shouldn't have to reboot.

At the bottom of the file, you need to put the line ...

999.999.999.999		l2authd.lineage2.com 

... where 999.999.999.999 is the IP address of the L2J server you want to play on. Note that there can not be any spaces or tabs, etc. at the begining of the line. It must be the IP address.

Now, with the file saved and closed, you can start your client and play the game! Obviously, you need a game account on their server, and if they are running this dropcalc, then simply use the register option on the logon menu.

If you want to change the server you are playing on, then simply change the IP address in the hosts file. You can "remark", (rem out) a line you don't want the computer to listen to, by putting a # in front of the line. Thus, when you want to change servers, you just change the lines that it listens to, and save the hosts file again.

#999.999.999.999		l2authd.lineage2.com 
888.888.888.888			l2authd.lineage2.com 
#777.777.777.777		l2authd.lineage2.com 

There can be connection problems with some servers, as your client has to match the server.

Some sites get around this by issuing a "patch" that puts different versions of files on your machine, and it also hard-codes the IP address in the client, so you don't have to mess around with the hosts file. This has a benefit in that it saves you hassle, but the downside is that you need a separate copy of the game for each server you want to join, and that means a good few gig of hard disk space for each instance.

Certainly while you are experimenting, you are going to have to go through quite a bit of hassle as you connect and disconnect to different servers, but once you find a server that you are happy on, then your troubles are over .... or are they?

Actually, how smooth things go depends on the L2J server that is being run. NC Soft update their client on a regular basis, and the L2J server isn't too far behind. If the versions are too far different between your client and the server they are running, this usually manifests itself in having problems logging on. Enjoying a free game isn't an easy ride!