summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-31 21:20:18 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-31 21:20:18 -0300
commit96e70e0aca4282cb3a5fd4547c13faee71749ab2 (patch)
tree70f47bea5fe7be8bbc8fe7a3011740ed80b7a8e7
parentca0304d87cb0b03f0e053791bd9851d980808734 (diff)
downloadserverdata-96e70e0aca4282cb3a5fd4547c13faee71749ab2.tar.gz
serverdata-96e70e0aca4282cb3a5fd4547c13faee71749ab2.tar.bz2
serverdata-96e70e0aca4282cb3a5fd4547c13faee71749ab2.tar.xz
serverdata-96e70e0aca4282cb3a5fd4547c13faee71749ab2.zip
Forging System review, blame @demure for this one
-rw-r--r--db/re/item_db.conf4
-rw-r--r--db/re/mob_db.conf8
-rw-r--r--npc/012-5/nicholas.txt2
-rw-r--r--npc/017-4/pyndragon.txt2
4 files changed, 10 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 0e2b3f8cd..648e9144a 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3737,8 +3737,8 @@ item_db: (
AegisName: "SilverMirror"
Name: "Silver Mirror"
Type: "IT_ETC"
- Buy: 600
- Sell: 200
+ Buy: 60000
+ Sell: 8000
Weight: 20
Refine: false
ViewSprite: 813
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 19919bb89..32745a3a6 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -3427,9 +3427,11 @@ mob_db: (
AttackMotion: 672
DamageMotion: 200
Drops: {
- SilverOre: 100
- SilverMirror: 30
+ TitaniumOre: 90
+ SilverOre: 60
+ TinOre: 30
Diamond: 11
+ SilverMirror: 3
}
WeaponAttacks: {
All: 7500
@@ -6066,6 +6068,7 @@ mob_db: (
Coal: 700
TerraniteOre: 600
IronOre: 150
+ LeadOre: 100
CasinoCoins: 100
Emerald: 30
Amethyst: 20
@@ -6374,6 +6377,7 @@ mob_db: (
BlackMambaEgg: 600
BlackMambaTongue: 430
BlackMambaSkin: 101
+ LeadOre: 20
Pearl: 12
Kanabo: 2
BlackPearl: 1
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index 589611c77..dddeabbd8 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -133,7 +133,7 @@ L_Weapon:
blacksmith_create(IronIngot, 8, Coal, 12, BugSlayer, 10000);
break;
case 5:
- blacksmith_create(IronIngot, 14, Coal, 18, ShortGladius, 15000);
+ blacksmith_create(IronIngot, 12, Coal, 16, ShortGladius, 15000);
break;
}
goto L_Weapon;
diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt
index 6d125d7f3..6a6241e06 100644
--- a/npc/017-4/pyndragon.txt
+++ b/npc/017-4/pyndragon.txt
@@ -119,7 +119,7 @@ L_Craft:
craft_gun( LeadIngot, 8, TitaniumIngot, 8, Coal, 15, PynGatling, 15000 );
goto L_Craft;
case 5:
- craft_gun( LeadIngot, 12, TitaniumIngot, 12, Coal, 24, PynShotgun, 60000 );
+ craft_gun( LeadIngot, 12, TitaniumIngot, 12, Coal, 18, PynShotgun, 60000 );
goto L_Craft;
}
goto L_Menu;