diff options
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/026-1/munro.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/026-1/munro.txt b/world/map/npc/026-1/munro.txt index d5498389..d1419a70 100644 --- a/world/map/npc/026-1/munro.txt +++ b/world/map/npc/026-1/munro.txt @@ -53,6 +53,9 @@ OnTimer1000: if ((gettime(6) == 9 && gettime(5) >= 27) || (gettime(6) == 10 && gettime(5) <= 5) || debug) set $@isHalloween, 1; + if ((gettime(6) == 11 && gettime(5) >= 23) || (gettime(6) == 11 && gettime(5) <= 26) || debug) + set $@isHalloween, 1; + if ($@isHalloween) goto L_enablemunro; @@ -76,6 +79,9 @@ function|script|CheckMunro|, if ((gettime(6) == 9 && gettime(5) >= 27) || (gettime(6) == 10 && gettime(5) <= 5) || debug) goto L_Return; + if ((gettime(6) == 11 && gettime(5) >= 23) || (gettime(6) == 11 && gettime(5) <= 26) || debug) + goto L_Return; + unequipbyid @slotId; L_Return: |