Google
发新话题
打印

[已解决] 99game服务端问题!请大虾指明出路!

本主题由 warden 于 2008-8-13 19:52 关闭

99game服务端问题!请大虾指明出路!

[localimg=400,255]4[/localimg]      前两天下了9999game  哀悼版的WOW服务端!
    下了安装了!
    但出现问题了!
    首先我按照了说明一步一步的做了!
     1.先运行开始网站服务 (也可以在网站控制台上输入20回车)
         2.再运行服务端程序
    凡是一切要做的步骤都做好了!
    我的IP地址是192.168.1.2  
      陆游器端口我有做映射!
     然后请大虾看下我截的图!
     1.是N8的图  2.3.是MaNGOS的图!
     4.是我陆游器的端口!
     然后下面是我的配置文件!请看下是不是哪出错了!
    ascent-logonserver
#######################################################################
#
# OpenAscent Realms Configuration File
# Last updated at revision 446 by Burlex
#
# http://www.openascent.com/
#
# http://www.99game.org
#
#######################################################################

/********************************************************************************
* 配置文件的一些说明:                                                          *
* Config files are in a block->variable->setting format.                       *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '.     *
*                                                                              *
* e.g.                                                                         *
* <block setting="0" someval = "1">                                            *
*                                                                              *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
* of the line, or in shell format (#).                                         *
********************************************************************************/







# LogonDatabase Section  (登陆数据库设置部分)
#
#    These directives are the location of the `realms` and `accounts`
#    tables.
#
#    LogonDatabase.Host      - 数据库 IP地址.
#    LogonDatabase.Username  - 数据库 连接帐号
#    LogonDatabase.Password  - 数据库 连接密码
#    LogonDatabase.Name      - 数据库名
#    LogonDatabase.Port      - 数据库 连接端口
#    LogonDatabase.Type      - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#

<LogonDatabase Hostname = "localhost"
               Username = "root"
               Password = "99game.org"
               Name     = "as_character"
               Port     = "3306"
               Type     = "1">








# 主机相关设置 ( 开外网,这里不需要做修改 )
#
#    realmlist 程序所监听的端口 (使用默认即可)
#    对所有主机开放监听,设置为: 0.0.0.0
#    默认: 127.0.0.1 (localhost)
#
#    Note: ISHost is the interserver communication listener.
#

<Listen Host = "0.0.0.0"
        ISHost = "0.0.0.0"
        RealmListPort = "3724"
        ServerPort = "8093">







# 服务器控制台日志等级设置.
#
#    Screen 取值:
#       0 = 最小级; 1 = 错误级; 2 = 详细级; 3 = 全部/调试
#
#    默认值: 0
#

<LogLevel Screen = "0"
          File = "-1">





# 帐号刷新时间设置.
#
#    多久时间刷新一次 logon 库. (即: 注册帐号多久可以登陆游戏)
#  
#    默认值 = 120
#        (单位: 秒.  600=2 分钟)
#

<Rates AccountRefresh = "120">





# 客户端版本号设置.
#
#    设置允许客户端版本号的范围. 最小值和最大值.
#
#
# 参考值:
#    客户端版本  Build
#    2.3.2       7741
#    2.3.3       7799
#    2.4.0       8089
#    2.4.1       8125  
#    2.4.2       8278

<Client MinBuild = "8089"
        MaxBuild = "9999">





# WorldServer 相关设置
#
# ---------------------------------------------------------------------------------------------
# 注意: 如果 ascent-logonserver.exe 和 ascent-worldserver.exe 运行在同台主机上. 请跳过.无需设置
# ---------------------------------------------------------------------------------------------
#
#  RemotePassword  ( 验证密码 )
#    对应 ascent-world.conf 中的 <LogonServer RemotePassword>
#
#
#  AllowedIPs  ( 允许IP )
#    这里必须被设置, 否则所有的连接将被阻止.
#
#    These "Allowed" fields are a space-seperated list of CIDR-form IP addresses that are allowed
#    to make server connections to your logonserver, and register realms.
#
#    范例1  匹配IP段.  
#           想允许 192.168.1.* 可以写成: 192.168.1.0/24   
#
#    范例2  匹配指定IP.
#           想允许指定的 192.168.1.99  可以写成: 192.168.1.99/24   
#
#  AllowedModIPs
#    In the same form as AllowedIPs, these are the IPs that are allowed to modify the database
#    (adding bans, GMs, account permissions, etc)
#

<LogonServer RemotePassword = "www_99Game_org"
             AllowedIPs = "127.0.0.1/24"
             AllowedModIPs = "127.0.0.1/24">

   ----------------------------------------------------------
然后这个是ascent-realms的这个文件内容:
#######################################################################
#
# OpenAscent Realms Configuration File
# Last updated at revision 446 by Burlex
#
# http://www.openascent.com/
#
# http://www.99game.org
#
#######################################################################

/********************************************************************************
* 配置文件的一些说明:                                                          *
* Config files are in a block->variable->setting format.                       *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '.     *
*                                                                              *
* e.g.                                                                         *
* <block setting="0" someval = "1">                                            *
*                                                                              *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
* of the line, or in shell format (#).                                         *
********************************************************************************/





#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LogonServer Section
#
#    Address:
#        The address (no port) of the server.
#
#    Port:
#        The port on which the logon server listens. (*** NOT 3724 ***)
#
#    Name:
#        Not really relavant, but name the logon.
#
#    RealmCount:
#        The number of realms in the next section.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<LogonServer Address = "127.0.0.1"
             Port = "8093"
             Name = "99Game_Logon"
             RealmCount = "1">

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Realm Section
#
#    Name:
#        The name of the realm.
#   
#    Address:
#        The address (and port) of that realm.
#
#    Icon:
#        The type of realm (PVP, Normal, RPPVP, RP)
#
#    Colour: (0 = 绿色 1= 红色 2 = 黑色(离线))
#        Realm colour in realm list display.
#
#    TimeZone:
#        Time zone the realm is in.
#
#    Population:
#        (0 = 底, 1 = 中, 2 = 高)
#
#    Lock:
#        (0 = 正常, 1 = 锁定)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<Realm1 Name = "99Game_正式游戏服务器"
        Address = "127.0.0.1:8129"
        Icon = "PVP"
        Colour = "0"
        Population = "0.0"
        Lock = "0"
        TimeZone = "1">



# -----------------------------------------------------------------------
    还有个文件是ascent-world   这个里面内同太长了!
     就先不发!因为那文件没改过!
    如果要改的话请说下!
    基本上的问题就是一直都在“正在连接”
       请大虾们指点!
     谢谢!
附件: 您所在的用户组无法下载或查看附件

TOP

单机玩还是做服务器?做服务器的话
<Realm1 Name = "99Game_正式游戏服务器"
        Address = "127.0.0.1:8129"
        Icon = "PVP"
        Colour = "0"
        Population = "0.0"
        Lock = "0"
        TimeZone = "1">
这里127.0.0.1的地方要改成你真实的ip或者改成你ip对应的域名

TOP

发新话题