diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-27 19:05:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-27 19:05:57 -0300 |
commit | 1b12a8e769d2ead69c4f830f2810211a4c96d005 (patch) | |
tree | 796544414b84ae506388634baff95a61df3b24b5 /npc | |
parent | f6e72383972afb8d6f6155a5e0d90c0cec8453cf (diff) | |
download | serverdata-1b12a8e769d2ead69c4f830f2810211a4c96d005.tar.gz serverdata-1b12a8e769d2ead69c4f830f2810211a4c96d005.tar.bz2 serverdata-1b12a8e769d2ead69c4f830f2810211a4c96d005.tar.xz serverdata-1b12a8e769d2ead69c4f830f2810211a4c96d005.zip |
Wielding a Lightsaber will now slowly erode your life.
If your regen/vit is high enough, it'll cover the effects.
Otherwise, you'll start losing life!!
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/rate-management.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index a0a0ac2dc..46d3d7531 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -158,7 +158,7 @@ OnPCLoginEvent: end; OnInit: - bindatcmd "exprate", "@exprate::OnCall", 80, 80, 1; // change exp rate + bindatcmd "exprate", "@exprate::OnCall", 60, 80, 1; // change exp rate // WARNING: using @reloadscript will change the "original" value .current_rate = expRateReal(); |