From ccb6634a79c52021c4a918f7a63a3b9c2b02fafa Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 7 Mar 2009 11:47:45 -0700 Subject: Add some new maps Includes some indoors for Central Tulimshar, Tulimshar Canyon, and an indoor for Tulimshar Canyon. --- npc/021-2_Tulimshar/_import.txt | 3 +++ npc/021-2_Tulimshar/_warps.txt | 11 +++++++++ npc/021-2_Tulimshar/bakery.txt | 38 +++++++++++++++++++++++++++++ npc/021-2_Tulimshar/government_building.txt | 29 ++++++++++++++++++++++ npc/021-2_Tulimshar/workshop.txt | 11 +++++++++ 5 files changed, 92 insertions(+) create mode 100644 npc/021-2_Tulimshar/bakery.txt create mode 100644 npc/021-2_Tulimshar/government_building.txt create mode 100644 npc/021-2_Tulimshar/workshop.txt (limited to 'npc/021-2_Tulimshar') diff --git a/npc/021-2_Tulimshar/_import.txt b/npc/021-2_Tulimshar/_import.txt index b098b11d..0cd9f7ea 100644 --- a/npc/021-2_Tulimshar/_import.txt +++ b/npc/021-2_Tulimshar/_import.txt @@ -1,3 +1,6 @@ map: 021-2.gat npc: npc/021-2_Tulimshar/_mobs.txt npc: npc/021-2_Tulimshar/_warps.txt +npc: npc/021-2_Tulimshar/bakery.txt +npc: npc/021-2_Tulimshar/government_building.txt +npc: npc/021-2_Tulimshar/workshop.txt diff --git a/npc/021-2_Tulimshar/_warps.txt b/npc/021-2_Tulimshar/_warps.txt index 982c026b..ef12e855 100644 --- a/npc/021-2_Tulimshar/_warps.txt +++ b/npc/021-2_Tulimshar/_warps.txt @@ -1,2 +1,13 @@ // 021-2 Tulimshar warps +021-2.gat,27,30 warp toOutside -1,-1,021-1.gat,53,135 +021-2.gat,33,30 warp toOutside -1,-1,021-1.gat,55,135 +021-2.gat,39,30 warp toOutside -1,-1,021-1.gat,57,135 +021-2.gat,91,28 warp toOutside -1,-1,021-1.gat,103,101 +021-2.gat,122,24 warp toOutside -1,-1,021-1.gat,103,97 +021-2.gat,118,24 warp to1stFloor 0,-1,021-2.gat,79,22 +021-2.gat,80,22 warp to2ndFloor 0,-1,021-2.gat,118,23 +021-2.gat,23,99 warp toOutside -1,-1,021-1.gat,52,96 +021-2.gat,25,67 warp toOutside -1,-1,021-1.gat,53,100 +021-2.gat,46,97 warp to1stFloor 0,-1,021-2.gat,45,58 +021-2.gat,46,57 warp to2ndFloor 0,-1,021-2.gat,46,96 diff --git a/npc/021-2_Tulimshar/bakery.txt b/npc/021-2_Tulimshar/bakery.txt new file mode 100644 index 00000000..fd7a47d0 --- /dev/null +++ b/npc/021-2_Tulimshar/bakery.txt @@ -0,0 +1,38 @@ +// The bakery + +// The chef +021-2.gat,95,21,0 script Riskim 148,{ + mes "[Riskim]"; + mes "\"Welcome to our bakery!\""; + close; +} + +// Server? +021-2.gat,82,23,0 script Sara 108,{ + mes "[Sara]"; + mes "\"Hello!\""; + close; +} + +// The cashier +021-2.gat,89,21,0 shop Drabur 112,WhiteCake :-1,ChocolateCake :-1,OrangeCake :-1,AppleCake :-1 + +// Stockroom boy +021-2.gat,133,21,0 script Iormo 160,{ + mes "[Iormo]"; + mes "\"This stock room can get messy.\""; + close; +} + +// An old couple eating at the bakery +021-2.gat,71,22,0 script Rynoh 159,{ + mes "[Rynoh]"; + mes "\"It may be expensive, but it sure is good.\""; + close; +} + +021-2.gat,73,22,0 script Ontas 154,{ + mes "[Ontas]"; + mes "\"We come here every week. They have some of the best bread I've ever eaten.\""; + close; +} diff --git a/npc/021-2_Tulimshar/government_building.txt b/npc/021-2_Tulimshar/government_building.txt new file mode 100644 index 00000000..48a7db7a --- /dev/null +++ b/npc/021-2_Tulimshar/government_building.txt @@ -0,0 +1,29 @@ +// The government builing in the south west + +// A clerk +021-2.gat,27,17,0 script Estard 107,{ + mes "[Estard]"; + mes "\"Hello what Can I do for you?\""; + next; + menu + "Nothing, I guess.", -; + close; +} + +// A clerk +021-2.gat,36,17,0 script Tathin 107,{ + mes "[Tathin]"; + mes "\"Hello what Can I do for you?\""; + next; + menu + "Nothing, I guess.", -; + close; +} + +// Guard + +021-2.gat,20,19,0 script Guard 123,1,1,{ + mes "[Guard]"; + mes "\"You can't come back here.\""; + close; +} diff --git a/npc/021-2_Tulimshar/workshop.txt b/npc/021-2_Tulimshar/workshop.txt new file mode 100644 index 00000000..ffe732b4 --- /dev/null +++ b/npc/021-2_Tulimshar/workshop.txt @@ -0,0 +1,11 @@ +// Tulimshar's main workshop + +// The receptionist +021-2.gat,22,63,0 script Sonir 118,{ + mes "[Sonir]"; + mes "\"This is Tulimshar's main workshop. Much crafting happens here.\""; + next; + mes "[Sonir]"; + mes "\"We also have limited housing on the second floor.\""; + close; +} -- cgit v1.2.3-60-g2f50