diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-26 18:17:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-26 18:17:20 -0300 |
commit | 6351a7e8107d8108bbad9174875b676e7e721a37 (patch) | |
tree | a4ea30d78b3297e12a3bbf06b10d84d9de005595 | |
parent | 8b1150ea7e9477465507cc018969c28c33077d63 (diff) | |
download | serverdata-6351a7e8107d8108bbad9174875b676e7e721a37.tar.gz serverdata-6351a7e8107d8108bbad9174875b676e7e721a37.tar.bz2 serverdata-6351a7e8107d8108bbad9174875b676e7e721a37.tar.xz serverdata-6351a7e8107d8108bbad9174875b676e7e721a37.zip |
Give experience to all Grand Hunters. Amount is the same, consistent.
-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; |