|
You last visited: Today at 04:05
Advertisement
2 servers in one client
Discussion on 2 servers in one client within the Metin2 Private Server forum part of the Metin2 category.
03/14/2014, 17:28
|
#1
|
elite*gold: 0
Join Date: Nov 2012
Posts: 41
Received Thanks: 20
|
2 servers in one client
The problem is the server 2, when I select it and press enter it close...
serverinfo.py
Code:
import app
app.ServerName = None
STATE_NONE = '...'
STATE_DICT = {
0 : '....',
1 : 'NORM',
2 : 'BUSY',
3 : 'FULL' }
SERVER1_CHANNEL_DICT = {
1:{'key':11,'name':'CH1 ','ip':'ip1','tcp_port':23070,'udp_port':23070,'state':STATE_NONE,},
}
SERVER2_CHANNEL_DICT = {
1:{'key':11,'name':'CH1 ','ip':'ip2','tcp_port':23070,'udp_port':23070,'state':STATE_NONE,},
}
REGION_NAME_DICT = {
0 : 'TAIWAN',
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { 'ip':'ip1', 'port':21002, },
2 : { 'ip':'ip2', 'port':21002, },
},
}
REGION_DICT = {
0 : {
1 : { 'name' : 'Arthemius', 'channel' : SERVER1_CHANNEL_DICT, },
2 : { 'name' : 'Tribulus', 'channel' : SERVER2_CHANNEL_DICT, },
},
}
MARKADDR_DICT = {
10 : { 'ip' : 'ip1', 'tcp_port' : 23070, 'mark' : '10.tga', 'symbol_path' : '10', },
11 : { 'ip' : 'ip2', 'tcp_port' : 23070, 'mark' : '10.tga', 'symbol_path' : '10', },
}
TESTADDR = { 'ip' : 'ip1', 'tcp_port' : 50000, 'udp_port' : 50000, }
#DONE
syserr.txt
Code:
0314 18:08:06551 ::
introLogin.py(line:1321) __OnClickSelectServerButton
LoginWindow.__OnClickSelectServerButton - ¸¶Å© Á¤º¸ ¾øÀ½ - <type 'exceptions.KeyError'>:20
0314 18:08:06551 :: ============================================================================================================
0314 18:08:06551 :: Abort!!!!
0314 18:08:06552 :: filename=exception.py, name=Abort
0314 18:08:06552 :: filename=introLogin.py, name=__OnClickSelectServerButton
0314 18:08:06552 :: filename=introLogin.py, name=__ServerBoard_OnKeyUp
0314 18:08:06552 :: filename=ui.py, name=__call__
0314 18:08:06552 :: filename=ui.py, name=__call__
0314 18:08:06552 :: filename=prototype.py, name=RunApp
0314 18:08:06552 :: filename=prototype.py, name=<module>
0314 18:08:06552 :: filename=system.py, name=Run
0314 18:08:06552 :: filename=system.py, name=execfile
0314 18:08:06552 :: filename=system.py, name=RunMainScript
0314 18:08:06552 :: filename=system.py, name=<module>
0314 18:08:06552 :: filename=<string>, name=<module>
* I've replaced real IP with Ip1 and Ip2
|
|
|
03/14/2014, 18:20
|
#2
|
Trade Restricted
elite*gold: 0
Join Date: Jan 2013
Posts: 2,681
Received Thanks: 2,718
|
why dont use two .exe and two : locale, root ?
|
|
|
03/14/2014, 21:25
|
#3
|
elite*gold: 0
Join Date: Sep 2012
Posts: 124
Received Thanks: 80
|
Quote:
Originally Posted by [LxR]Secresy
why dont use two .exe and two : locale, root ?
|
Maybe because serverinfo is a "cleaner" method??
There ya go:
Code:
import app
app.ServerName = None
STATE_NONE = '...'
STATE_DICT = {
0 : '....',
1 : 'NORM',
2 : 'BUSY',
3 : 'FULL' }
SERVER1_CHANNEL_DICT = {
1:{'key':11,'name':'CH1 ','ip':'ip1','tcp_port':23070,'udp_port':23070,'state':STATE_NONE,},
}
SERVER2_CHANNEL_DICT = {
1:{'key':21,'name':'CH1 ','ip':'ip2','tcp_port':23070,'udp_port':23070,'state':STATE_NONE,},
}
REGION_NAME_DICT = {
0 : 'TAIWAN',
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { 'ip':'ip1', 'port':21002, },
2 : { 'ip':'ip2', 'port':21002, },
},
}
REGION_DICT = {
0 : {
1 : { 'name' : 'Arthemius', 'channel' : SERVER1_CHANNEL_DICT, },
2 : { 'name' : 'Tribulus', 'channel' : SERVER2_CHANNEL_DICT, },
},
}
MARKADDR_DICT = {
10 : { 'ip' : 'ip1', 'tcp_port' : 23070, 'mark' : '10.tga', 'symbol_path' : '10', },
20 : { 'ip' : 'ip2', 'tcp_port' : 23070, 'mark' : '20.tga', 'symbol_path' : '20', },
}
TESTADDR = { 'ip' : 'ip1', 'tcp_port' : 50000, 'udp_port' : 50000, }
#DONE
|
|
|
 |
Similar Threads
|
Client for 34k servers?
09/20/2013 - Metin2 Private Server - 3 Replies
Hi, I'm searching for a base client (possibly an official client) that can login in 34k serverfiles, because I don't find anything. Thank in advance for reply
|
Using EP 5.4 Client for EP6 Servers..
01/29/2013 - Shaiya Private Server - 2 Replies
The Item/starting Item IDS are mis-matching with the client/server files..
Is there a way, I can correct this?
I am using the following Files:
http://www.elitepvpers.com/forum/shaiya-pserver-g uides-releases/2257246-release-official-episode-5- 4-client.html
&
the server files:
|
2 servers into one client?
04/01/2011 - CO2 Private Server - 2 Replies
i need just a little bit of help if someone would be so kind, how can i get two servers to appear out of one client? i have searched and found a really good guide but it wont work for me http://www.elitepvpers.com/forum/co2-pserver-guides -releases/471141-2-servers-1-server-dat-5165-a.htm l
|
How can i run 2 servers with the same client please help
01/12/2011 - EO PServer Hosting - 12 Replies
i have been looking for a guide or someone to help me with this for agez please help me
thank you
|
Is there any way to use USA/EU Client To Private Servers
07/28/2008 - Cabal Online - 0 Replies
Please help mE!...
Private Servers Like FuRy or Wudgit.. like i want to use USA client for fully english cause sometimes when i do quest it says random answers to NPC like doing the quest in Grocer BI the romantic something untill 11 quest i think?.. please help..
|
All times are GMT +1. The time now is 04:06.
|
|