diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-09 22:32:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-09 22:32:37 -0300 |
commit | d243f1031235d907fd63b0afcb5ed73467a7f96d (patch) | |
tree | f9d6968555bf02451b6798f841a629309d0dae82 | |
parent | 5ef11bfa36fc97d81db8eb6b2042242368619838 (diff) | |
download | serverdata-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...
-rw-r--r-- | npc/003-1-1/yetiking.txt | 5 | ||||
-rw-r--r-- | npc/012-7/celestia.txt | 4 |
2 files changed, 7 insertions, 2 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; diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index ad59a5184..2d270899e 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -77,10 +77,10 @@ L_MainQuestCore: mesq l("Maybe you could convince him. There's a summoning circle on Tulimshar Sewers."); next; mesn; - mesq l("Go very close to it and, speak the four four-letters magic words and he'll appear to you."); + mesq l("Go very close to it and, speak the four four-letters magic words, pour some @@, and he'll appear to you.", getitemlink(EverburnPowder)); next; mesn; - mesq l("Don't go alone, though! He would not listen to me, it is not you alone he'll pay attention."); + mesq l("Don't go alone, though! He would not listen to me, it is not you alone he'll pay attention. You will lose reagents!"); next; mesc l("Accept quest?"); if (askyesno() == ASK_YES) { |