From ed301596fa930073cae00a2b1c5acc1a39fa8990 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jul 2019 13:44:57 -0300 Subject: Arkim/Clotho Liquor, Status: Released --- npc/015-3/arkim.txt | 2 ++ npc/024-9/barkeeper.txt | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/npc/015-3/arkim.txt b/npc/015-3/arkim.txt index fa93d8b87..0db5e3142 100644 --- a/npc/015-3/arkim.txt +++ b/npc/015-3/arkim.txt @@ -118,6 +118,8 @@ L_Research: mesq l("@@ is developing these potions.", "Wyara"); break; case 5: mesq l("@@ is developing these potions.", "Fate, in Nivalis,"); break; // TODO: Missing NPC + case 6: + mesq l("@@ is developing these potions.", "Frostia Dwarves"); break; default: mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: Clotho, Lachesis and Atropos break; diff --git a/npc/024-9/barkeeper.txt b/npc/024-9/barkeeper.txt index 347be0632..2d9f09122 100644 --- a/npc/024-9/barkeeper.txt +++ b/npc/024-9/barkeeper.txt @@ -12,8 +12,11 @@ OnInit: tradertype(NST_MARKET); + sellitem DwarvenSake, 1100, 5; sellitem Beer, 300, 20; + if ($ARKIM_ST >= 4000) + sellitem ClothoLiquor, -1, (($ARKIM_ST-4000)/500)+1; .sex = G_MALE; .distance = 5; @@ -22,6 +25,8 @@ OnInit: OnClock2358: restoreshopitem DwarvenSake, 1100, 5; restoreshopitem Beer, 300, 20; + if ($ARKIM_ST >= 4000) + restoreshopitem ClothoLiquor, (($ARKIM_ST-4000)/500)+1; end; } -- cgit v1.2.3-70-g09d2