diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 12:36:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 12:36:50 -0300 |
commit | a5183a38dd8d74fd1eb52b6f78236b725dcb9a87 (patch) | |
tree | ed5e414e7b0fd8035eecbc4d47d1228464d9240c /npc/003-1 | |
parent | 7242d6b1599b876334f70495c743ed35788f0625 (diff) | |
download | serverdata-a5183a38dd8d74fd1eb52b6f78236b725dcb9a87.tar.gz serverdata-a5183a38dd8d74fd1eb52b6f78236b725dcb9a87.tar.bz2 serverdata-a5183a38dd8d74fd1eb52b6f78236b725dcb9a87.tar.xz serverdata-a5183a38dd8d74fd1eb52b6f78236b725dcb9a87.zip |
Prepare GHQ: Scorpions. But no NPC assign this yet.
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 415cf9bd6..09dda89e5 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -123,6 +123,12 @@ L_Finish: mesn; mesq l("Good job, here is 250,000 GP!"); close; + case 3: + setq General_Hunter, 0, 0; + Zeny=Zeny+100000; + mesn; + mesq l("Good job, here is 100,000 GP!"); + close; } OnInit: |