summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/map/battle/exp.conf2
-rw-r--r--npc/020-5/bracco.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf
index 1aae6c22d..86129face 100644
--- a/conf/map/battle/exp.conf
+++ b/conf/map/battle/exp.conf
@@ -96,7 +96,7 @@ pvp_exp: true
death_penalty_type: 1
// Base exp. penalty rate (Each 100 is 1% of their exp)
-death_penalty_base: 724
+death_penalty_base: 624
// Job exp. penalty rate (Each 100 is 1% of their exp)
death_penalty_job: 298
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt
index 3a3c33b3c..f5a6e3f20 100644
--- a/npc/020-5/bracco.txt
+++ b/npc/020-5/bracco.txt
@@ -127,13 +127,13 @@ L_Forge:
case 1:
close; break;
case 2:
- blacksmith_create(LeatherPatch, 50, TitaniumIngot, 1, Armbands, 6500);
+ blacksmith_create(LeatherPatch, 40, TitaniumIngot, 1, Armbands, 6500);
break;
case 3:
- blacksmith_create(CopperIngot, 30, Coal, 40, CopperArmbands, 11000);
+ blacksmith_create(CopperIngot, 10, Coal, 40, CopperArmbands, 11000);
break;
case 4:
- blacksmith_create(IronIngot, 90, Coal, 80, IronArmbands, 21000);
+ blacksmith_create(IronIngot, 40, Coal, 80, IronArmbands, 21000);
break;
}
goto L_Forge;