diff options
author | Reid <reidyaro@gmail.com> | 2012-05-27 21:13:23 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-27 21:13:23 +0200 |
commit | d62e64307bf5a0ab77df33c1f1e90ac8379c9ab9 (patch) | |
tree | f5910b134b01833e3676723878849ac585d2f012 /npc/000-1/max.txt | |
parent | 50bedeb7bda5cb9577eba2e8f8667de2a3200181 (diff) | |
download | serverdata-d62e64307bf5a0ab77df33c1f1e90ac8379c9ab9.tar.gz serverdata-d62e64307bf5a0ab77df33c1f1e90ac8379c9ab9.tar.bz2 serverdata-d62e64307bf5a0ab77df33c1f1e90ac8379c9ab9.tar.xz serverdata-d62e64307bf5a0ab77df33c1f1e90ac8379c9ab9.zip |
Correct few english typo,
Add new WIP script (tarlan, sapartan and max),
Change ronan name to q'onan.
Diffstat (limited to 'npc/000-1/max.txt')
-rw-r--r-- | npc/000-1/max.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt new file mode 100644 index 00000000..9ef021a0 --- /dev/null +++ b/npc/000-1/max.txt @@ -0,0 +1,14 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Friend of Sapartan, he gives some info on how to find what Gugli asked to search. + +000-1.gat,28,42,0,1 script Max 105,{ + + mesn; + mesq l(""); + + close; + +}
\ No newline at end of file |