简介:
战神引擎调整经验倍数,人物和英雄的经验修改
文件路径:D:/mud2.0/mir200/Envir/PsMapQuest/LogonQuest.pas
找到这几句代码:
procedure TempExpBylv();
var tempLv : integer;
begin
tempLv := This_Player.Level;
if (tempLv >= 1) and (tempLv <= 39) then
begin
This_Player.MultiTempExpRate := 50; 这里就是 经验倍数 可以随便调整
This_Player.PlayerNotice(‘当前经验倍数:50倍’,2);
This_Player.PlayerNotice(’40级之前你都可以获得系统赠送的50倍经验’,2);
end;
end;
D:/mud2.0/mir200/share/PlayerUpgradeExp 人物升级经验修改
D:/mud2.0/mir200/Gsl/Setconfig/hero_lv_exp 英雄升级经验修改
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。