diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-14 11:06:11 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-14 11:06:11 -0200 |
commit | 5cc1535c48a2f255e5449fd4b7cce62a37d46761 (patch) | |
tree | ca27f8059c3d34ce7338acb3d8ed3ca9d9843e3d /npc/003-1/aidan.txt | |
parent | 07eeaa78fcf69750b6f8f7ad759c512e93f2500d (diff) | |
download | serverdata-5cc1535c48a2f255e5449fd4b7cce62a37d46761.tar.gz serverdata-5cc1535c48a2f255e5449fd4b7cce62a37d46761.tar.bz2 serverdata-5cc1535c48a2f255e5449fd4b7cce62a37d46761.tar.xz serverdata-5cc1535c48a2f255e5449fd4b7cce62a37d46761.zip |
Redesign mob hunter quest entirely. It's now fully dependent on Pet Detective.
Diffstat (limited to 'npc/003-1/aidan.txt')
-rw-r--r-- | npc/003-1/aidan.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 8d7d4f481..398e0723e 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -76,7 +76,6 @@ if (getq(General_Hunter) == 0 && !GHQUEST) goto L_Register; if (getq(General_Hunter) == 0) goto L_Assign; mes ""; - if (getq2(General_Hunter) >= 10000) goto L_Finish; goto L_Assign; close; // Will never be reach. @@ -112,10 +111,6 @@ L_Assign: end; -L_Finish: - GHQ_GetRewardsOnCompletion(); - close; - OnInit: .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); |