hjsm1977 发表于 2020-4-9 15:45:33

请教大神关于战神引擎经验倍数的问题

procedure TempExpBylv();
var tempLv , tempExp : integer;
begin
    tempExp := 0;
    tempLv := This_Player.Level;
    if (tempLv >= 0) and (tempLv <= 39) then tempExp := 100;

    if tempExp > 0 then
    begin
      This_Player.MultiTempExpRate := tempExp;
      This_Player.PlayerNotice('当前经验倍数:' + inttostr(tempExp) + '倍',2);
    end;


end;

请问我要改成三十级以前一百倍经验    三十到三十九10倍经验 40开始正常经验 应该怎么改?

ysbcool 发表于 2021-4-14 10:15:12

强烈支持楼主ing……

lbs123 发表于 2021-4-17 21:29:56

新人学学学习哦:):):)

xinyangnansao 发表于 2022-5-28 19:58:18

无回帖,不论坛,这才是人道。
页: [1]
查看完整版本: 请教大神关于战神引擎经验倍数的问题