summaryrefslogtreecommitdiff
path: root/npc/003-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-06 17:15:48 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-06 17:15:48 -0300
commitcd2361622ed79e15b562e69f3195e9ee3eb5b3c4 (patch)
tree778d57bb571e81601d23afc4c4ea7ec2b2928b38 /npc/003-3
parent4b369fbbf0a52f0310661607fbe2b1d96ecfd42c (diff)
downloadserverdata-cd2361622ed79e15b562e69f3195e9ee3eb5b3c4.tar.gz
serverdata-cd2361622ed79e15b562e69f3195e9ee3eb5b3c4.tar.bz2
serverdata-cd2361622ed79e15b562e69f3195e9ee3eb5b3c4.tar.xz
serverdata-cd2361622ed79e15b562e69f3195e9ee3eb5b3c4.zip
Nerf heavily the score for level and job level in Lightbringer
Diffstat (limited to 'npc/003-3')
-rw-r--r--npc/003-3/malindou.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 94eefb26f..c8c28f2df 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -739,8 +739,8 @@ OnInit:
if (.@score < 2)
continue;
// Level matrice
- .@score += min(15, .@blvl / 10);
- .@score += min(15, .@jlvl / 10);
+ .@score += min( 5, .@blvl / 30);
+ .@score += min(10, .@jlvl / 15);
// You're also disqualified if you have no chance to win the race
if (.@score <= (.@wscore - 57))
continue;