diff options
-rw-r--r-- | npc/012-2/GonzoDark.txt | 2 | ||||
-rw-r--r-- | npc/012-2/Saulc.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-2/GonzoDark.txt b/npc/012-2/GonzoDark.txt index 23299bb45..db948a80d 100644 --- a/npc/012-2/GonzoDark.txt +++ b/npc/012-2/GonzoDark.txt @@ -32,7 +32,7 @@ L_Menu: L_Finish: delitem .itemID, 7; - getexp 2640, 0; // 7 / 8.0% = 88 kills * 120 xp = 10560 xp gained from killing. (25% bonus) + Zeny=Zeny+700; // 100 GP each getitem StrangeCoin, rand(1,7); .@q=getq(SQuest_Sponsor); setq1 SQuest_Sponsor, .@q | .questID; diff --git a/npc/012-2/Saulc.txt b/npc/012-2/Saulc.txt index 7814deb6f..53689d7b3 100644 --- a/npc/012-2/Saulc.txt +++ b/npc/012-2/Saulc.txt @@ -32,7 +32,7 @@ L_Menu: L_Finish: delitem .itemID, 7; - getexp 770, 0; // 7 / 4.1% = 171 kills * 52 xp = 3078 xp gained from killing. (25% bonus) + Zeny=Zeny+84; // 12 GP each getitem StrangeCoin, rand(1,7); .@q=getq(SQuest_Sponsor); setq1 SQuest_Sponsor, .@q | .questID; |