Jump to content

Problem with channel switcher


Recommended Posts

I use this tutorial :

and this tutorial:

http://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/3762749-rls-ingame-channel-switcher-like-wom2-2.html

My serverinfo:

import app

app.ServerName = None

STATE_NONE = '...'

STATE_DICT = {
    0 : "....",
    1 : "NORM",
    2 : "BUSY",
    3 : "FULL"
}

CHANNELS = {
    1:{'key':11,'name':'CH1','ip':'--','tcp_port':13002,'udp_port':13002,'state':STATE_NONE,},
    2:{'key':12,'name':'CH2','ip':'--','tcp_port':13102,'udp_port':13102,'state':STATE_NONE,},
    3:{'key':13,'name':'CH3','ip':'--','tcp_port':13202,'udp_port':13202,'state':STATE_NONE,},
    4:{'key':14,'name':'CH4','ip':'--','tcp_port':13302,'udp_port':13302,'state':STATE_NONE,},
}
REGION_NAME_DICT = {
    0 : 'POLAND',
}
REGION_AUTH_SERVER_DICT = {
    0 : {
        1 : { 'ip':'--', 'port':11002, },
        
        }    
}
REGION_DICT = {
    0 : {
        1 : { 'name' : 'Metin2', 'channel' : CHANNELS, },
        },
}
MARKADDR_DICT = {
    10 : { 'ip' : '--', 'tcp_port' : 13002, 'mark' : '120.tga', 'symbol_path' : '120', },
}

 

TESTADDR = { 'ip' : '--', 'tcp_port' : 50000, 'udp_port' : 50000, }

 

syserr:

 

1122 20:31:27767 ::   File "ui.py", line 1029, in CallEvent

1122 20:31:27768 ::   File "ui.py", line 87, in __call__

1122 20:31:27768 ::   File "ui.py", line 69, in __call__

1122 20:31:27768 ::   File "uiSystem.py", line 89, in __ClickChangeChannelButton

1122 20:31:27769 ::   File "uiChannel.py", line 17, in __init__

1122 20:31:27769 ::   File "uiChannel.py", line 134, in __Fill_Up_ChannelList

1122 20:31:27770 ::   File "uiChannel.py", line 140, in __RequestServerStateList

1122 20:31:27770 ::   File "uiChannel.py", line 131, in __GetServerID

  • Good 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.