From 6351a7e8107d8108bbad9174875b676e7e721a37 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 26 Jun 2018 18:17:20 -0300 Subject: Give experience to all Grand Hunters. Amount is the same, consistent. --- npc/003-1/aidan.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/003-1/aidan.txt') 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; -- cgit v1.2.3-60-g2f50