diff options
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 7 | ||||
-rw-r--r-- | npc/003-1/sarah.txt | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 7fab08921..927a8cabf 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -50,7 +50,12 @@ switch (@menu) { case 1: setq TulimsharQuest_WaterForGuard, 1; - speech S_FIRST_BLANK_LINE, l("Good luck! Come for remuneration when you finish!"); + mes ""; + mesn; + mesq l("Good luck! Come for remuneration when you finish!"); + next; + mesc l("Protip: You need an @@ full of water to get a reply from guards.", getitemlink(EmptyBottle)); + next; break; case 2: setq TulimsharQuest_Hasan, 2; diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt index 5063c97c6..e8eb55be7 100644 --- a/npc/003-1/sarah.txt +++ b/npc/003-1/sarah.txt @@ -47,6 +47,10 @@ case 1: quest_open; break; + case 2: + mesc l("Protip: @@ is dropped by @@. It is a tough monster, you might need some strategy to kill it. @@ can be bought in shops.", getitemlink(CherryCake), getmonsterlink(GiantMaggot)); + next; + break; } } while (@menu != 2); } |