summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/config/magic.txt2
-rw-r--r--npc/functions/hub.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt
index 244777e79..9f0282fc4 100644
--- a/npc/config/magic.txt
+++ b/npc/config/magic.txt
@@ -120,7 +120,7 @@ function script SK_summon {
.@mob=getarg(0);
.@amt=getarg(1);
.@mex=getarg(2);
- if ($@GM_OVERRIDE || debug) debugmes "Skill "+@skillId;
+ if ($@GM_OVERRIDE || debug) debugmes "Skill "+@skillId+" Lv "+@skillLv;
if (rand2(1,6) < abizit()+1) {
// Summon Magic (with magic level bonus)
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index a306fe883..c72c1aec0 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -197,7 +197,7 @@ function script HUB_SkillInvoke {
SK_zarkor();
break;
case TMW2_KALMURK:
- SK_summon(Maggot, MAGIC_LVL+getskilllv(@sk)-1, 2);
+ SK_summon(Maggot, 2, abizit()+1);
break;
}