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 | |
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')
-rw-r--r-- | npc/000-1/max.txt | 14 | ||||
-rw-r--r-- | npc/000-1/sapartan.txt | 14 | ||||
-rw-r--r-- | npc/000-1/silvio.txt | 4 | ||||
-rw-r--r-- | npc/000-1/tarlan.txt | 14 |
4 files changed, 44 insertions, 2 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 diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt new file mode 100644 index 00000000..d7dc8a9f --- /dev/null +++ b/npc/000-1/sapartan.txt @@ -0,0 +1,14 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Friend of Max, he gives some info about Artis. + +000-1.gat,29,43,0,1 script Sapartan 315,{ + + mesn; + mesq l(""); + + close; + +}
\ No newline at end of file diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index e8404bc5..d33c8c40 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -42,7 +42,7 @@ next; mesn "Gugli"; - mesq l("Hey, don't worry about him, it's one the first days in a while we can chill."); + mesq l("Hey, don't worry about him, it's one of the first days in a long time that we can just chill out."); next; mesq "Maybe he abused too much his bottle today to celebrate that!"; next; @@ -68,7 +68,7 @@ mes ""; mesn; - mesq l("Oh really? How could I forgot a topic as important as that?"); + mesq l("Oh really? How could I forget a topic as important as that?"); next; mesq l("I think that my wine is very good quality! I'm on my second bottle and I already... What were we talking about again?"); diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt new file mode 100644 index 00000000..1b717c6e --- /dev/null +++ b/npc/000-1/tarlan.txt @@ -0,0 +1,14 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Sailor hitting a palm tree, and which is being hitted back by a coconut. + +000-1.gat,35,43,0,1 script Tarlan 316,{ + + mesn; + mesq l(""); + + close; + +}
\ No newline at end of file |