summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-07 14:47:04 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-07 14:47:04 -0200
commit4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25 (patch)
tree8c74f77b519a0861314a187a383bd1056a54ec48
parent395ac771b4ab63c7937f3a88401b97b1e341304c (diff)
downloadserverdata-4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25.tar.gz
serverdata-4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25.tar.bz2
serverdata-4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25.tar.xz
serverdata-4b832d3bc2c887fbfb3aec2c2ab69871ac2e6e25.zip
Move 58.500 xp from Monster King MVP to be split among all attackers.
New monster shared exp: 65.000xp. New MVP exp: BaseLevel**3. When MVP level is >= 87: 641.000 MVP xp
-rw-r--r--db/re/mob_db.conf2
-rw-r--r--npc/functions/mobpoint.txt2
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