diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 03:00:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 03:00:44 -0300 |
commit | 2d406c910acdd4c6dda22794d29e114fe2ff9b0a (patch) | |
tree | 542a190a16d75fc88431d17297ee0dc01e873756 /npc/003-8/jhedia.txt | |
parent | fb9c405e003a978f9cc5191e08eb6eba55e12359 (diff) | |
download | serverdata-2d406c910acdd4c6dda22794d29e114fe2ff9b0a.tar.gz serverdata-2d406c910acdd4c6dda22794d29e114fe2ff9b0a.tar.bz2 serverdata-2d406c910acdd4c6dda22794d29e114fe2ff9b0a.tar.xz serverdata-2d406c910acdd4c6dda22794d29e114fe2ff9b0a.zip |
Lead Ingots can be forged
Diffstat (limited to 'npc/003-8/jhedia.txt')
-rw-r--r-- | npc/003-8/jhedia.txt | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index 6c62261f1..4a281f10b 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -60,6 +60,7 @@ L_Menu: l("Iron Ingot"), l("Copper Ingot"), l("Tin Ingot"), + l("Lead Ingot"), l("Titanium Ingot"), l("Iridium Ingot"), l("Platinum Ingot"), @@ -80,21 +81,24 @@ L_Menu: ingot_create(TinOre, TinIngot, 5, 10, 8500); break; case 4: - ingot_create(TitaniumOre, TitaniumIngot, 5, 10, 9000); + ingot_create(LeadOre, LeadIngot, 5, 1, 8600); break; case 5: - ingot_create(IridiumOre, IridiumIngot, 4, 10, 12000); + ingot_create(TitaniumOre, TitaniumIngot, 5, 10, 9000); break; case 6: - ingot_create(PlatinumOre, PlatinumIngot, 3, 10, 18500); + ingot_create(IridiumOre, IridiumIngot, 4, 10, 12000); break; case 7: - ingot_create(SilverOre, SilverIngot, 3, 8, 6500); + ingot_create(PlatinumOre, PlatinumIngot, 3, 10, 18500); break; case 8: - ingot_create(GoldOre, GoldIngot, 3, 10, 8500); + ingot_create(SilverOre, SilverIngot, 3, 8, 6500); break; case 9: + ingot_create(GoldOre, GoldIngot, 3, 10, 8500); + break; + case 10: ingot_create(GoldOre, GoldPieces, 1, 20, 11000); break; default: |