Page 1 of 1

[Help] im new some help plz

Posted: Wed Jul 28, 2010 12:06 am
by inthesky69
hi there im new here in L2j well first sorry about my bad english i do my best! D: ... i dont know if this is the place to post this sorry if dont is... and i already try to use the search :D

well i need some help i want to make a server epilogue but i dont get it how to do it its just for fun for me i did one years ago but i dont remenber and i think i used a Emu so well i asking if anyone can help me with a guide or even if there is a Emu for that i dont have problem about quest or bugs i just like to go inside kill some raid bosses capture a fort and i dont know try something else :D plz help me !!

Re: [Help] im new some help plz

Posted: Wed Jul 28, 2010 12:22 am
by Zoey76
Welcome :)

How to install and set up a server:
http://www.l2jserver.com/trac/wiki/L2J_Install

I belive that when you have all set up you might want to create an admin account.
To do that you can use a tool, inside login folder execute the file startSQLAccountManager.bat
Set your admin user name, your account password and as access level use 127.

To see admin panel use //admin

Hope it helped you.

--Edit:
To conect to your server add the following line in your hosts file:
127.0.0.1 L2authd.lineage2.com
(127.0.0.1 is your localhost, you should use the same IP you put in the config files)

Re: [Help] im new some help plz

Posted: Wed Jul 28, 2010 12:34 am
by inthesky69
wow Thx! downloading right now, another thing i did a fast read to the guide and didnt see how to conect to the server can u help me with that to... in other words how to make my client get in my server :D thx very much for the guide!

Re: [Help] im new some help plz

Posted: Wed Jul 28, 2010 6:51 am
by inthesky69
hi there again! ppl i need help again still i cant get into my server i did the host file ip but when i am in the login screen and i put my account it says invalid password what can i do plz help!

sorry about my english i do my best

Re: [Help] im new some help plz

Posted: Wed Jul 28, 2010 6:52 pm
by inthesky69
anyone can help me :S my client is connecting to the original server this is my host.msn file i know its connecting cuz i logged in with a trial account :S

Code: Select all

127.0.0.1 localhost127.0.0.1 L2authd.lineage2.com

Re: [Help] im new some help plz

Posted: Wed Jul 28, 2010 7:14 pm
by jurchiks
What do you mean by "host.msn"??
You need to edit C:\windows\system32\drivers\etc file named hosts WITHOUT extension.

Re: [Help] im new some help plz

Posted: Thu Jul 29, 2010 1:28 am
by inthesky69
cuz that what i have in that address Image

Re: [Help] im new some help plz

Posted: Thu Jul 29, 2010 1:41 am
by Zoey76
Go to c:\windows\system32\drivers\etc\hosts
(you may need administrator access)
Open notepad and paste this
127.0.0.1 localhost
127.0.0.1 L2authd.lineage2.com
Save it as HOSTS.txt
In Windows Explorer click Tools | Folder Options.
On the Folder Options window, click the View tab. In the Advanced Settings group uncheck:
[ ] Hide extensions for known file types
Click Apply | OK. Refresh Windows Explorer.
Rename the file by deleting the .txt extension.

Re: [Help] im new some help plz

Posted: Thu Jul 29, 2010 3:53 pm
by jurchiks
...
make a new file in notepad, enter the IPs, and when saving, click "all files" and don't type extension, it will save it without one...
basically, the `hosts` file needs to be the same as the others in that folder.

Re: [Help] im new some help plz

Posted: Thu Jul 29, 2010 4:08 pm
by Zoey76
jurchiks wrote:...
make a new file in notepad, enter the IPs, and when saving, click "all files" and don't type extension, it will save it without one...
basically, the `hosts` file needs to be the same as the others in that folder.
Actually that's not true, notepad adds the .txt extension by default, try it yourself, I just did :D

Re: [Help] im new some help plz

Posted: Thu Jul 29, 2010 7:13 pm
by jurchiks
Hmm, weird, I could have sworn i've done it that way many times... maybe mixing notepad and notepad++..