summaryrefslogtreecommitdiff
path: root/npc/023-3-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-13 15:32:44 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-13 15:32:44 -0300
commitf0d58e3c0c10f932f972b7adf151228f77cdc957 (patch)
tree000b283a94d7874e51f61f97fb62cb7f76b07401 /npc/023-3-1
parentc94c900fbd374c83f773480f7d0d85de24ab71f2 (diff)
downloadserverdata-f0d58e3c0c10f932f972b7adf151228f77cdc957.tar.gz
serverdata-f0d58e3c0c10f932f972b7adf151228f77cdc957.tar.bz2
serverdata-f0d58e3c0c10f932f972b7adf151228f77cdc957.tar.xz
serverdata-f0d58e3c0c10f932f972b7adf151228f77cdc957.zip
Allow manaplus 30ms to notice the forced warp.
NOTE: You are invulnerable and cannot move during said 30ms
Diffstat (limited to 'npc/023-3-1')
-rw-r--r--npc/023-3-1/logic.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt
index 42d223d8b..df1b65d27 100644
--- a/npc/023-3-1/logic.txt
+++ b/npc/023-3-1/logic.txt
@@ -116,6 +116,7 @@ OnEvent01:
// Block everyone for cutscene (includes invencibility boost)
setpcblock(255, true);
+ sleep2(30);
sc_start(SC_STUN, 7500, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, @ISBAMUTH);
sc_start(SC_STUN, 7500, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, .@g1);
sc_start(SC_STUN, 7500, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, .@g2);