summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-15 00:59:10 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-15 00:59:10 -0300
commite6b29baea7ec3a54f30c5360e9ffd04b16f2d221 (patch)
tree02c4841a33303b8b997cddf2ad4d51e649700c4a /npc/025-1
parent539ad6d5005127e7071178c28e4c5256f1072073 (diff)
downloadserverdata-e6b29baea7ec3a54f30c5360e9ffd04b16f2d221.tar.gz
serverdata-e6b29baea7ec3a54f30c5360e9ffd04b16f2d221.tar.bz2
serverdata-e6b29baea7ec3a54f30c5360e9ffd04b16f2d221.tar.xz
serverdata-e6b29baea7ec3a54f30c5360e9ffd04b16f2d221.zip
[skip ci] nerf job experience gain from defeating the Monster Governor in 20%
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ctrl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index 6e855e772..808e385e4 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -477,9 +477,9 @@ OnConquest:
// Clean up the remainders of the fight
FTCleanup(true);
kamibroadcast("Fortress Town has been captured by the Allied Forces!");
- // Experience injection to the brave (500k EXP, 100k JEXP)
+ // Experience injection to the brave (500k EXP, 80k JEXP)
if (playerattached()) {
- getexp 500000, 100000;
+ getexp 500000, 80000;
getitem StrangeCoin, rand2(40,50);
specialeffect(FX_FANFARE, AREA, getcharid(3));
}