diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 20:56:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 20:56:21 -0200 |
commit | b0a0c992a2d735f4a5b099f69f7194c9eb8b47d5 (patch) | |
tree | 677608717cb3929261c4fd242865c11fb1193c83 /npc/003-1 | |
parent | 75e2d4b61b12db667e77822023bf44ff6230893d (diff) | |
download | serverdata-b0a0c992a2d735f4a5b099f69f7194c9eb8b47d5.tar.gz serverdata-b0a0c992a2d735f4a5b099f69f7194c9eb8b47d5.tar.bz2 serverdata-b0a0c992a2d735f4a5b099f69f7194c9eb8b47d5.tar.xz serverdata-b0a0c992a2d735f4a5b099f69f7194c9eb8b47d5.zip |
More protips for starters
Diffstat (limited to 'npc/003-1')
-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); } |