diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 12:35:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 12:35:45 -0300 |
commit | 7242d6b1599b876334f70495c743ed35788f0625 (patch) | |
tree | 2fcf21789cf2cd74564332d4635a077392dbdc05 /npc/009-1 | |
parent | d0c86604a47aad5288e2bbe903699903be4c0259 (diff) | |
download | serverdata-7242d6b1599b876334f70495c743ed35788f0625.tar.gz serverdata-7242d6b1599b876334f70495c743ed35788f0625.tar.bz2 serverdata-7242d6b1599b876334f70495c743ed35788f0625.tar.xz serverdata-7242d6b1599b876334f70495c743ed35788f0625.zip |
Use a helper for Grand Hunter Quest
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/guards.txt | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index e0c4f8573..29912b017 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -15,32 +15,7 @@ next; mesn; mesq l("The path will be open when it's safe again for heavily armed travellers."); - if (GHQUEST) goto L_Assign; - close; - -L_Assign: - next; - //mesq l("Current Quest Progress: @@/10,000 kills", getq2(General_Hunter)); - mesn; - mes l("I represent the Halinarzo Hunters. We hunt Snakes."); - mes l("The great prize is @@ GP. It can be claimed with Aidan, on Tulimshar.", "250,000"); - if (getq(General_Hunter)) mes l("You are already hunting something else. Do you want to switch?"); - select - l("I'm not interested."), - rif(GHMEMO[2] < 10000,l("I'll hunt 10,000 snakes.")); - - switch (@menu) { - case 2: - GHMEMO[getq(General_Hunter)]=getq2(General_Hunter); - setq(General_Hunter, 2, GHMEMO[2]); - mesn; - mesq l("Good luck! Don't come back until you reach 10000 kills!"); - close; - break; - default: - close; - } - + if (GHQUEST) GHQ_Assign(Snake, "Halinarzo", "250.000 GP"); close; L_MKControl: |