diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-24 22:57:19 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-24 22:57:19 +0000 |
commit | bb7285c15066499c68f7d56cdc97020559058ccc (patch) | |
tree | 83fd36a2978e447e8dae691745b7b1b79e368b54 /npc/012-1_Woodland_Hills/amrak.txt | |
parent | 7ca6050f3f3d89180b7290c8c275894e053762e5 (diff) | |
download | serverdata-bb7285c15066499c68f7d56cdc97020559058ccc.tar.gz serverdata-bb7285c15066499c68f7d56cdc97020559058ccc.tar.bz2 serverdata-bb7285c15066499c68f7d56cdc97020559058ccc.tar.xz serverdata-bb7285c15066499c68f7d56cdc97020559058ccc.zip |
Move amrak to the woodland and give him new text
Diffstat (limited to 'npc/012-1_Woodland_Hills/amrak.txt')
-rw-r--r-- | npc/012-1_Woodland_Hills/amrak.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/012-1_Woodland_Hills/amrak.txt b/npc/012-1_Woodland_Hills/amrak.txt new file mode 100644 index 00000000..5a2a547a --- /dev/null +++ b/npc/012-1_Woodland_Hills/amrak.txt @@ -0,0 +1,10 @@ +// + +012-1.gat,137,104,0 script Amrak 103, { + mes "[Amrak]"; + mes "\"I'm studying this waterfall. The water seems to flow from it like magic.\""; + next; + mes "[Amrak]"; + mes "\"Unfortunately, I've had trouble getting up there. The monsters in these caves scare me.\""; + close; +} |