藏宝湾网游单机站

 找回密码
 注册

QQ登录

只需一步,快速开始

★【黑暗之光SF★我是大主宰SF】【神将三国SF】★

★【0.1折】★【变态网页游戏私服】★

★神将三国网页版上线送V5 5w元宝 5000w铜币 我是大主宰上线满v,80万元宝,小怪都爆元宝,耐玩长久稳定★

【原始传奇SF/维京传奇SF】【GM包站手游】

★【原始传奇SF/维京传奇SF】【GM包站手游】★

★2025火爆『传奇岁月+赤焰号角+维京传奇+原始传奇』爆战力称号BUFF+神装99999999万人PK★

★全网独家 可以单机 可以互动的传奇!★

★全网独家 可以单机 可以互动的传奇!★

★全网唯一持续更新的可单机游戏!每15-25天更新一次内容,保持游戏新鲜度!! 众多独家的功能特色,众多你没见过的全新玩法,有能力的赚点烟钱,还能偶尔沙城战斗!★

★承接推广★
★承接推广★

★承接推广★

☆六一新区开放-放置传奇☆

★六一新区开放-放置传奇★

★可白嫖 上班摸鱼类 放置文字传奇游戏(放置休闲)qq群756025698★

★三职业复古★开局送神装★爆率100%★散人逆袭★

★三职业复古★开局送神装★爆率100%★散人逆袭★

★〖双线〗〖无忧传奇〗〖每日新区〗〖开局送神装 100%高爆率 装备元宝打怪爆〗★

★承接推广★

★承接推广★

★承接推广★

★承接推广★

★承接推广★

★承接推广★

★DNF★全职业平衡★公益服★
★DNF★全职业平衡★公益服★

【dnf86版本】【怀旧服】【全职业平衡】【非变态服】【非商业服】【775016356】

★承接推广★

★承接推广★

★承接推广★

★梦幻16门派全新大唐九黎★

★梦幻16门派全新大唐九黎★

★★新增全新门派九黎城,★不做垃圾,力争什么都做到最好★持续更新,长久稳定★

★承接推广★

★承接推广★

★承接推广★

查看: 10635|回复: 12

[分享] 关于征途经验和爆率的修改方法

[复制链接]
发表于 2009-4-30 20:04:08 | 显示全部楼层 |阅读模式
首先打开服务端(server),找到方件 config.xml 用记事本打找到
下面的数据只看头和尾就行了中间的不必看了。。(这是我自已改的)

