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 --- world/map/npc/022-1/_import.txt | 9 +++++++++ world/map/npc/022-1/_mobs.txt | 8 ++++++++ world/map/npc/022-1/_warps.txt | 5 +++++ world/map/npc/022-1/dock.txt | 6 ++++++ world/map/npc/022-1/ferry_master.txt | 16 ++++++++++++++++ world/map/npc/022-1/mapflags.txt | 2 ++ world/map/npc/022-1/tutorial.txt | 9 +++++++++ 7 files changed, 55 insertions(+) create mode 100644 world/map/npc/022-1/_import.txt create mode 100644 world/map/npc/022-1/_mobs.txt create mode 100644 world/map/npc/022-1/_warps.txt create mode 100644 world/map/npc/022-1/dock.txt create mode 100644 world/map/npc/022-1/ferry_master.txt create mode 100644 world/map/npc/022-1/mapflags.txt create mode 100644 world/map/npc/022-1/tutorial.txt (limited to 'world/map/npc/022-1') diff --git a/world/map/npc/022-1/_import.txt b/world/map/npc/022-1/_import.txt new file mode 100644 index 00000000..fe6db9f9 --- /dev/null +++ b/world/map/npc/022-1/_import.txt @@ -0,0 +1,9 @@ +// 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/world/map/npc/022-1/_mobs.txt b/world/map/npc/022-1/_mobs.txt new file mode 100644 index 00000000..a61eb346 --- /dev/null +++ b/world/map/npc/022-1/_mobs.txt @@ -0,0 +1,8 @@ +// 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/world/map/npc/022-1/_warps.txt b/world/map/npc/022-1/_warps.txt new file mode 100644 index 00000000..38e63696 --- /dev/null +++ b/world/map/npc/022-1/_warps.txt @@ -0,0 +1,5 @@ +// 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/world/map/npc/022-1/dock.txt b/world/map/npc/022-1/dock.txt new file mode 100644 index 00000000..72d28486 --- /dev/null +++ b/world/map/npc/022-1/dock.txt @@ -0,0 +1,6 @@ +// The ferry dock + +022-1.gat,84,72,0 script #tulimshardock 127,6,1,{ + set @loc, DOCK_tulimshar; + callfunc "Ferry"; +} diff --git a/world/map/npc/022-1/ferry_master.txt b/world/map/npc/022-1/ferry_master.txt new file mode 100644 index 00000000..a1d9d69a --- /dev/null +++ b/world/map/npc/022-1/ferry_master.txt @@ -0,0 +1,16 @@ +// + +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/world/map/npc/022-1/mapflags.txt b/world/map/npc/022-1/mapflags.txt new file mode 100644 index 00000000..f1b0444b --- /dev/null +++ b/world/map/npc/022-1/mapflags.txt @@ -0,0 +1,2 @@ +022-1.gat mapflag no_player_drops +022-1.gat mapflag town diff --git a/world/map/npc/022-1/tutorial.txt b/world/map/npc/022-1/tutorial.txt new file mode 100644 index 00000000..a0166921 --- /dev/null +++ b/world/map/npc/022-1/tutorial.txt @@ -0,0 +1,9 @@ +// 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-60-g2f50