diff options
-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(); |