summaryrefslogtreecommitdiff
path: root/scripts/lua/npclib.lua
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-15 14:35:22 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-16 18:25:58 +0100
commit01489b9930025bed3c5bfc34b6c86045cbaccb46 (patch)
tree2820d4a62f0562168cee7b989fd611adfff0da70 /scripts/lua/npclib.lua
parentcee7b8909d3591ad851ac7b31753b83fbfdabfa5 (diff)
downloadmanaserv-01489b9930025bed3c5bfc34b6c86045cbaccb46.tar.gz
manaserv-01489b9930025bed3c5bfc34b6c86045cbaccb46.tar.bz2
manaserv-01489b9930025bed3c5bfc34b6c86045cbaccb46.tar.xz
manaserv-01489b9930025bed3c5bfc34b6c86045cbaccb46.zip
Deharcoded the host and port options for each servers.
Changes: ============================================================ For the account server: ------------------------------------------------------------ Old -> New ------------------------------------------------------------ net_accountServerAddress, net_listenHost -> net_accountHost net_accountServerPort -> net_accountListenToClientPort net_accountServerPort +1 -> net_accountListenToGamePort For the game server: ------------------------------------------------------------ Old -> New ------------------------------------------------------------ net_gameServerAddress -> net_gameHost net_gameServerPort -> net_gameListenToClientPort For the chat server: ------------------------------------------------------------ Old -> New ------------------------------------------------------------ -> net_chatHost net_accountServerPort + 2 -> net_chatListenToClientPort Special fallback feature, as requested by Freeyorp: When the net_accountListenToClientPort (default to 9601) is set, the 3 others ports will automatically offset from it, if they're not set, following this rule: net_accountListenToGamePort = net_accountListenToClientPort + 1 net_chatListenToClientPort = net_accountListenToClientPort + 2 net_gameListenToClientPort = net_accountListenToClientPort + 3 Resolves: Mana-Mantis #216. Reviewed-by: Jaxad0127.
Diffstat (limited to 'scripts/lua/npclib.lua')
0 files changed, 0 insertions, 0 deletions