Jump to content

Recommended Posts

Hallo,

wenn mache ich loginInfo.py, also habe ich nicht in client name server (nur: K:ip:port).

http://www.nahraj-obrazek.cz/?di=114012046526

Was mit dass? - Client by Invoice und code:

import serverInfoserverNum=1serverChannel=1addr_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_newport=port_newid = "***"pwd = "***"account_addr = account_addr_newaccount_port = account_port_newslot = 0autoLogin = 1autoSelect = 0locale = "DE"
Danke für antwort und hilfe.
Link to comment
Share on other sites

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium

logininfo.py is a file that every client reads from your client root's folder (except wom's) and you can use it to connect to another server than the one stated in serverinfo.py. Here is a sample:

addr = "119.73.218.225"
port = 13000
account_addr = "119.73.218.225"
account_port = 11000
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.