diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-07 11:47:45 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-07 11:47:45 -0700 |
commit | ccb6634a79c52021c4a918f7a63a3b9c2b02fafa (patch) | |
tree | 9354acc02fb583ce4ce55d7baafaf40945f9d0e3 /npc/021-2_Tulimshar/bakery.txt | |
parent | f0aeb577ac2d611b543281374d62cf10b50774f3 (diff) | |
download | serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.tar.gz serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.tar.bz2 serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.tar.xz serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.zip |
Add some new maps
Includes some indoors for Central Tulimshar, Tulimshar Canyon, and an
indoor for Tulimshar Canyon.
Diffstat (limited to 'npc/021-2_Tulimshar/bakery.txt')
-rw-r--r-- | npc/021-2_Tulimshar/bakery.txt | 38 |
1 files changed, 38 insertions, 0 deletions
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; +} |