diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-20 12:48:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-20 12:48:29 -0300 |
commit | 6c0c075f16efcebdcb8265df27475c54acc5610b (patch) | |
tree | 0924ac90e79db89b2804a52d116308aafa155534 /npc/003-1 | |
parent | 7d91abc20099e908507d264aa9c64630ec27460d (diff) | |
download | serverdata-6c0c075f16efcebdcb8265df27475c54acc5610b.tar.gz serverdata-6c0c075f16efcebdcb8265df27475c54acc5610b.tar.bz2 serverdata-6c0c075f16efcebdcb8265df27475c54acc5610b.tar.xz serverdata-6c0c075f16efcebdcb8265df27475c54acc5610b.zip |
Miler is now part of GHQ (pretty basic reward, could use something else?)
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index e956da866..951774eb8 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -164,6 +164,15 @@ L_Finish: mesq l("And your rare, a @@! Enjoy!", getitemlink(PinkHelmet)); mesc l("Gained @@ XP", "15750"); close; + case Moggun: + setq General_Hunter, 0, 0; + Zeny=Zeny+150000; + getitem StrangeCoin, 60; + getexp 15750, 100; + mesn; + mesq l("Good job, here is 150,000 GP and 60 @@!", getitemlink(StrangeCoin)); + mesc l("Gained @@ XP", "15750"); + close; } mesc l("ILLEGAL SCRIPT POSITION REACHED, PLEASE REPORT.", 1); close; |