From 5900faf76a6949da27a9c6d05df64bef2c9db584 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 01:25:19 -0300 Subject: So many silly typos... Perhaps I should just go to bed already. --- npc/015-2/guard.txt | 9 +++++++-- npc/015-2/lordcave.txt | 3 +-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/015-2') diff --git a/npc/015-2/guard.txt b/npc/015-2/guard.txt index 6b3b679e4..6efe4c4b0 100644 --- a/npc/015-2/guard.txt +++ b/npc/015-2/guard.txt @@ -38,8 +38,10 @@ L_BanditLord: next; mesn strcharinfo(0); select - l("There was nobody on the Bandit Lord's room."), - l("I'm going, don't worry."); + l("I'm going, don't worry."), + l("There was nobody on the Bandit Lord's room."); + if (@menu == 1) + close; mes ""; mesn; mesq l("...Have you ever gone there yet?"); @@ -49,6 +51,9 @@ L_BanditLord: next; mesn; mesq l("In fact, Bryant is my brother, and he lives in a cave, and he probably have a high level quest too, but that's not important now."); + next; + mesn; + mesq l("Go kill the Bandit Lord!"); close; OnInit: diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt index 34d70c4c4..5e403db98 100644 --- a/npc/015-2/lordcave.txt +++ b/npc/015-2/lordcave.txt @@ -2,12 +2,11 @@ // Author: // Jesusalva -015-2,94,255,0 script #BanditLordDen NPC_HIDDEN,0,0,{ +015-2,94,225,0 script #BanditLordDen NPC_HIDDEN,0,0,{ end; OnTouch: if (countitem(SilverKey) >= 1) goto L_Summon; - // Doesn't works for some reason: dispbottom l("This passage seems sealed. If I only had a @@...", getitemlink(SilverKey)); end; -- cgit v1.2.3-60-g2f50