diff options
Diffstat (limited to 'npc/017-9')
-rw-r--r-- | npc/017-9/_import.txt | 5 | ||||
-rw-r--r-- | npc/017-9/_warps.txt | 7 | ||||
-rwxr-xr-x | npc/017-9/mapflags.txt | 1 | ||||
-rwxr-xr-x | npc/017-9/npcs.txt | 34 |
4 files changed, 47 insertions, 0 deletions
diff --git a/npc/017-9/_import.txt b/npc/017-9/_import.txt new file mode 100644 index 00000000..17163a12 --- /dev/null +++ b/npc/017-9/_import.txt @@ -0,0 +1,5 @@ +// Map 017-9: GM Lounge +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/017-9/_warps.txt", +"npc/017-9/mapflags.txt", +"npc/017-9/npcs.txt", diff --git a/npc/017-9/_warps.txt b/npc/017-9/_warps.txt new file mode 100644 index 00000000..daee3206 --- /dev/null +++ b/npc/017-9/_warps.txt @@ -0,0 +1,7 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 017-9: GM Lounge warps +017-9,29,20,0 warp #017-9_29_20 0,0,020-1,60,75 +017-9,26,21,0 warp #017-9_26_21 0,0,009-1,43,45 +017-9,21,20,0 warp #017-9_21_20 0,0,001-1,54,118 +017-9,31,20,0 warp #017-9_31_20 0,0,027-2,46,110 +017-9,23,20,0 warp #017-9_23_20 0,0,029-1,34,95 diff --git a/npc/017-9/mapflags.txt b/npc/017-9/mapflags.txt new file mode 100755 index 00000000..5c673860 --- /dev/null +++ b/npc/017-9/mapflags.txt @@ -0,0 +1 @@ +//017-9 mapflag resave 017-9,26,25 diff --git a/npc/017-9/npcs.txt b/npc/017-9/npcs.txt new file mode 100755 index 00000000..b1257a7d --- /dev/null +++ b/npc/017-9/npcs.txt @@ -0,0 +1,34 @@ +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; + 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; + end; +} + +001-1,54,118,0 script #SecretDoor3 NPC32767,0,0,{ + if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; + gmlog "@warp 017-9"; + warp "017-9", 21, 21; + end; +} + +027-2,118,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; + 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; + end; +} |