1. Гость, мы просим Вас ознакомиться с Правилами Форума и Отказом от ответственности!

Результаты поиска

  1. Dark_Fenix
  2. Dark_Fenix
  3. Dark_Fenix
  4. Dark_Fenix
  5. Dark_Fenix
    Сообщение

    Saiyuki | 最游记

    я не собирал, у меня сразу компил версия
    Сообщение от: Dark_Fenix, 2 июл 2018 в разделе: Другие
  6. Dark_Fenix
    Сообщение

    Saiyuki | 最游记

    Не могу ничего предложить в версии есть дело как думаешь? [IMG] Сервер конфиг: <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <Project Name="NextOnline"> <Setting> <Gates> <NetMappings IsOpen="1" /> <!--A --> <Gate Id="10" Name="Gate A0"> <Service Host="127.0.0.1" Port="21010" /> <GameServer Host="127.0.0.1" Port="20011" /> <NetMappings> <NetMapping Id="0" Name="电信" Host="127.0.0.1" Port="21010" /> <NetMapping Id="1" Name="网通" Host="127.0.0.1" Port="21010" /> </NetMappings> </Gate> <Gate Id="11" Name="Gate A1"> <Service Host="127.0.0.1" Port="21011" /> <GameServer Host="127.0.0.1" Port="20011" /> <NetMappings> <NetMapping Id="0" Name="电信" Host="127.0.0.1" Port="21011" /> <NetMapping Id="1" Name="网通" Host="127.0.0.1" Port="21011" /> </NetMappings> </Gate> <!--B --> <Gate Id="20" Name="Gate B0"> <Service Host="127.0.0.1" Port="21020" /> <GameServer Host="127.0.0.1" Port="20021" /> <NetMappings> <NetMapping Id="0" Name="电信" Host="127.0.0.1" Port="21020" /> <NetMapping Id="1" Name="网通" Host="127.0.0.1" Port="21020" /> </NetMappings> </Gate> <Gate Id="21" Name="Gate B1"> <Service Host="127.0.0.1" Port="21021" /> <GameServer Host="127.0.0.1" Port="20021" /> <NetMappings> <NetMapping Id="0" Name="电信" Host="127.0.0.1" Port="21021" /> <NetMapping Id="1" Name="网通" Host="127.0.0.1" Port="21021" /> </NetMappings> </Gate> <!--C --> <Gate Id="30" Name="Gate C0"> <Service Host="127.0.0.1" Port="21030" /> <GameServer Host="127.0.0.1" Port="20031" /> <NetMappings> <NetMapping Id="0" Name="电信" Host="127.0.0.1" Port="21030" /> <NetMapping Id="1" Name="网通" Host="127.0.0.1" Port="21030" /> </NetMappings> </Gate> <Gate Id="31" Name="Gate C1"> <Service Host="127.0.0.1" Port="21031" /> <GameServer Host="127.0.0.1" Port="20031" /> <NetMappings> <NetMapping Id="0" Name="电信" Host="127.0.0.1" Port="21031" /> <NetMapping Id="1" Name="网通" Host="127.0.0.1" Port="21031" /> </NetMappings> </Gate> <!--D --> <Gate Id="40" Name="Gate D0"> <Service Host="127.0.0.1" Port="21040" /> <GameServer Host="127.0.0.1" Port="20041" /> <NetMappings> <NetMapping Id="0" Name="电信" Host="127.0.0.1" Port="21040" /> <NetMapping Id="1" Name="网通" Host="127.0.0.1" Port="21040" /> </NetMappings> </Gate> <Gate Id="41" Name="Gate D1"> <Service Host="127.0.0.1" Port="21041" /> <GameServer Host="127.0.0.1" Port="20041" /> <NetMappings> <NetMapping Id="0" Name="电信" Host="127.0.0.1" Port="21041" /> <NetMapping Id="1" Name="网通" Host="127.0.0.1" Port="21041" /> </NetMappings> </Gate> <Gate Id="100" Name="Char"> <Service Host="127.0.0.1" Port="21080" /> <GameServer Host="127.0.0.1" Port="20081" /> <NetMappings> <NetMapping Id="0" Name="电信" Host="127.0.0.1" Port="21080" /> <NetMapping Id="1" Name="网通" Host="127.0.0.1" Port="21080" /> </NetMappings> </Gate> </Gates> <Games> <Common> <DatabaseServer Host="127.0.0.1" Port="22000" /> <CenterServer Host="127.0.0.1" Port="23000" /> </Common> <Game Id="1" Name="Game A" ListenGatePort="20011" /> <Game Id="2" Name="Game B" ListenGatePort="20021" /> <Game Id="3" Name="Game C" ListenGatePort="20031" /> <Game Id="4" Name="Game D" ListenGatePort="20041" /> <Game Id="100" Name="Character" ListenGatePort="20081" /> </Games> <Center> <ListenPort GameServer="23000" Platform="23002"/> <DatabaseServer Host="127.0.0.1" Port="22000" CenterServerId="8"/> <PlatformServer Host="127.0.0.1" Port="8888" /> <!-- GlsDB Host数据库的Ip地址 Port数据库的端口 Name数据库的名字 User数据库的用户名 QuerySpaceTime数据库查询online表的间隔时间,单位毫秒 BlockAccountTime数据库中插入 OnceUpdateAccount表中阻塞的时间单位秒 --> <GlsDB Host="127.0.0.1" Port="3307" User="root" Password="123456" Name="gls" QuerySpaceTime="1000" BlockAccountTime="10" OnceUpdateAccount="100"/> <GameDB Host="127.0.0.1" Port="3307" User="root" Password="123456" Name="turbo_online_db" /> <PayDB Host="127.0.0.1" Port="3307" User="root" Password="123456" Name="turbo_platform_db" /> <PlatformDB Host="127.0.0.1" Port="3307" User="root" Password="123456" Name="turbo_platform_db" /> <!-- 北京防沉迷服务器 --> <JinDingLogDB Host="127.0.0.1" Port="3307" User="root" Password="123456" Name="" /> <PlatformAntiAddiction Host="127.0.0.1" Port="3307" User="root" Password="123456"/> <PlatformQuery Host="127.0.0.1" Port="3307" User="root" Password="123456" Name="" DbType="" /> </Center> <Database> <ListenPort AllServer="22000" DatebaseId = "1"/> <GameDB Host="127.0.0.1" Port="3307" User="root" Password="123456" Name="turbo_online_db"/> <BillingDB Host="127.0.0.1" Port="3307" User="root" Password="123456" Name="turbo_online_db"/> </Database> </Setting> </Project> Клиент конфиг: <?xml version="1.0" encoding="utf-8"?> <Project Name="HeroOnline" Version="1418344060.23" DownloadType="1"> <BigArea Name="最游记" Url="http://zyj.wushen.com"> <Broadcast String="9月25日 9:00\n\n更新内容:\n1)2014.9首次充值兑换有好礼\n2)2014.9充值兑换送大礼\n3)商城双蛋烟花上架\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" /> <Areas> <Area Name="双线" > <Server Name ="二郎真君" StatusStr ="良好" Comment ="正常" Ip ="127.0.0.1" Port ="21080" Status="0" IsRecommend="0" /> <Server Name ="托塔天王" StatusStr ="良好" Comment ="正常" Ip ="127.0.0.1" Port ="21080" Status="0" IsRecommend="0" /> <Server Name ="蟠桃盛会" StatusStr ="良好" Comment ="正常" Ip ="127.0.0.1" Port ="21080" Status="0" IsRecommend="0" /> <Server Name ="斗战胜佛" StatusStr ="良好" Comment ="正常" Ip ="127.0.0.1" Port ="21080" Status="0" IsRecommend="0" /> <Server Name ="哪吒闹海" StatusStr ="良好" Comment ="正常" Ip ="127.0.0.1" Port ="21080" Status="0" IsRecommend="0" /> <Server Name ="大闹天宫" StatusStr ="良好" Comment ="正常" Ip ="127.0.0.1" Port ="21080" Status="0" IsRecommend="0" /> <Server Name ="齐天大圣" StatusStr ="良好" Comment ="正常" Ip ="127.0.0.1" Port ="21080" Status="0" IsRecommend="0" /> </Area> <Area Name="网通" > <Server Name ="卷帘大将" StatusStr ="良好" Comment ="正常" Ip ="127.0.0.1" Port ="21080" Status="0" IsRecommend="0" /> </Area> </Areas> </BigArea>
    Сообщение от: Dark_Fenix, 2 июл 2018 в разделе: Другие
  7. Dark_Fenix
    Сообщения профиля

    Ave Satanis...

    Ave Satanis...
    Обновление статуса пользователя Dark_Fenix, 2 июл 2018
  8. Dark_Fenix
  9. Dark_Fenix
    Сообщение

    Saiyuki | 最游记

    Порты в клиенте не верные на 23000 поменяй
    Сообщение от: Dark_Fenix, 2 июл 2018 в разделе: Другие