summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2011-01-29 07:08:49 -0500
committernmaligec <wouldnot@hotmail.com>2011-01-29 07:08:49 -0500
commit5068c23aaf3557cbef08a8344d6f4f1733d149a5 (patch)
tree892b81bdc9eca22e4f5690f4c2dd280e24aab5b8 /npc/001-1_Tulimshar
parentbcadebe2268deb92e7392efc9e29790b3c1d5a9f (diff)
downloadserverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.tar.gz
serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.tar.bz2
serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.tar.xz
serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.zip
second last commit: crypt tileset and other misc graphic updates.
Removed windows CR from some files to comply with unix EOL. Removed debugroom completely. Someone keeps pushing 027-4_Inner_Chanmber instead of 027-4_Reaper. I just switched my working directories to match the inner chamber naming.
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r--npc/001-1_Tulimshar/_import.txt1
-rw-r--r--npc/001-1_Tulimshar/tester.txt25
2 files changed, 0 insertions, 26 deletions
diff --git a/npc/001-1_Tulimshar/_import.txt b/npc/001-1_Tulimshar/_import.txt
index 6778edf3..b7ea36c1 100644
--- a/npc/001-1_Tulimshar/_import.txt
+++ b/npc/001-1_Tulimshar/_import.txt
@@ -21,6 +21,5 @@ npc: npc/001-1_Tulimshar/rewards_master.txt
npc: npc/001-1_Tulimshar/sandra.txt
npc: npc/001-1_Tulimshar/sarah.txt
npc: npc/001-1_Tulimshar/soul-menhir.txt
-//npc: npc/001-1_Tulimshar/tester.txt
npc: npc/001-1_Tulimshar/trader.txt
npc: npc/001-1_Tulimshar/vincent.txt
diff --git a/npc/001-1_Tulimshar/tester.txt b/npc/001-1_Tulimshar/tester.txt
deleted file mode 100644
index 56408b9b..00000000
--- a/npc/001-1_Tulimshar/tester.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-//testing server instant level and item NPC
-
-001-1.gat,21,25,0 script Mr. Invisible#todebug 127,{
-L_Debug:
- mes "[Mr. Invisible]";
- mes "\"Do you want to go to the debug room?\"";
- menu
- "Send me there right away!", L_Go,
- "Debug room? What's that?", L_Explain,
- "No way, I'm staying right here.", -;
- mes "[Mr. Invisible]";
- mes "\"If you want to go later on just talk to me again.\"";
- close;
-
-L_Go:
- warp "debugroom.gat",25,25;
- mes "Welcome to the dbug room. Help test everything!";
- close;
-
-L_Explain:
- mes "[Mr. Invisible]";
- mes "\"Its a room full of de bugs.\"";
- next;
- goto L_Debug;
-} \ No newline at end of file