diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 15:32:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 15:32:44 -0300 |
commit | f0d58e3c0c10f932f972b7adf151228f77cdc957 (patch) | |
tree | 000b283a94d7874e51f61f97fb62cb7f76b07401 /npc/023-3-1/logic.txt | |
parent | c94c900fbd374c83f773480f7d0d85de24ab71f2 (diff) | |
download | serverdata-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/logic.txt')
-rw-r--r-- | npc/023-3-1/logic.txt | 1 |
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); |