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 | |
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!!
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/commands/rate-management.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d1a4d2d8a..62fdba935 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11913,6 +11913,7 @@ item_db: ( } Script: <" bonus bAtk,(BaseLevel-60)*3; + bonus2 bHPLossRate,1,800; "> }, { @@ -11952,6 +11953,7 @@ item_db: ( bonus bDex, -(BaseLevel/10); bonus bDef, -(BaseLevel*8/10); bonus bCritical, BaseLevel/5; + bonus2 bHPLossRate,1,1000; "> }, // Insert new weapons above this line 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(); |