summaryrefslogtreecommitdiff
path: root/npc/003-1-1/yetiking.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-09 22:32:37 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-09 22:32:37 -0300
commitd243f1031235d907fd63b0afcb5ed73467a7f96d (patch)
treef9d6968555bf02451b6798f841a629309d0dae82 /npc/003-1-1/yetiking.txt
parent5ef11bfa36fc97d81db8eb6b2042242368619838 (diff)
downloadserverdata-d243f1031235d907fd63b0afcb5ed73467a7f96d.tar.gz
serverdata-d243f1031235d907fd63b0afcb5ed73467a7f96d.tar.bz2
serverdata-d243f1031235d907fd63b0afcb5ed73467a7f96d.tar.xz
serverdata-d243f1031235d907fd63b0afcb5ed73467a7f96d.zip
You need to pour an Everburn Powder to summon the Yeti King.
I said to Saulc, “we're going to need everburn powder to many stuff”, and “that powder can only be done with Zitoni” but he didn't wanted to listen...
Diffstat (limited to 'npc/003-1-1/yetiking.txt')
-rw-r--r--npc/003-1-1/yetiking.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt
index 7e173e534..725a1fbc2 100644
--- a/npc/003-1-1/yetiking.txt
+++ b/npc/003-1-1/yetiking.txt
@@ -18,6 +18,11 @@
end;
L_Summon:
+ if (countitem(EverburnPowder) < 0) {
+ dispbottom l("I need to pour the @@ to summon the Yeti King.", getitemlink(EverburnPowder));
+ end;
+ }
+ delitem EverburnPowder, 1;
dispbottom l("Emoc otem itey gnik!"); // come to me yeti king, spelled backwards. Sorry.
initnpctimer;
end;