From dc03952118a1db29344ac1fab42516ce7da9cb1e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 9 Aug 2018 15:19:56 -0300 Subject: Reduce Job Experience penalty (for... reasons.) --- npc/011-1/manastone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/011-1') diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index df39a6409..9dd19feea 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -66,7 +66,7 @@ L_LevelUp: if (MAGIC_LVL) mes l("More Magic Power is granted to you, but you die from it."); MAGIC_LVL = MAGIC_LVL+1; // Magic Numbers work better - getexp readparam(NextBaseExp)*771/1000, readparam(NextJobExp)*500/1000; + getexp readparam(NextBaseExp)*771/1000, readparam(NextJobExp)*400/1000; // Non-magic numbers work bad //getexp readparam(NextBaseExp)*getbattleflag(death_penalty_base)/1000, readparam(NextJobExp)*getbattleflag(death_penalty_job)/1000; percentheal -100, -100; -- cgit v1.2.3-60-g2f50