Un par de ayuditas con traduccion y algo mas
-
lo que quiero es que me digan como traducir los NPC de 1 forma que no sea con el navicat cambiandoles los nombres de 1 a 1
la otra es para añadir 1 npc nuevo que venda ciertos articulos
la otra es para traducir el menu del teletrasportador que esta en chino
y la ultima es como hago para poner mi server que esta en lan ponerlo con IP fija en internet
-
Para traducir los npc, vas al navicat, en player, abre la tabla mob_proto, entras y pustas Ctrl + Q, y ponemos lo de la siguiente lista:
update mob_proto set gb2312name='Armas' where vnum='9001'; update mob_proto set gb2312name='Armaduras' where vnum='9002'; update mob_proto set gb2312name='Pociones' where vnum='9003'; update mob_proto set gb2312name='FuegosArtificiales' where vnum='9004'; update mob_proto set gb2312name='Banco' where vnum='9005'; update mob_proto set gb2312name='Anciana' where vnum='9006'; update mob_proto set gb2312name='Manuales', on_click='1' where vnum='9007'; update mob_proto set gb2312name='Accesorios' where vnum='9008'; update mob_proto set gb2312name='Pescador' where vnum='9009'; update mob_proto set gb2312name='Manuales', on_click='1' where vnum='9010'; update mob_proto set gb2312name='EncargadaBodas' where vnum='9011'; update mob_proto set gb2312name='Teletransportador' where vnum='9012'; update mob_proto set gb2312name='Lungsam' where vnum='10026'; update mob_proto set gb2312name='Lungsam' where vnum='10027'; update mob_proto set gb2312name='Bosque_Rojo' where vnum='10028'; update mob_proto set gb2312name='CampoSerpientes' where vnum='10029'; update mob_proto set gb2312name='Yongbi' where vnum='10030'; update mob_proto set gb2312name='Guardia' where vnum='11000'; update mob_proto set gb2312name='GuardiaBatalla' where vnum='11001'; update mob_proto set gb2312name='Guardia' where vnum='11002'; update mob_proto set gb2312name='GuardiaBatalla' where vnum='11003'; update mob_proto set gb2312name='Guardia' where vnum='11004'; update mob_proto set gb2312name='GuardiaBatalla' where vnum='11005'; update mob_proto set gb2312name='ItemShop' where vnum='20015'; update mob_proto set gb2312name='Herrero' where vnum='20016'; update mob_proto set gb2312name='Uriel' where vnum='20011'; update mob_proto set gb2312name='Soon' where vnum='20023'; update mob_proto set gb2312name='Pony' where vnum='20029'; update mob_proto set gb2312name='Caballo' where vnum='20030'; update mob_proto set gb2312name='VendedorAmbulante' where vnum='20042'; update mob_proto set gb2312name='HerreroArmas' where vnum='20044'; update mob_proto set gb2312name='HerreroArmaduras' where vnum='20045'; update mob_proto set gb2312name='HerreroAccesorios' where vnum='20046'; update mob_proto set gb2312name='Teletransportador' where vnum='20083'; update mob_proto set gb2312name='Corporal' where vnum='20300'; update mob_proto set gb2312name='Corporal' where vnum='20320'; update mob_proto set gb2312name='Corporal' where vnum='20340'; update mob_proto set gb2312name='Mental' where vnum='20301'; update mob_proto set gb2312name='Mental' where vnum='20321'; update mob_proto set gb2312name='Mental' where vnum='20341'; update mob_proto set gb2312name='Daga' where vnum='20302'; update mob_proto set gb2312name='Daga' where vnum='20322'; update mob_proto set gb2312name='Daga' where vnum='20342'; update mob_proto set gb2312name='Arco' where vnum='20303'; update mob_proto set gb2312name='Arco' where vnum='20323'; update mob_proto set gb2312name='Arco' where vnum='20343'; update mob_proto set gb2312name='Armas' where vnum='20304'; update mob_proto set gb2312name='Armas' where vnum='20324'; update mob_proto set gb2312name='Armas' where vnum='20344'; update mob_proto set gb2312name='Magia' where vnum='20305'; update mob_proto set gb2312name='Magia' where vnum='20325'; update mob_proto set gb2312name='Magia' where vnum='20345'; update mob_proto set gb2312name='Dragon' where vnum='20306'; update mob_proto set gb2312name='Dragon' where vnum='20326'; update mob_proto set gb2312name='Dragon' where vnum='20346'; update mob_proto set gb2312name='Luz' where vnum='20307'; update mob_proto set gb2312name='Luz' where vnum='20327'; update mob_proto set gb2312name='Luz' where vnum='20347'; update mob_proto set gb2312name='TorreDemonios' where vnum='20348'; update mob_proto set gb2312name='Instructor' where vnum='20349'; update mob_proto set gb2312name='Guardia' where vnum='20354'; update mob_proto set gb2312name='Capitan' where vnum='20355'; update mob_proto set gb2312name='Transportador' where vnum='20094';
Lo del npc, buscasen guías, que hay posteados npcs, que venden peinados, objetos de item shop etc
lo tercero, entras por el winSCP o por el fireZilla a /usr/rain/channel/share_data/locale/hongkong/quest/objet (creo), y buscas el la carpeta del teletransportador, que sera su codigo, ahora mismo no se cual es, buscalo aqui:
http://foro.universojuegos.es/viewtopic.php?f=19&t=17378Y la ultima no sabria decirte, tambien hay guias de eso.
Saludos, Yosua
-
grax men ya mismo comienzo a traducir