Hallo,
wenn mache ich loginInfo.py, also habe ich nicht in client name server (nur: K:ip: port).
Was mit dass? - Client by Invoice und code:
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"]
["name"]
addr=addr_new
port=port_new
id = "***"
pwd = "***"
account_addr = account_addr_new
account_port = account_port_new
slot = 0
autoLogin = 1
autoSelect = 0
locale = "DE"
Danke für antwort und hilfe.
Close