diff options
Diffstat (limited to 'npc/011-1/manastone.txt')
-rw-r--r-- | npc/011-1/manastone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |