diff options
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/functions/mobpoint.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9d3199576..1e1c1d497 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7325,7 +7325,7 @@ mob_db: ( Lv: 150 Hp: 38713 Sp: 1665 - Exp: 6500 + Exp: 65000 JExp: 2100 AttackRange: 1 Attack: [195, 700] diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index cc296f417..c89903b3f 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -22,7 +22,7 @@ function script mobpoint { OnNPCKillEvent: if (killedrid == MonsterKing) { announce "An illusionary monster king was killed.", bc_all | bc_pc; - getexp min(700000, BaseLevel**3), 0; + getexp min(641500, BaseLevel**3), 0; } // Remove undue Job exp |