summaryrefslogtreecommitdiff
path: root/npc/magic/kalmurk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/kalmurk.txt')
-rw-r--r--npc/magic/kalmurk.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/magic/kalmurk.txt b/npc/magic/kalmurk.txt
index aea4fde5e..8d837d0d5 100644
--- a/npc/magic/kalmurk.txt
+++ b/npc/magic/kalmurk.txt
@@ -45,10 +45,10 @@ OnCall:
@kalmurk_at=gettimetick(2);
@kalmurk_at=@kalmurk_at+16;
- if (rand(0,5) < abizit()+1) {
+ if (rand(1,6) < abizit()+1) {
// Summon Magic
- // SummonMagic(SkillID, MobID{, MobPerSkillLevel=2{, Level Override}})
- SummonMagic(@sk, Maggot, 2, MAGIC_LVL+getskilllv(@sk));
+ // SummonMagic(SkillID, MobID{, SkillLevelPerMob=2{, Level Override}})
+ SummonMagic(@sk, Maggot, 2, MAGIC_LVL+getskilllv(@sk)-1);
}
// Get a single mana experience point (this is NOT used by Soul Menhir)