PACI Posted September 22, 2012 Report Share Posted September 22, 2012 Holas metineros, A peticion de alejandro1995 Os enseñare a poner 2 servidores de metin2 en un cliente. 1º Decopilan el Root 2º Abren el Serverinfo.py, con el Notepad ++ o WordPad 3º Buscan esto: SERVER01_CHANNEL_DICT = { Y por debajo aparecera algo asi: 1:{"key":11,"name":"CH1 ","ip":"5.111.59.137","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,}, Entonces copian todo esto: SERVER01_CHANNEL_DICT = { 1:{"key":11,"name":"CH1 ","ip":"5.111.59.137","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,}, } Y lo pegan por debajo cambian el " SERVER01 " por " SERVER02 ", y tendra que quedar EXACTAMENTE ASI: SERVER01_CHANNEL_DICT = { 1:{"key":11,"name":"CH1 ","ip":"5.111.59.137","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,}, } SERVER02_CHANNEL_DICT = { 2:{"key":11,"name":"CH1 ","ip":"5.111.59.137","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,}, } Luego donde dice IP ponen el ip del segundo servidor. Despues buscan: REGION_DICT = { Os aparecera algo asi: REGION_DICT = { 0 : { 1 : { "name" : "Client ufficiale | Omega", "channel" : SERVER01_CHANNEL_DICT, }, }, } Copian la 1ª linea y la pegan por debajo, y sustituyen el 1 por 2. Quedara asi: REGION_DICT = { 0 : { 1 : { "name" : "Client ufficiale | Omega", "channel" : SERVER01_CHANNEL_DICT, }, 2 : { "name" : "Client ufficiale | Omega", "channel" : SERVER02_CHANNEL_DICT, }, }, } Donde dice " name " ponen el nombre del 1er servidor Y por debajo el nombre del 2do. Despues cierras y guardas. Copilas el root Lo pegas en la carpeta PACK Y lo pruebas y me deciis que tal Y ya esta, Espero haber ayudado, Gracias. Pai and JazZ* 2 Link to comment Share on other sites More sharing options...
Santy!. Posted September 22, 2012 Report Share Posted September 22, 2012 estaria mejor si dejas el serverinfo hecho seria mas facil. Link to comment Share on other sites More sharing options...
PACI Posted September 22, 2012 Author Report Share Posted September 22, 2012 Ya lo se , pero hay veces el serverinfo no es compatible con el cliente, y da errores... Link to comment Share on other sites More sharing options...
Pedro Fuentes Posted September 22, 2012 Report Share Posted September 22, 2012 estaria mejor si dejas el serverinfo hecho seria mas facil.Exacto santy hay veces que los serverinfo no son compatibles con algunos clientes! Eso es algo de lo mas facil de hacer, Pero Igual Te Dejo las gracias "PACIFICADOR"!! Link to comment Share on other sites More sharing options...
Recommended Posts