From bae4b92e560c2694eaaf0e8b4d9e95e56204471b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 18 Jun 2011 21:58:47 -0700 Subject: Move to a subdirectory --- npc/022-1/_import.txt | 9 --------- npc/022-1/_mobs.txt | 8 -------- npc/022-1/_warps.txt | 5 ----- npc/022-1/dock.txt | 6 ------ npc/022-1/ferry_master.txt | 16 ---------------- npc/022-1/mapflags.txt | 2 -- npc/022-1/tutorial.txt | 9 --------- 7 files changed, 55 deletions(-) delete mode 100644 npc/022-1/_import.txt delete mode 100644 npc/022-1/_mobs.txt delete mode 100644 npc/022-1/_warps.txt delete mode 100644 npc/022-1/dock.txt delete mode 100644 npc/022-1/ferry_master.txt delete mode 100644 npc/022-1/mapflags.txt delete mode 100644 npc/022-1/tutorial.txt (limited to 'npc/022-1') diff --git a/npc/022-1/_import.txt b/npc/022-1/_import.txt deleted file mode 100644 index fe6db9f9..00000000 --- a/npc/022-1/_import.txt +++ /dev/null @@ -1,9 +0,0 @@ -// Map 022-1: Tulimshar -// This file is generated automatically. All manually changes will be removed when running the Converter. -map: 022-1.gat -npc: npc/022-1/_mobs.txt -npc: npc/022-1/_warps.txt -npc: npc/022-1/dock.txt -npc: npc/022-1/ferry_master.txt -npc: npc/022-1/mapflags.txt -npc: npc/022-1/tutorial.txt diff --git a/npc/022-1/_mobs.txt b/npc/022-1/_mobs.txt deleted file mode 100644 index a61eb346..00000000 --- a/npc/022-1/_mobs.txt +++ /dev/null @@ -1,8 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// Tulimshar mobs - - - -022-1.gat,0,0,0 script Mob022-1 -1,{ - end; -} diff --git a/npc/022-1/_warps.txt b/npc/022-1/_warps.txt deleted file mode 100644 index 38e63696..00000000 --- a/npc/022-1/_warps.txt +++ /dev/null @@ -1,5 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// Tulimshar warps - -022-1.gat,72,108 warp ToCentralTulimshar 3,-1,021-1.gat,73,21 -022-1.gat,113,108 warp ToCentralTulimshar 3,-1,021-1.gat,113,21 diff --git a/npc/022-1/dock.txt b/npc/022-1/dock.txt deleted file mode 100644 index 72d28486..00000000 --- a/npc/022-1/dock.txt +++ /dev/null @@ -1,6 +0,0 @@ -// The ferry dock - -022-1.gat,84,72,0 script #tulimshardock 127,6,1,{ - set @loc, DOCK_tulimshar; - callfunc "Ferry"; -} diff --git a/npc/022-1/ferry_master.txt b/npc/022-1/ferry_master.txt deleted file mode 100644 index a1d9d69a..00000000 --- a/npc/022-1/ferry_master.txt +++ /dev/null @@ -1,16 +0,0 @@ -// - -022-1.gat,73,71,0 script Ferry Master 138,{ - mes "[Ferry Master]"; - mes "\"Hello! Do you need something?\""; - next; - menu - "How do I use the ferry?", L_Explain, - "Nothing I guess", -; - close; - -L_Explain: - mes "[Ferry Master]"; - mes "\"You'll step up on the dock and select your destination. Each destination has an associated price that you need to pay. You don't have to go anywhere. Choosing the current port will result in nothing.\""; - close; -} diff --git a/npc/022-1/mapflags.txt b/npc/022-1/mapflags.txt deleted file mode 100644 index f1b0444b..00000000 --- a/npc/022-1/mapflags.txt +++ /dev/null @@ -1,2 +0,0 @@ -022-1.gat mapflag no_player_drops -022-1.gat mapflag town diff --git a/npc/022-1/tutorial.txt b/npc/022-1/tutorial.txt deleted file mode 100644 index a0166921..00000000 --- a/npc/022-1/tutorial.txt +++ /dev/null @@ -1,9 +0,0 @@ -// This file is part of the Tutorial -// Author: Jenalya -// if you enter the tutorial area, it is set to be already done - -022-1.gat,19,37,0 script #tutorial 127,0,2{ - set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; - warp "042-1.gat", 114, 76; - end; -} -- cgit v1.2.3-70-g09d2