diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:36:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:36:27 -0300 |
commit | da67f2fe1eb0c9fe41ea249c4159a2e81e691069 (patch) | |
tree | 388f045edd27423bfe47ab05dd40e8082ea66600 /npc/015-3-1/pablin.txt | |
parent | 82f8e713925acbd07920a351bff3e65c93acf902 (diff) | |
download | serverdata-da67f2fe1eb0c9fe41ea249c4159a2e81e691069.tar.gz serverdata-da67f2fe1eb0c9fe41ea249c4159a2e81e691069.tar.bz2 serverdata-da67f2fe1eb0c9fe41ea249c4159a2e81e691069.tar.xz serverdata-da67f2fe1eb0c9fe41ea249c4159a2e81e691069.zip |
Add Bee Stinger (required for Pooh's Quest) and polish Pablin's dialog
Diffstat (limited to 'npc/015-3-1/pablin.txt')
-rw-r--r-- | npc/015-3-1/pablin.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/015-3-1/pablin.txt b/npc/015-3-1/pablin.txt index f39a9b852..33debb9b6 100644 --- a/npc/015-3-1/pablin.txt +++ b/npc/015-3-1/pablin.txt @@ -5,6 +5,8 @@ // A retired pirate 015-3-1,83,39,0 script Pablin NPC_OLDPIRATE,{ + .@q = getq(HurnscaldQuest_PirateCave); + if (.@q > 7) goto L_Post; mesn; mesq l("Hey, you! What are you doing here?!"); next; @@ -15,6 +17,11 @@ mesq l("I won't stop you from going inside, but be careful, you hear me?"); close; +L_Post: + mesn; + mesq l("Marley is furious that someone stole her treasure... You wouldn't happen to know anything about this, would you...?"); + close; + OnInit: .sex = G_MALE; .distance = 4; |