diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-20 21:35:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-20 21:35:14 -0300 |
commit | 48ea99f9d69ae8fa2f95536d6646388bf71d870d (patch) | |
tree | 666ec5e2f2cf8efe5f21aadb19a8dcd931bbf465 /npc/003-1 | |
parent | 661fc87ccfe253a4aa8a374d71cd54ffb7a88e6c (diff) | |
download | serverdata-48ea99f9d69ae8fa2f95536d6646388bf71d870d.tar.gz serverdata-48ea99f9d69ae8fa2f95536d6646388bf71d870d.tar.bz2 serverdata-48ea99f9d69ae8fa2f95536d6646388bf71d870d.tar.xz serverdata-48ea99f9d69ae8fa2f95536d6646388bf71d870d.zip |
Mobhunter Cleanup
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 951774eb8..6087b8789 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -189,15 +189,6 @@ OnInit: .sex = G_MALE; .distance = 5; end; - - -OnNPCKillEvent: - if (getq(General_Hunter) == 0) end; - - .@ghd=getq(General_Hunter); - if (killedrid == GHQ_GetMonsterIDByQuestID(.@ghd)) - setq2 General_Hunter, getq2(General_Hunter)+1; - end; } |