From abc30f2cf5ebde4c90393fe02c8e8ec817f6557c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Oct 2019 01:26:00 +0000 Subject: Maggot Slime Potion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I thought it might be fun to entertain the idea of a maggot slime potion. Hope you all like! 😄 ---- @WildX : Seems like a good vendor item for Hurnscald general goods and maybe a rare drop from some humanoid mob, I'd like to keep manmade things like potions as items that are dropped by humanoids since it makes little sense for a maggot to carry a bottled potion with it. --- npc/008-2-2/shop.txt | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'npc') diff --git a/npc/008-2-2/shop.txt b/npc/008-2-2/shop.txt index d0db9b67..d3699092 100644 --- a/npc/008-2-2/shop.txt +++ b/npc/008-2-2/shop.txt @@ -1,6 +1,7 @@ // Evol scripts. // Authors: // 4144 +// jesusalva // Reid // toams // Description: @@ -17,25 +18,17 @@ OnInit: sellitem Cheese, -1, 50; sellitem CherryCake, -1, 50; sellitem SmallHealing, -1, 50; + sellitem MaggotSlimePotion, -1, 50; .sex = G_OTHER; .distance = 10; end; +// FIXME Note: "20" doesn't means "restock 20 units". +// It means "restock if less than 20 units are being sold". +// Is this behavior intended? Seems like a bug. OnClock0000: - restoreshopitem Beer, 20; - restoreshopitem Bread, 20; - restoreshopitem RedPlushWine, 20; - restoreshopitem Cheese, 20; - restoreshopitem CherryCake, 20; - restoreshopitem SmallHealing, 20; OnClock0800: - restoreshopitem Beer, 20; - restoreshopitem Bread, 20; - restoreshopitem RedPlushWine, 20; - restoreshopitem Cheese, 20; - restoreshopitem CherryCake, 20; - restoreshopitem SmallHealing, 20; OnClock1600: restoreshopitem Beer, 20; restoreshopitem Bread, 20; @@ -43,4 +36,5 @@ OnClock1600: restoreshopitem Cheese, 20; restoreshopitem CherryCake, 20; restoreshopitem SmallHealing, 20; + restoreshopitem MaggotSlimePotion, 50; } -- cgit v1.2.3-70-g09d2