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 | |
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.
-rw-r--r-- | npc/000-0-0/q'onan.txt | 22 | ||||
-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 | ||||
-rw-r--r-- | npc/000-2-0/julia.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/q'onan.txt | 22 |
7 files changed, 89 insertions, 3 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt new file mode 100644 index 00000000..3d58c511 --- /dev/null +++ b/npc/000-0-0/q'onan.txt @@ -0,0 +1,22 @@ +// Evol scripts. +// Authors: +// Vasily_Makarov + +000-0-0.gat,25,22,0,1 script Q'Onan 302,{ + + mesn; + + set @q, rand(2); + if (@q == 0) goto l_Zzz; + goto l_Snoring; + +l_Zzz: + mesq l("Zzzzzzzzzz"); + close; + +l_Snoring: + mesq l("Rrrr pchhhh..."); + + close; + +} 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 diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index dd8f0fd5..b2d9d217 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -47,7 +47,7 @@ l_First: next;
mesq l("My name is Julia, it's me who took care of you, when we found you in the sea.");
next;
- mesq l("I'm very happpy to see you're okay now!");
+ mesq l("I'm very happy to see you're okay now!");
next;
mesq lg("Could I ask you what your native language is? A sailor told me you're russian, but another one told me you're french... I'm a bit lost. I will register you on the ship boarding list just after that.");
next;
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt new file mode 100644 index 00000000..8dfead64 --- /dev/null +++ b/npc/000-2-1/q'onan.txt @@ -0,0 +1,22 @@ +// Evol scripts. +// Authors: +// Vasily_Makarov + +000-2-1.gat,43,38,0,1 script Q'Onan 302,{ + + mesn; + + set @q, rand(2); + if (@q == 0) goto l_Zzz; + goto l_Snoring; + +l_Zzz: + mesq l("Zzzzzzzzzz"); + close; + +l_Snoring: + mesq l("Rrrr pchhhh..."); + + close; + +} |