Exw psaksei pantou kai tpt...sorry o to rwtaw afto alla exw provlimatistei...exw kane enan L2j Server CT2.3 kai thelw na mpoun kai oi filoi m apo to diko tous PC..Exw dokimasei ta panta omws meta den mporousa oute egw na mpw alloa oute kai oi filoi m...Sigoura ekana kapoio la8os...Mporite na me help??
SERVER : L2J CT2.3 (L2J BRASIL PRE)
NO-IP : l2jCrime7777.no-ip.biz [External IP]
InternalHostname : 192.168.1.x [internal IP]
Ligo help p vazw to kathena apo afta se :
1) server.properties
# ---------------------------------------------------------------------------
# Game Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# Common settings...
# 127.0.0.1 - If you are playing alone on a test server
# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
# If this IP is resolvable by the Login Server, just leave *.
# ---------------------------------------------------------------------------
# Default: *
ExternalHostname = 127.0.0.1
# ---------------------------------------------------------------------------
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
# If this IP is resolvable by the Login Server, just leave *.
# ---------------------------------------------------------------------------
# Default: *
InternalHostname = 127.0.0.1
# Where's the Login server this gameserver should connect to
# Default: 127.0.0.1
LoginHost = 127.0.0.1
# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014
# Default: *
GameserverHostname = *
# Default: 7777
GameserverPort = 7777
2) loginserver.properties
# Default: 2106
LoginserverPort = 2106
# The address on which login will listen for GameServers, use * to bind on all available IPs
# Default: *
LoginHostname = *
# The port on which login will listen for GameServers
# Default: 9014
LoginPort = 9014
# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
# Default: 15
IpUpdateTime = 15
To check the operation of npc movement. You can turn off all movement in the game and move only the npc you want using the move to package. This way you will reduce a lot of unnecessary code and understand where the problem is.
And all your maps are not thread safe and you are using multithreading
startQuestTimer("move", 5000, npc, null);
Verify if following is supposed to be the way to handle movement
npc.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, new Location(point.getX(), point.getY(), point.getZ()));
For me, it's not enough. And if it's the case, whole AI system is probably buggy.
hello, i want to wtt my charracter in l2elmorelab 1x harbor for 1.5kkk adena in l2reborn 10x new.
Or if you interested tell me your offer. :))
Clean Mail
30 lvl Cleric
Naked
Updated.
Question
BestPower*
HI GUYS,
Exw psaksei pantou kai tpt...sorry o to rwtaw afto alla exw provlimatistei...exw kane enan L2j Server CT2.3 kai thelw na mpoun kai oi filoi m apo to diko tous PC..Exw dokimasei ta panta omws meta den mporousa oute egw na mpw alloa oute kai oi filoi m...Sigoura ekana kapoio la8os...Mporite na me help??
SERVER : L2J CT2.3 (L2J BRASIL PRE)
NO-IP : l2jCrime7777.no-ip.biz [External IP]
InternalHostname : 192.168.1.x [internal IP]
Ligo help p vazw to kathena apo afta se :
1) server.properties
2) loginserver.properties
5 answers to this question
Recommended Posts