diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-09 18:55:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-09 18:55:46 -0300 |
commit | 307a0ba4c5042eb3999ba4ebd9446d070870937e (patch) | |
tree | 5ca9db3c393b3d981c8606cdcbb620e6a19b5c23 /npc | |
parent | 0f22323bdf763b5aab905503b34c05fea1372f50 (diff) | |
download | serverdata-307a0ba4c5042eb3999ba4ebd9446d070870937e.tar.gz serverdata-307a0ba4c5042eb3999ba4ebd9446d070870937e.tar.bz2 serverdata-307a0ba4c5042eb3999ba4ebd9446d070870937e.tar.xz serverdata-307a0ba4c5042eb3999ba4ebd9446d070870937e.zip |
Nerf AFKing job experience gain
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-1/professor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index a4d7737b4..dff4fa9aa 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -56,7 +56,7 @@ OnSpeeching: if (is_between(2, .@maxafk, checkidle())) { .@sk=getskilllv(TMW2_SPEECH); .@bxp=min(1+.@sk, 12); - .@jxp=min(1+(.@sk/2), 6); + .@jxp=min(1+(.@sk/3), 6); getexp .@bxp, .@jxp; |