diff options
Diffstat (limited to 'npc/003-1/aidan.txt')
-rw-r--r-- | npc/003-1/aidan.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index f238b93e8..11475487c 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -123,12 +123,14 @@ L_Finish: setq General_Hunter, 0, 0; Zeny=Zeny+350000; geitem StrangeCoin, 100; + getexp 15750, 100; mesn; mesq l("Good job, here is 350,000 GP and 100 @@!", getitemlink(StrangeCoin)); close; case 3: setq General_Hunter, 0, 0; Zeny=Zeny+100000; + getexp 15750, 100; mesn; mesq l("Good job, here is 100,000 GP!"); close; @@ -136,6 +138,7 @@ L_Finish: setq General_Hunter, 0, 0; Zeny=Zeny+250000; geitem StrangeCoin, 100; + getexp 15750, 100; mesn; mesq l("Good job, here is 250,000 GP and 100 @@!", getitemlink(StrangeCoin)); close; |