diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 18:36:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 18:36:42 -0300 |
commit | 80b499b98f0f58426d8ce270922d9d22b8336bb8 (patch) | |
tree | 9913904df7f4b08e44c0c60c68da09e7be006e63 | |
parent | eb2ae681967637a0eadf4091261ab9f2db972420 (diff) | |
download | serverdata-80b499b98f0f58426d8ce270922d9d22b8336bb8.tar.gz serverdata-80b499b98f0f58426d8ce270922d9d22b8336bb8.tar.bz2 serverdata-80b499b98f0f58426d8ce270922d9d22b8336bb8.tar.xz serverdata-80b499b98f0f58426d8ce270922d9d22b8336bb8.zip |
Forge ingots
-rw-r--r-- | db/re/mob_db.conf | 12 | ||||
-rw-r--r-- | npc/003-8/jhedia.txt | 10 | ||||
-rw-r--r-- | npc/012-5/nicholas.txt | 2 |
3 files changed, 17 insertions, 7 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 8ae7697d4..29b1b69bf 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1813,14 +1813,14 @@ mob_db: ( Plant: true } Drops: { - IronOre: 60 - CopperOre: 50 - SilverOre: 40 - TinOre: 30 + IronOre: 150 + CopperOre: 100 + SilverOre: 50 + GoldOre: 40 + TinOre: 20 LeadOre: 20 - GoldOre: 10 + TerraniteOre: 10 TitaniumOre: 5 - TerraniteOre: 3 IridiumOre: 2 PlatinumOre: 1 } diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index 98da2cd01..49052a1d3 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -57,6 +57,8 @@ L_Menu: next; select l("Iron Ingot"), + l("Copper Ingot"), + l("Tin Ingot"), l("Gold Ingot"), l("Gold Pieces"), l("Nothing, thanks."); @@ -67,9 +69,15 @@ L_Menu: ingot_create(IronOre, IronIngot, 7, 11, 8500); break; case 2: - ingot_create(GoldOre, GoldIngot, 3, 10, 8500); + ingot_create(CopperOre, CopperIngot, 5, 10, 8500); break; case 3: + ingot_create(TinOre, TinIngot, 5, 10, 8500); + break; + case 4: + ingot_create(GoldOre, GoldIngot, 3, 10, 8500); + break; + case 5: ingot_create(GoldOre, GoldPieces, 1, 20, 11000); break; default: diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 54c6cc75b..8eab17416 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -16,6 +16,8 @@ // Lead → +++ res, ++++ wei // Titanium → + res, + wei +// Originals: Setzer, Steel Shield, Chain Mail, Light Platemail, Warlord Plate, Warlord Boots + 012-5,36,26,0 script Nicholas NPC_CHELIOS,{ goto L_Menu; |