diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 01:22:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 01:22:29 -0300 |
commit | 17407f895f6ab128c7eb9c3e577c91a1cfc2c4f3 (patch) | |
tree | 8ccedfc5da01801e6638bcbafc942bcd53bf8964 /npc/015-2 | |
parent | 1a8b0f53ddf66500a99256120ed18d0c8323c97a (diff) | |
download | serverdata-17407f895f6ab128c7eb9c3e577c91a1cfc2c4f3.tar.gz serverdata-17407f895f6ab128c7eb9c3e577c91a1cfc2c4f3.tar.bz2 serverdata-17407f895f6ab128c7eb9c3e577c91a1cfc2c4f3.tar.xz serverdata-17407f895f6ab128c7eb9c3e577c91a1cfc2c4f3.zip |
Ah, typo! :inGame_e:
Diffstat (limited to 'npc/015-2')
-rw-r--r-- | npc/015-2/guard.txt | 2 | ||||
-rw-r--r-- | npc/015-2/lordcave.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/015-2/guard.txt b/npc/015-2/guard.txt index 75035e5b4..6b3b679e4 100644 --- a/npc/015-2/guard.txt +++ b/npc/015-2/guard.txt @@ -5,7 +5,7 @@ // Part of Helena's quest // Gives spoilers about what Jesusalva plans in doing with Bryant -015-2,48,199,0 script Helena's Teammate NPC_ORC,{ +015-2,28,199,0 script Helena's Teammate NPC_ORC,{ .@q=getq(HurnscaldQuest_Bandits); if (.@q == 5) goto L_SilverKey; if (.@q == 6) goto L_BanditLord; diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt index 590d57ef2..34d70c4c4 100644 --- a/npc/015-2/lordcave.txt +++ b/npc/015-2/lordcave.txt @@ -7,7 +7,8 @@ OnTouch: if (countitem(SilverKey) >= 1) goto L_Summon; - dispbottom l("This passage seems sealed. If I only had the key..."); + // Doesn't works for some reason: + dispbottom l("This passage seems sealed. If I only had a @@...", getitemlink(SilverKey)); end; L_Summon: |