summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1/npcs.txt
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2011-07-07 07:44:43 -0400
committerAli-G <gauvain.dauchy@free.fr>2011-07-07 13:56:46 +0200
commit82c9491b077f6bf92e75569f4d5bebad333375dd (patch)
tree4cf48f1b7b8ee4c3e811129f62e82dc338f0bb0b /world/map/npc/022-1/npcs.txt
parentae0a4f8ea18d354e6a19dd094425addf85828399 (diff)
downloadserverdata-82c9491b077f6bf92e75569f4d5bebad333375dd.tar.gz
serverdata-82c9491b077f6bf92e75569f4d5bebad333375dd.tar.bz2
serverdata-82c9491b077f6bf92e75569f4d5bebad333375dd.tar.xz
serverdata-82c9491b077f6bf92e75569f4d5bebad333375dd.zip
tutorial-to-bazaar npcs
Diffstat (limited to 'world/map/npc/022-1/npcs.txt')
-rw-r--r--world/map/npc/022-1/npcs.txt54
1 files changed, 54 insertions, 0 deletions
diff --git a/world/map/npc/022-1/npcs.txt b/world/map/npc/022-1/npcs.txt
new file mode 100644
index 00000000..f517b1fa
--- /dev/null
+++ b/world/map/npc/022-1/npcs.txt
@@ -0,0 +1,54 @@
+// Talk NPCs to help make trek interesting between Tutorial and Bazaar.
+
+022-1.gat,35,36,0 script Marikel 211,{
+ set @npcname$, "Marikel";
+
+ mes "[" + @npcname$ + "]";
+ mes "\"Working on the docks can be hard nowadays.\"";
+ next;
+ mes "\"At least it pays well.\"";
+ menu
+ "Why does it pay well?",L_Marikel_1,
+ "Pfft! Working on the docks is for the birds.\"",L_Marikel_2;
+ close;
+
+L_Marikel_1:
+ mes "[" + @npcname$ + "]";
+ mes "\"Tulimshar is the wealthiest and most powerful city in the world!\"";
+ close;
+
+L_Marikel_2:
+ mes "[" + @npcname$ + "]";
+ mes "\"Yeah, killing monsters may pay well, but I'd need more hazard pay than a tower mason to hunt monsters.\"";
+ next;
+ mes "\"I'll just play safe and stick to putting our stock away. Be careful, the monsters outside the city can be dangerous.\"";
+ next;
+ mes "\"The Sandstorm mine, just South of Tulimshar, is blocked from most but miners, soldiers and seasoned monster slayers.\"";
+ close;
+}
+
+022-1.gat,65,46,0 script Joelin 212,{
+ set @npcname$, "Joelin";
+
+ mes "[" + @npcname$ + "]";
+ mes "\"My ship's to set sail soon. We'll tour around the Acean Isles, then back around to Argaes, then here in Tonori.\"";
+ next;
+ mes "\"Tulimshar's Fleets also are sending exploration teams to build a dock in Nivalis on Kaizei, which I'm not really hoping for. It's cold up there!\"";
+ close;
+}
+
+022-1.gat,67,46,0 script Harper 213,{
+ set @npcname$, "Harper";
+
+ mes "[" + @npcname$ + "]";
+ mes "\"My captain knows an awlful lot about the world's continents.\"";
+ close;
+}
+
+022-1.gat,75,99,0 script Swezanne 206,{
+ set @npcname$, "Swezanne";
+
+ mes "[" + @npcname$ + "]";
+ mes "\"Just through those gates is Northern Tulimshar. In Southern Tulimshar I go to the Bazaar and talk with Aidan about monster points.\"";
+ close;
+}