summaryrefslogtreecommitdiff
path: root/world/map/npc/026-1
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-10-30 13:37:33 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-10-30 13:37:33 -0700
commitb2a2b2154e9b6ad235458f853fd7049525dba9e8 (patch)
tree041f927f0b5642039543dc700a9e69c8671e3000 /world/map/npc/026-1
parent0de5ecad9758520e3c5e3f2490decf8a5c2019dc (diff)
downloadserverdata-b2a2b2154e9b6ad235458f853fd7049525dba9e8.tar.gz
serverdata-b2a2b2154e9b6ad235458f853fd7049525dba9e8.tar.bz2
serverdata-b2a2b2154e9b6ad235458f853fd7049525dba9e8.tar.xz
serverdata-b2a2b2154e9b6ad235458f853fd7049525dba9e8.zip
remove unequipbyid until unequipcb is merged and don't make quest logic dependent on debugv2013.10.30
Diffstat (limited to 'world/map/npc/026-1')
-rw-r--r--world/map/npc/026-1/munro.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/world/map/npc/026-1/munro.txt b/world/map/npc/026-1/munro.txt
index 5db5709d..1151e3b8 100644
--- a/world/map/npc/026-1/munro.txt
+++ b/world/map/npc/026-1/munro.txt
@@ -37,7 +37,6 @@ L_Nothing:
L_Exit:
close;
- end;
}
026-1.gat,25,37,0|script|#AnnualHalloween|-1,
@@ -65,7 +64,7 @@ OnTimer1000:
L_enablemunro:
enablenpc "Munro";
goto L_End;
-
+
L_disablemunro:
disablenpc "Munro";
@@ -76,13 +75,13 @@ L_End:
function|script|CheckMunro|,
{
- if ((gettime(6) == 10 && gettime(5) >= 27) || (gettime(6) == 11 && gettime(5) <= 5) || debug)
+ if ((gettime(6) == 10 && gettime(5) >= 27) || (gettime(6) == 11 && gettime(5) <= 5))
goto L_Return;
- if ((gettime(6) == 12 && gettime(5) >= 23) || (gettime(6) == 12 && gettime(5) <= 26) || debug)
+ if ((gettime(6) == 12 && gettime(5) >= 23) || (gettime(6) == 12 && gettime(5) <= 26))
goto L_Return;
- unequipbyid @slotId;
+ // unequipbyid @slotId;
L_Return:
return;