summaryrefslogtreecommitdiff
path: root/world/map/npc/042-1
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/042-1
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/042-1')
-rw-r--r--world/map/npc/042-1/_import.txt1
-rw-r--r--world/map/npc/042-1/npcs.txt11
2 files changed, 12 insertions, 0 deletions
diff --git a/world/map/npc/042-1/_import.txt b/world/map/npc/042-1/_import.txt
index 98b8f3ab..844b13b9 100644
--- a/world/map/npc/042-1/_import.txt
+++ b/world/map/npc/042-1/_import.txt
@@ -6,4 +6,5 @@ npc: npc/042-1/_warps.txt
npc: npc/042-1/hasan.txt
npc: npc/042-1/kaan.txt
npc: npc/042-1/malik.txt
+npc: npc/042-1/npcs.txt
npc: npc/042-1/valon.txt
diff --git a/world/map/npc/042-1/npcs.txt b/world/map/npc/042-1/npcs.txt
new file mode 100644
index 00000000..c43749c9
--- /dev/null
+++ b/world/map/npc/042-1/npcs.txt
@@ -0,0 +1,11 @@
+// Talk NPCs to help make trek interesting between Tutorial and Bazaar.
+
+042-1.gat,62,73,0 script Liana 205,{
+ set @npcname$, "Liana";
+
+ mes "[" + @npcname$ + "]";
+ mes "\"Tulimshar is a large city. I'm sure glad I live in the suburbs because I know where everything's at.\"";
+ next;
+ mes "\"I think Tanisha is in the building to the right. That girl is growing up fast.\"";
+ close;
+}