summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-summon-mouboo.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-23 14:59:17 -0300
committerJesusaves <cpntb1@ymail.com>2020-11-23 14:59:17 -0300
commitdd2f72404c81de7918a693d8fab95bf06d137c84 (patch)
tree7f1219c581d401644e0f4afb391da3c38b017727 /world/map/npc/magic/level2-summon-mouboo.txt
parent60bce38f8de80eb50977cc96a01db96c7b8f25e4 (diff)
downloadserverdata-dd2f72404c81de7918a693d8fab95bf06d137c84.tar.gz
serverdata-dd2f72404c81de7918a693d8fab95bf06d137c84.tar.bz2
serverdata-dd2f72404c81de7918a693d8fab95bf06d137c84.tar.xz
serverdata-dd2f72404c81de7918a693d8fab95bf06d137c84.zip
Disable summoning magic in towns.
close serverdata!2
Diffstat (limited to 'world/map/npc/magic/level2-summon-mouboo.txt')
-rw-r--r--world/map/npc/magic/level2-summon-mouboo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/magic/level2-summon-mouboo.txt b/world/map/npc/magic/level2-summon-mouboo.txt
index 32adf500..dfa60e57 100644
--- a/world/map/npc/magic/level2-summon-mouboo.txt
+++ b/world/map/npc/magic/level2-summon-mouboo.txt
@@ -5,6 +5,7 @@
OnCast:
if(call("magic_checks")) end;
if (Sp < 35) end;
+ if (getmapflag(getmap(), MF_TOWN)) end;
if (getskilllv(SKILL_MAGIC) < .level) end;
if (getskilllv(.school) < .level) end;
if (countitem("MoubooFigurine") < 1 || countitem("Root") < 1) end;