From bffb946e37b24b5ef6276ee0ab9ac6509aed0783 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 May 2020 09:58:15 -0300 Subject: Fix Mana Stone Death Penalty --- npc/011-1/manastone.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc') diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index f413acf38..dcc4142c7 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -75,9 +75,12 @@ L_LevelUp: MAGIC_LVL = MAGIC_LVL+1; sk_lvup(AL_DP); // No penalty for death provoked by Mana Stone, see npc/001-8/hub.txt for more info + sc_start SC_CASH_DEATHPENALTY, 1000, 1; + /* @deathpenalty_realvalue=readparam(BaseExp); @deathpenalty_realvaljob=readparam(JobExp); @deathpenalty_override=1; + */ die(); close; -- cgit v1.2.3-60-g2f50