Jump to content

Recommended Posts

0526 19:56:10383 :: 
networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:36) <module>
 
networkModule.SetSelectCharacterPhase - <type 'exceptions.AttributeError'>:'module' object has no attribute 'IsEUROPE'
 
0526 19:56:10383 :: ============================================================================================================
0526 19:56:10383 :: Abort!!!!

 

 

guys i get this after i try login does anyone know how to fix?

 i am using locale en files

Link to comment
https://metin2.dev/topic/7022-client-errorclient-aborts-after-login/
Share on other sites

  • Former Staff

what do u mean :o

how can i make it dated O.o?

Plus i have LocaleInfo does that make a difference?

check your localeinfo.py and see if you find this

 

def IsEUROPE():
    global __IS_EUROPE
    return __IS_EUROPE
if not just add.

 

SERVER_NAME = "Medevil2"

SERVER_IP   = "IP BLOCKED"
CH_NAME     = "CH1"
PORT_1 = 13070
PORT_2 = 11001
PORT_3 = 50000
 
 
STATE_NONE = "..."
 
STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
 
SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":CH_NAME,"ip":SERVER_IP,"tcp_port":PORT_1,"udp_port":PORT_1,"state":STATE_NONE,},
 
}
 
REGION_NAME_DICT = {
0 : "",
}
 
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":SERVER_IP, "port":PORT_2, },
 
}
}
 
REGION_DICT = {
0 : {
1 : { "name" :SERVER_NAME, "channel" : SERVER01_CHANNEL_DICT, },
},
}
 
MARKADDR_DICT = {
10 : { "ip" : SERVER_IP, "tcp_port" : PORT_3, "mark" : "10.tga", "symbol_path" : "10", },
}

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.