If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:ver. 5462 build 30/06/2012
L2JDP Revision Number: ver 8952 build 30/06/2012
i have setup the l2j packs. i have the login/gameserver which runs to end with no errors but it's only in command mode. i have the hi5 client installed and that is where i am. i don't know how to connect the rest of it together to login in and see the game the way it should be. I have opened up all the ports 7777,2106,3306,and 9014. i have set the class path for java. i can edit the host file and the ipconfig.xml file. but i don't know how to connect them together to make it work. any help i can get will be appreciated. thanks
if anything else is needed please let me know i will try to get it.
new and trying to figure out the dot order. thanks
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 7
- Joined: Sat Sep 03, 2011 6:09 am
new and trying to figure out the dot order. thanks
You do not have the required permissions to view the files attached to this post.
- Asmodaius
- Posts: 170
- Joined: Sun Jul 16, 2006 9:43 am
Re: new and trying to figure out the dot order. thanks
If your ipconfig.xml file, is edited the way you've posted it, then it will never gonna work.
You have posted this :
But this is the proper one :
The part concerning external ip, is ok.
You have posted this :
Code: Select all
<define subnet="172.16.0.0/19" address="172.16.0.0" />255.255.255.0 <define subnet="192.168.0.0/16" address="192.168.0.0" />192.168.1.xxx
Code: Select all
<define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.1.xxx" />
-
- Posts: 7
- Joined: Sat Sep 03, 2011 6:09 am