diff options
author | Wombat <hpwombat@yahoo.com> | 2011-07-07 07:44:43 -0400 |
---|---|---|
committer | Ali-G <gauvain.dauchy@free.fr> | 2011-07-07 13:56:46 +0200 |
commit | 82c9491b077f6bf92e75569f4d5bebad333375dd (patch) | |
tree | 4cf48f1b7b8ee4c3e811129f62e82dc338f0bb0b /world/map/npc/001-1 | |
parent | ae0a4f8ea18d354e6a19dd094425addf85828399 (diff) | |
download | serverdata-82c9491b077f6bf92e75569f4d5bebad333375dd.tar.gz serverdata-82c9491b077f6bf92e75569f4d5bebad333375dd.tar.bz2 serverdata-82c9491b077f6bf92e75569f4d5bebad333375dd.tar.xz serverdata-82c9491b077f6bf92e75569f4d5bebad333375dd.zip |
tutorial-to-bazaar npcs
Diffstat (limited to 'world/map/npc/001-1')
-rw-r--r-- | world/map/npc/001-1/_import.txt | 1 | ||||
-rw-r--r-- | world/map/npc/001-1/npcs.txt | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/world/map/npc/001-1/_import.txt b/world/map/npc/001-1/_import.txt index b6c625ff..dba873bb 100644 --- a/world/map/npc/001-1/_import.txt +++ b/world/map/npc/001-1/_import.txt @@ -20,6 +20,7 @@ npc: npc/001-1/mapflags.txt npc: npc/001-1/merchant.txt npc: npc/001-1/mikhail.txt npc: npc/001-1/monster_guide.txt +npc: npc/001-1/npcs.txt npc: npc/001-1/rewards_master.txt npc: npc/001-1/sandra.txt npc: npc/001-1/sarah.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; +} |