From 52afebd44f8e9169fc38be869e84d2ae8e97e1c6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Jan 2019 00:51:29 -0200 Subject: Really Implement death penalty override handler, @deathpenalty_override Accepted input: (0: full penalty) (1: No penalty) (2: Half penalty) --- npc/011-1/manastone.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'npc/011-1') diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index ba3e07f9c..a90de1c99 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -72,10 +72,8 @@ 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; - // Magic Numbers work better - 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; + // No penalty for death provoked by Mana Stone, see npc/001-8/hub.txt for more info + @deathpenalty_override=1; percentheal -100, -100; close; -- cgit v1.2.3-60-g2f50