mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
T2RPG: Increase xp gain by 1.5x
For a faster game.
This commit is contained in:
parent
a5143b67f7
commit
de1a1c2204
|
|
@ -352,7 +352,7 @@ function DistributeExpForKilling(%damagedClient)
|
|||
%pvalue = round(%final * (1.0 * (%pf * 0.1)));
|
||||
else
|
||||
%pvalue = 0;
|
||||
%final = round(%final/2);
|
||||
%final = round(%final/1.5);
|
||||
storeData(%listClientId, "EXP", %final, "inc");
|
||||
if(%final > 0)
|
||||
messageClient(%listClientId, 'DistributeExp', $MsgBlue @ %dname @ " has died and you gained " @ %final @ " experience!");
|
||||
|
|
|
|||
Loading…
Reference in a new issue