<bikemap>中立区·世外桃源</bikemap>
    <exp_rate>-20</exp_rate>          经验倍数
    <drop_rate>-50</drop_rate>       物品暴率
  </global>
  <SuperServer>
    <!-- Specify the log filename. -->
    <logfilename>.\log\superserver.log</logfilename>
    <!-- 统一用户平台服务器列表文件 -->
    <loginServerListFile>.\loginServerList.xml</loginServerListFile>
    <!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
    <mysql>mysql://root:[email protected]:3306/Zebra</mysql>
    <!--指令统计开关-->
    <cmdswitch>true</cmdswitch>
  </SuperServer>
  <FLServer>
    <!-- 网关最大连接数量 0表示无限制 -->
    <maxGatewayUser>2000</maxGatewayUser>
    <!-- Specify the log filename. -->
    <logfilename>.\log\flserver.log</logfilename>
    <!-- 统一用户平台用户管理服务器的列表文件 -->
    <dbAccessServerListFile>dbAccessServerList.xml</dbAccessServerListFile>
    <!-- 服务器信息采集的服务器地址 -->
    <InfoServer port="9903">127.0.0.1</InfoServer>
    <!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
    <mysql>mysql://root:[email protected]:3306/Zebra</mysql>
    <!-- 区信息列表文件 -->
    <zoneInfoFile>.\zoneInfo.xml</zoneInfoFile>
    <!-- 客户端登陆端口,外部使用 -->
    <login_port>8000</login_port>
    <!-- 内部使用端口,用于服务器之间数据传输 -->
    <inside_port>8001</inside_port>
    <!-- 客户端PING端口,外部使用 -->
    <ping_port>8002</ping_port>
    <!-- 是否验证图形验证码 -->
    <jpeg_passport>false</jpeg_passport>
  </FLServer>
  <RecordServer>
    <!-- Specify the log filename. -->
    <logfilename>.\log\recordserver.log</logfilename>
    <!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
    <mysql>mysql://root:[email protected]:3306/Zebra</mysql>
    <!--指令统计开关-->
    <cmdswitch>true</cmdswitch>
  </RecordServer>
  <BillServer>
    <!-- BillServer日志文件. -->
    <logfilename>.\log\billserver.log</logfilename>
    <!-- BillClient服务器配置文件 -->
    <billServerList>.\billServerList.xml</billServerList>
    <!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
    <mysql>mysql://root:[email protected]:3306/Zebra</mysql>
    <!--金币交易记录-->
    <gold_tradelog>.\log\goldtrade.log</gold_tradelog>
    <!--物品交易记录-->
    <tradelogfilename>.\log\billtrade.log</tradelogfilename>
    <!--指令统计开关-->
    <cmdswitch>true</cmdswitch>
  </BillServer>
  <BillClient>
    <!-- 交易记录log文件路径 -->
    <tradelogfilename>.\log\clienttrade.log</tradelogfilename>
  </BillClient>
  <SessionServer>
    <!-- Specify the log filename. -->
    <logfilename>.\log\sessionserver.log</logfilename>
    <!--MySQL database connection[mysql://user:passwd@host:port/dbName]-->
    <mysql>mysql://root:[email protected]:3306/Zebra</mysql>
    <!-- 离线消息保存路径. -->
    <offlineMsgPath>.\tmp\</offlineMsgPath>
    <!-- 对战默认时间 -->
    <dare_active_time>3600</dare_active_time>
    <!-- 题库题目总数(ID必须是连续的) -->
    <answer_count>1000</answer_count>
    <!-- 城战开始与结束时间 -->
    <union_city_dare_start_hour>20</union_city_dare_start_hour>
    <union_city_dare_start_min>30</union_city_dare_start_min>
    <union_city_dare_end_hour>21</union_city_dare_end_hour>
    <union_city_dare_end_min>30</union_city_dare_end_min>
    <!--指令统计开关-->
    <cmdswitch>true</cmdswitch>
  </SessionServer>
  <ScenesServer>
    <exp_rate>-10</exp_rate>       这里也改了。
    <!-- 经验倍率. -->
    <drop_rate>-50</drop_rate>    这里也改了
    <!--爆率倍率. -->

改好之后重起服务器进去就行了。。

最后本人是个菜鸟有说不对的地方请多包含啊  

评分

参与人数 1金币 +8 收起 理由
441856477 + 8 热心会员

查看全部评分

 楼主| 发表于 2009-4-30 20:07:03 | 显示全部楼层
1# taobao999


第一句话没写清楚。
重申下

首先找到服务端(server)文件包,找到方件 config.xml 用记事本打开
发表于 2009-5-1 01:31:12 | 显示全部楼层
学习了。谢谢LZ
发表于 2009-5-1 09:32:26 | 显示全部楼层
3Q LZ分享,不断学习中
发表于 2009-5-1 23:04:41 | 显示全部楼层
谢谢  正找呢
发表于 2009-5-2 19:32:32 | 显示全部楼层
负数是什么意思???
还有最后那段我的这个文件里没有,请问要加么?
发表于 2009-8-14 17:56:28 | 显示全部楼层
最后那段改经验我的这个文件里没有
发表于 2011-3-25 22:52:12 | 显示全部楼层
呵呵,谢谢LZ
发表于 2012-10-21 01:26:37 | 显示全部楼层
谢谢楼主
发表于 2013-3-28 17:59:56 | 显示全部楼层
谢谢赐额
发表于 2013-5-31 23:06:18 | 显示全部楼层
非常感谢  不过还没太明白!
发表于 2014-5-6 21:53:15 | 显示全部楼层
发表于 2016-4-13 10:15:35 | 显示全部楼层

学习了。谢谢LZ
您需要登录后才可以回帖 登录 | 注册

本版积分规则

本站内容如若侵犯到您的权益,请来电来函告知,我们会尽快处理!
联系QQ:1953150286,2251387361,123784736,免责申明

排行榜|联系我们|小黑屋|手机版|Archiver|游戏藏宝湾 |

GMT+8, 2025-5-26 01:12 , Processed in 0.079805 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表