diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-06-15 21:57:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-06-15 21:57:22 -0300 |
commit | 5e6af4dab33a896c8c010da209a6ee4a0dddda52 (patch) | |
tree | 5c3f841389e396339db4f51fd2c49b36340006be /npc/017-9/npcs.txt | |
parent | 8ca2b375d0538504500d3ad8969c2c4882e9c96e (diff) | |
download | serverdata-5e6af4dab33a896c8c010da209a6ee4a0dddda52.tar.gz serverdata-5e6af4dab33a896c8c010da209a6ee4a0dddda52.tar.bz2 serverdata-5e6af4dab33a896c8c010da209a6ee4a0dddda52.tar.xz serverdata-5e6af4dab33a896c8c010da209a6ee4a0dddda52.zip |
Fix warps to Staff Room - I blame @Micksha for this bug :>
Diffstat (limited to 'npc/017-9/npcs.txt')
-rw-r--r-- | npc/017-9/npcs.txt | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/npc/017-9/npcs.txt b/npc/017-9/npcs.txt index 53d50682..d8a2d872 100644 --- a/npc/017-9/npcs.txt +++ b/npc/017-9/npcs.txt @@ -1,34 +1,37 @@ +// Contains the secret doors for staff room + 009-1,42,43,0 script #SecretDoor NPC32767,0,0,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; - gmlog "@warp 017-9"; - warp "017-9", 27, 23; + //gmlog "@warp 017-9"; + warp "017-9", 36, 26; + + 9, +3 end; } 020-1,60,76,0 script #SecretDoor2 NPC32767,0,0,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; gmlog "@warp 017-9"; - warp "017-9", 29, 21; + warp "017-9", 38, 24; end; } 001-1,54,119,0 script #SecretDoor3 NPC32767,0,0,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; gmlog "@warp 017-9"; - warp "017-9", 21, 21; + warp "017-9", 30, 24; end; } 027-2,46,111,0 script #SecretDoor4 NPC32767,0,0,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; gmlog "@warp 017-9"; - warp "017-9", 31, 21; + warp "017-9", 40, 24; end; } 029-1,34,96,0 script #SecretDoor5 NPC32767,0,0,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; gmlog "@warp 017-9"; - warp "017-9", 23, 21; + warp "017-9", 32, 24; end; } |