antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
MCtiaguinho

Bug, Impossivel De Entrar No Server?

Question

boas tardes, eu tenho tido um problema no server e no serverinfo, quando mudo o ip da serverfile metendo unknownmt2.no-ip.org aconte-se que quando tento escolher o servidor e o ch eles ja estao escolhidos e eu nao consigo meter entrar para meter conta. Sabem porque aconte-se isso e como corrigir?server sem hamachiObrigadoMCtiaguinhops: estou com 1 prob nos acentos e nao os consigo meter.

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

Aposto que metes-te algo .epk/.eix do metin2 oficial, ou outro, e não é equivalente aos outros ficheiros.Certo?

Share this post


Link to post
Share on other sites
antiblock
Cyphriun
  • 0
import osimport appimport localeimport debugInfoCHINA_PORT = 50000def BuildServerList(orderList):retMarkAddrDict = {}retAuthAddrDict = {}retRegion0 = {}ridx = 1for region, auth, mark, channels in orderList:  cidx = 1  channelDict = {}  for channel in channels:   key = ridx * 10 + cidx   channel["key"] = key   channelDict[cidx] = channel   cidx += 1  region["channel"] = channelDict  retRegion0[ridx] = region  retAuthAddrDict[ridx] = auth  retMarkAddrDict[ridx*10] = mark  ridx += 1return retRegion0, retAuthAddrDict, retMarkAddrDictapp.ServerName = Noneif locale.IsEUROPE():STATE_NONE = "...."	STATE_DICT = {  0 : "....",  1 : "NORM",  2 : "BUSY",  3 : "FULL"}SERVER01_CHANNEL_DICT = {  1:{"key":11,"name":"CH1   ","ip":"192.168.3.100","tcp_port":13001,"udp_port":13001,"state":STATE_NONE,},  2:{"key":12,"name":"CH2   ","ip":"192.168.3.100","tcp_port":13002,"udp_port":13002,"state":STATE_NONE,},  3:{"key":13,"name":"CH3   ","ip":"192.168.3.100","tcp_port":13003,"udp_port":13003,"state":STATE_NONE,},  4:{"key":14,"name":"CH4   ","ip":"192.168.3.100","tcp_port":13004,"udp_port":13004,"state":STATE_NONE,},  5:{"key":15,"name":"CH5   ","ip":"192.168.3.100","tcp_port":13005,"udp_port":13005,"state":STATE_NONE,},  6:{"key":16,"name":"CH6   ","ip":"192.168.3.100","tcp_port":13006,"udp_port":13006,"state":STATE_NONE,},  7:{"key":17,"name":"CH7   ","ip":"192.168.3.100","tcp_port":13007,"udp_port":13007,"state":STATE_NONE,},  8:{"key":18,"name":"CH8   ","ip":"192.168.3.100","tcp_port":13008,"udp_port":13008,"state":STATE_NONE,},  9:{"key":19,"name":"CH9   ","ip":"192.168.3.100","tcp_port":13009,"udp_port":13009,"state":STATE_NONE,},  10:{"key":20,"name":"CH10   ","ip":"192.168.3.100","tcp_port":13010,"udp_port":13010,"state":STATE_NONE,},  }MARKADDR_DICT = {  10 : { "ip" : "192.168.3.100", "tcp_port" : 13001, "mark" : "10.tga", "symbol_path" : "10", },   }REGION_NAME_DICT = {  0 : "GERMANY",}REGION_AUTH_SERVER_DICT = {  0 : {   1 : { "ip":"192.168.3.100", "port":11002, },  }}REGION_DICT = {  0 : {   1 : { "name" : "Overgame", "channel" : SERVER01_CHANNEL_DICT, },  },}if locale.IsTAIWAN():name = app.GetLocalePath().replace("/", "_") + ".addr"path = os.sep.join(("pack", name))if os.access(path, os.R_OK):  print "load_locale_addr:", path  data = app.LoadLocaleAddr(path)  import cPickle  import cStringIO  info = cPickle.load(cStringIO.StringIO(data))  STATE_NONE = "..."  STATE_DICT = {   0 : "....",   1 : "NORM",   2 : "BUSY",   3 : "FULL"   }  REGION_NAME_DICT = info["NAME"]  REGION_AUTH_SERVER_DICT = info["AUTHADDR"]  REGION_DICT = info["GAMEADDR"]  MARKADDR_DICT = info["MARKADDR"]

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this