请教大神关于战神引擎经验倍数的问题
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开始正常经验 应该怎么改?
强烈支持楼主ing…… 新人学学学习哦:):):) 无回帖,不论坛,这才是人道。
页:
[1]