From 82c9491b077f6bf92e75569f4d5bebad333375dd Mon Sep 17 00:00:00 2001 From: Wombat Date: Thu, 7 Jul 2011 07:44:43 -0400 Subject: tutorial-to-bazaar npcs --- world/map/npc/001-1/npcs.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 world/map/npc/001-1/npcs.txt (limited to 'world/map/npc/001-1/npcs.txt') diff --git a/world/map/npc/001-1/npcs.txt b/world/map/npc/001-1/npcs.txt new file mode 100644 index 00000000..35bfbe35 --- /dev/null +++ b/world/map/npc/001-1/npcs.txt @@ -0,0 +1,23 @@ +// Talk NPCs to help make trek interesting around the Bazaar. + +001-1.gat,46,26,0 script Yalina 209,{ + set @npcname$, "Yalina"; + + mes "[" + @npcname$ + "]"; + mes "\"Ian knows a lot! I had so many questions he helped me with!\""; + next; + mes "\"He rewards those that know what they are doing. When Elanore stops healing you, check in with Ian.\""; + next; + mes "\"Oh, just one more thing, Gladys may gossip a lot, but when I'm confused, she tends to know something that might help me out.\""; + close; +} + +001-1.gat,84,72,0 script Cyndala 210,{ + set @npcname$, "Cyndala"; + + mes "[" + @npcname$ + "]"; + mes "\"I used to visit the beach, but then the green slimes went crazy. I heard they ate a bunch of pirates that robbed some of Tulimshar's gold ships.\""; + next; + mes "\"Good riddance!\""; + close; +} -- cgit v1.2.3-60-g2f50