diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 13:54:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 13:54:09 -0300 |
commit | f6c9f55659f8344618b4ca0f04083f6e31baa92d (patch) | |
tree | 518f20c483c34f0f7ebaaf986c29281a2d87e39e /npc | |
parent | 36d561abde4edb8f2edac90fca3cdaa42dc754fe (diff) | |
download | serverdata-f6c9f55659f8344618b4ca0f04083f6e31baa92d.tar.gz serverdata-f6c9f55659f8344618b4ca0f04083f6e31baa92d.tar.bz2 serverdata-f6c9f55659f8344618b4ca0f04083f6e31baa92d.tar.xz serverdata-f6c9f55659f8344618b4ca0f04083f6e31baa92d.zip |
Moar typos
Diffstat (limited to 'npc')
-rw-r--r-- | npc/config/magic.txt | 2 | ||||
-rw-r--r-- | 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; } |