diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 23:59:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 23:59:35 -0300 |
commit | b5b329ac951792b9c9c6efb3583d1018aca5c7f9 (patch) | |
tree | a61593e64c035f574f0757757f312f6c8f6f36be /npc/003-1 | |
parent | e381bfd75ed2c664b1c980bd66271563a56301c2 (diff) | |
download | serverdata-b5b329ac951792b9c9c6efb3583d1018aca5c7f9.tar.gz serverdata-b5b329ac951792b9c9c6efb3583d1018aca5c7f9.tar.bz2 serverdata-b5b329ac951792b9c9c6efb3583d1018aca5c7f9.tar.xz serverdata-b5b329ac951792b9c9c6efb3583d1018aca5c7f9.zip |
Lufix Summer Quest Initial Version, w/o Sunglass and mostly sketch
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 7cd5db506..2f0530e7a 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -129,6 +129,12 @@ L_Finish: mesn; mesq l("Good job, here is 100,000 GP!"); close; + case 4: + setq General_Hunter, 0, 0; + Zeny=Zeny+1000000; + mesn; + mesq l("Good job, here is 1,000,000 GP!"); + close; } OnInit: |