From edec9c5b9da9c981c1f242e7c3e65919b0056a4f Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 7 Nov 2011 17:32:14 +0100 Subject: Adjusted buy price for small mushrooms and amount needed for crafting iron potion at the alchemist buy prize changed from 100 to 125 amount changed from 4 back to 2 This prevents exploit but makes using the crafting system as attractive as possible. Also updated submodule pointer. --- client-data | 2 +- world/map/db/item_db.txt | 2 +- world/map/npc/011-1/alchemist.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client-data b/client-data index 7971bc85..a897827c 160000 --- a/client-data +++ b/client-data @@ -1 +1 @@ -Subproject commit 7971bc85e00268b37105eefdd9a2d6a5f557b290 +Subproject commit a897827ccb6b9210c4248d81113c910f6a974afb diff --git a/world/map/db/item_db.txt b/world/map/db/item_db.txt index a45606d7..c7b184b9 100644 --- a/world/map/db/item_db.txt +++ b/world/map/db/item_db.txt @@ -68,7 +68,7 @@ 563, WinterGloves, Winter Gloves, 5, 6000, 3000, 20, , 3, , -15, 0, 2, 4, , 0, 0, {}, {} 564, TurtleneckSweater, Turtleneck Sweater, 5, 2000, 1000, 30, , 6, , -18, 0, 2, 512, , 0, 0, {}, {} 565, PinkPetal, Pink Petal, 0, 100, 50, 10, , , , , , 2, , , 0, , {itemheal 50, 0;}, {} -566, SmallMushroom, Small Mushroom, 0, 100, 50, 10, , , , , , 2, , , 0, , {itemheal 50, 0;}, {} +566, SmallMushroom, Small Mushroom, 0, 125, 50, 10, , , , , , 2, , , 0, , {itemheal 50, 0;}, {} 567, IronPotion, Iron Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , {sc_start sc_raiseattackstrength, 60, 60;}, {} 568, ConcentrationPotion, Concentration Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , {sc_start sc_raiseattackspeed0, 60, 30;}, {} 569, RawLog, Raw Log, 3, 20, 10, 10, , , , , , , , , , , {}, {} diff --git a/world/map/npc/011-1/alchemist.txt b/world/map/npc/011-1/alchemist.txt index ab10acfc..3b76578f 100644 --- a/world/map/npc/011-1/alchemist.txt +++ b/world/map/npc/011-1/alchemist.txt @@ -287,7 +287,7 @@ L_mana_potion_lacking: goto L_main_menu; L_iron: - set @COST_PER_IRON_POTION, 4; + set @COST_PER_IRON_POTION, 2; mes "\" To make them, I'm going to need " + @COST_PER_IRON_POTION + " Small Mushrooms per Iron Potion. How many Iron Potions would you like?\""; input @count; -- cgit v1.2.3-60-g2f50