summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-01 16:23:05 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-01 16:23:05 -0300
commitc07027b3bc0aeda96bab57740902eb47cd3dc8ec (patch)
tree54055ea53b210458b3340e630e368afb0816db3b
parent457724f14cf882852cb53ffc45b6b38fff709daa (diff)
downloadserverdata-c07027b3bc0aeda96bab57740902eb47cd3dc8ec.tar.gz
serverdata-c07027b3bc0aeda96bab57740902eb47cd3dc8ec.tar.bz2
serverdata-c07027b3bc0aeda96bab57740902eb47cd3dc8ec.tar.xz
serverdata-c07027b3bc0aeda96bab57740902eb47cd3dc8ec.zip
*sigh* I'm not going to add real, worth-while values at Bracco
-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;