summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-summon-mouboo.txt
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-09-16 03:25:04 +0200
committerHoraK-FDF <horak-fdf@web.de>2022-09-16 03:25:04 +0200
commit5d12bfc67aa59cfed4aa141db16c5c036ebbdfa3 (patch)
tree8cec2e2dd1eddcd62187295a5c032264dfd2ec35 /world/map/npc/magic/level2-summon-mouboo.txt
parent6256685d330bf4f0a540a8e1df7746a84bfbcb16 (diff)
downloadserverdata-5d12bfc67aa59cfed4aa141db16c5c036ebbdfa3.tar.gz
serverdata-5d12bfc67aa59cfed4aa141db16c5c036ebbdfa3.tar.bz2
serverdata-5d12bfc67aa59cfed4aa141db16c5c036ebbdfa3.tar.xz
serverdata-5d12bfc67aa59cfed4aa141db16c5c036ebbdfa3.zip
summon/spell event fixes
Diffstat (limited to 'world/map/npc/magic/level2-summon-mouboo.txt')
-rw-r--r--world/map/npc/magic/level2-summon-mouboo.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/magic/level2-summon-mouboo.txt b/world/map/npc/magic/level2-summon-mouboo.txt
index dfa60e57..13d9cfb0 100644
--- a/world/map/npc/magic/level2-summon-mouboo.txt
+++ b/world/map/npc/magic/level2-summon-mouboo.txt
@@ -9,6 +9,10 @@ OnCast:
if (getskilllv(SKILL_MAGIC) < .level) end;
if (getskilllv(.school) < .level) end;
if (countitem("MoubooFigurine") < 1 || countitem("Root") < 1) end;
+ if (getmap() == "033-1") goto L_SpecialRules6;
+ goto L_Pay;
+
+L_Pay:
delitem "MoubooFigurine", 1;
delitem "Root", 1;
set @_M_BLOCK, 1; // block casting, until the timer clears it
@@ -48,6 +52,12 @@ S_SummonAll:
if (.@i < .count) goto S_SummonAll;
destroy;
+L_SpecialRules6:
+ if ($@KIMARR_EVENT < 1) goto L_Pay;
+ if ($@Fluffy_FighterID == BL_ID) goto L_Pay;
+ message strcharinfo(0), "You can't summon here unless hunting fluffies.";
+ end;
+
OnInit:
set .school, SKILL_MAGIC_ASTRAL;
set .invocation$, chr(MAGIC_SYMBOL) + "kalboo"; // used in npcs that refer to this spell