[Help]Problem with IP L2J 

Newbie Spellweaver
Joined
Mar 17, 2007
Messages
9
Reaction score
0
Help pls...

My external IP is changing all time..If I make a host and i update the IP
will be working??

I also changed the names of the npc in the database,but in the game they are not changing..

Now I can't log into server because of the IP.The server is like dead and I have changed the ip of the server and the l2.ini

Pls I really appreciate your help...Sorry for my English
 
Last edited:
Re: Problem with IP

Add a Dynamic IP in the configs , and Add this in your Database :

INSERT INTO `global_tasks` VALUES (4, 'restart', 'TYPE_GLOBAL_TASK', '1173610816765', '1', '12:00:00', '600');

where 12:00:00 - its time to restart

where 600 - counting to restart

Restart your Internet connection and start the server.

Add the Dynamic IP in the hosts file or l2.ini.
 
Upvote 0
Re: Problem with IP

Sorry I am telling that but I am a beginner for creating a server..
Where can I find a dynamic IP...?

I am making a java server with 100 ppl in it..

Anyway thx for your help:)
 
Upvote 0
Re: Problem with IP

go to or other sites to create a dynamic ip
 
Upvote 0
Re: Problem with IP

And the problems of npc custom in SERVERSIDENAME and SERVERSIDETITLE mus be in 1 Not 0, if u put 1 U will see u npc custom if put 0 u will see the npc TEMPLATED.
 
Upvote 0
I have big problem I change the external ip to the new form loginserver and gameserver I change the server adress at l2.ini and I cannot login WHYYYYYYYY?????? what i must do???
 
Upvote 0
Re: Problem with IP

Where exactly which file in confings????

go to config and open the server.properties and set on InternalHostname=YourDynamicIp and here ExternalHostname=YourDynamicIP


LoginHost set to 127.0.0.1 , who is your loginserver on your home pc too.


When you have a Router than set to InternalHostname=192.168.YourRouterNumber.YourPcNumber

open the ports from 2100 till 2115 ( UDP & TCP ) and from 7770 till 7780 ( UPD & TCP ,too ) on your Router.

Edit the L2.ini for you with the InternalIP and for your friends and more with the dynamic ip.Or Edit only the hosts is the best and the legal way to connect.


Do you have Installed the tool for the dynamic ip and has add the Dynamic ip in this?And Its run befor your start the server?
 
Upvote 0
Back