summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/door.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2011-06-01 15:27:26 -0600
committerJared Adams <jaxad0127@gmail.com>2011-06-01 15:37:09 -0600
commit3d0823d5c9b56be5c3892c0a4e717f961cb93e69 (patch)
tree6545b29dbd08d81b57f9cb1f9f83df57ead489c2 /npc/027-2_Caretakers_House/door.txt
parentc6e448824925eec18edffffc7342399b73b6feb4 (diff)
downloadserverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.gz
serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.bz2
serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.xz
serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.zip
Change the Converter to use different folder names
And update everything to use it.
Diffstat (limited to 'npc/027-2_Caretakers_House/door.txt')
-rw-r--r--npc/027-2_Caretakers_House/door.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/027-2_Caretakers_House/door.txt b/npc/027-2_Caretakers_House/door.txt
deleted file mode 100644
index 630e0ee2..00000000
--- a/npc/027-2_Caretakers_House/door.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-027-2.gat,25,100,0 script #DoorIn 127,1,1,{
- set @Graveyard_Inn_MASK, NIBBLE_0_MASK;
- set @Graveyard_Inn_SHIFT, NIBBLE_0_SHIFT;
-
- set @reid, ((QUEST_Graveyard_Inn & @Graveyard_Inn_MASK) >> @Graveyard_Inn_SHIFT);
-
- if (@reid >= 6) goto L_Warp;
- message strcharinfo(0), "The door is locked.";
- end;
-
-L_Warp:
- warp "027-2.gat", 27, 99;
- end;
-}
-
-027-2.gat,26,99,0 script #DoorOut 127,1,1,{
- warp "027-2.gat", 23, 98;
- end;
-}