diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 03:23:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 03:23:44 -0300 |
commit | 7bf19a7f0eb61006559cbf3f7ba60926e4cbd7e6 (patch) | |
tree | 70d46cebaebaaf36952ca1a7a8220e402228048f /npc/011-1/manastone.txt | |
parent | f902ae0e94414c0d49d538d07f6dcadeca8ca998 (diff) | |
download | serverdata-7bf19a7f0eb61006559cbf3f7ba60926e4cbd7e6.tar.gz serverdata-7bf19a7f0eb61006559cbf3f7ba60926e4cbd7e6.tar.bz2 serverdata-7bf19a7f0eb61006559cbf3f7ba60926e4cbd7e6.tar.xz serverdata-7bf19a7f0eb61006559cbf3f7ba60926e4cbd7e6.zip |
Nullify death penalty effects on Mana Stone
Diffstat (limited to 'npc/011-1/manastone.txt')
-rw-r--r-- | npc/011-1/manastone.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index 711cf44b5..d8a105e47 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -61,6 +61,7 @@ L_LevelUp: if (!MAGIC_LVL) mes l("Magic Power is granted to you, but you die from it."); if (MAGIC_LVL) mes l("More Magic Power is granted to you, but you die from it."); MAGIC_LVL = MAGIC_LVL+1; + getexp readparam(NextBaseExp)*getbattleflag(death_penalty_base)/1000, readparam(NextJobExp)*getbattleflag(death_penalty_job)/1000; percentheal -100, -100; close; |