summaryrefslogtreecommitdiff
path: root/npc/011-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-19 18:06:29 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-19 18:06:29 -0300
commitc76ffc44c9cd3bef7132faefcdf94c1d9469491b (patch)
tree461a8d9289ab7e5d85dde2bd9af198cf71e6bd8a /npc/011-1
parentacd03d6f8ce35fcd88455655756db196aa3e1ba0 (diff)
downloadserverdata-c76ffc44c9cd3bef7132faefcdf94c1d9469491b.tar.gz
serverdata-c76ffc44c9cd3bef7132faefcdf94c1d9469491b.tar.bz2
serverdata-c76ffc44c9cd3bef7132faefcdf94c1d9469491b.tar.xz
serverdata-c76ffc44c9cd3bef7132faefcdf94c1d9469491b.zip
Touching Mana Stones will now add you Divine Protection Skill (1 level/touch)
Diffstat (limited to 'npc/011-1')
-rw-r--r--npc/011-1/manastone.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt
index e4a2255e9..53be3b59f 100644
--- a/npc/011-1/manastone.txt
+++ b/npc/011-1/manastone.txt
@@ -73,6 +73,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;
+ sk_lvup(AL_DP);
// No penalty for death provoked by Mana Stone, see npc/001-8/hub.txt for more info
@deathpenalty_realvalue=readparam(BaseExp);
@deathpenalty_realvaljob=readparam(JobExp);