Bu kodları nasıl kullanırız?
Sunucu listesinden serverNum = 1 server num
serverChannel = 1 kanal num
slot = 0 karakter yuvası
autologin istiyorsanız 1'e autologin = 0 kümesi
otomatik karakter seçme istiyorsanız 1'e Autoselect = 0 set it
id = "Girişi BURADA" giriş
pwd = "passwordHere" şifreniz
serverChannel = 1 kanal num
slot = 0 karakter yuvası
autologin istiyorsanız 1'e autologin = 0 kümesi
otomatik karakter seçme istiyorsanız 1'e Autoselect = 0 set it
id = "Girişi BURADA" giriş
pwd = "passwordHere" şifreniz
# # # # # # # # # Sunucu bilgileri # # # # # # # # # # # # #
import ServerInfo
serverNum = 1
serverChannel = 1
addr_new = serverInfo . REGION_DICT [ 0 ][ serverNum ][ "channel" ][ serverChannel ][ "ip" ]
port_new = serverInfo . REGION_DICT [ 0 ][ serverNum ][ "channel" ][ serverChannel ][ "tcp_port" ]
account_addr_new = serverInfo . REGION_AUTH_SERVER_DICT [ 0 ][ serverNum ][ "ip" ]
account_port_new = serverInfo . REGION_AUTH_SERVER_DICT [ 0 ][ serverNum ][ "port" ]
#######################################
addr = addr_new
port = port_new
id = "Girişi BURADA"
pwd = "passwordHere"
account_addr = account_addr_new
account_port = account_port_new
slot = 0
autologin = 0
Autoselect = 0