diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-07 17:32:14 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-07 17:34:38 +0100 |
commit | edec9c5b9da9c981c1f242e7c3e65919b0056a4f (patch) | |
tree | ea920687bb7738b6d9a52b9075925c0df3b21c11 /world/map | |
parent | 38a7f63216acebdd943b946bcb1369a5502f2fcf (diff) | |
download | serverdata-edec9c5b9da9c981c1f242e7c3e65919b0056a4f.tar.gz serverdata-edec9c5b9da9c981c1f242e7c3e65919b0056a4f.tar.bz2 serverdata-edec9c5b9da9c981c1f242e7c3e65919b0056a4f.tar.xz serverdata-edec9c5b9da9c981c1f242e7c3e65919b0056a4f.zip |
Adjusted buy price for small mushrooms and amount needed for crafting iron potion at the alchemistv2011.11.08
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.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/db/item_db.txt | 2 | ||||
-rw-r--r-- | world/map/npc/011-1/alchemist.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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; |