summaryrefslogtreecommitdiff
path: root/npc/024-9
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-26 13:44:57 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-26 13:44:57 -0300
commited301596fa930073cae00a2b1c5acc1a39fa8990 (patch)
tree0fb3732cfa2ee6e95f6f8ffc9ab44ddee1d92acb /npc/024-9
parent68b24b2d7b7b944d2a901d063a96e3645ab1f29a (diff)
downloadserverdata-ed301596fa930073cae00a2b1c5acc1a39fa8990.tar.gz
serverdata-ed301596fa930073cae00a2b1c5acc1a39fa8990.tar.bz2
serverdata-ed301596fa930073cae00a2b1c5acc1a39fa8990.tar.xz
serverdata-ed301596fa930073cae00a2b1c5acc1a39fa8990.zip
Arkim/Clotho Liquor, Status: Released
Diffstat (limited to 'npc/024-9')
-rw-r--r--npc/024-9/barkeeper.txt5
1 files changed, 5 insertions, 0 deletions
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;
}