From f6c9f55659f8344618b4ca0f04083f6e31baa92d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 21 Oct 2019 13:54:09 -0300 Subject: Moar typos --- npc/config/magic.txt | 2 +- npc/functions/hub.txt | 2 +- 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; } -- cgit v1.2.3-60-g2f50