diff options
author | Reid <reidyaro@gmail.com> | 2012-05-27 17:59:47 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-27 17:59:47 +0200 |
commit | 50bedeb7bda5cb9577eba2e8f8667de2a3200181 (patch) | |
tree | a82fe0fe5780883437fc5f46618fe4e66a90e4de | |
parent | 8aa84713c033e883e4cff25db5ce172ff9536551 (diff) | |
download | clientdata-50bedeb7bda5cb9577eba2e8f8667de2a3200181.tar.gz clientdata-50bedeb7bda5cb9577eba2e8f8667de2a3200181.tar.bz2 clientdata-50bedeb7bda5cb9577eba2e8f8667de2a3200181.tar.xz clientdata-50bedeb7bda5cb9577eba2e8f8667de2a3200181.zip |
Change Orcs names,
Corrected few dialogues typo.
-rw-r--r-- | npc/000-0-0/_import.txt | 2 | ||||
-rw-r--r-- | npc/000-0-0/ronan.txt | 22 | ||||
-rw-r--r-- | npc/000-1/astapolos.txt | 8 | ||||
-rw-r--r-- | npc/000-1/muller.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/dan.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/ronan.txt | 22 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 2 |
8 files changed, 11 insertions, 53 deletions
diff --git a/npc/000-0-0/_import.txt b/npc/000-0-0/_import.txt index 84c9b8c9..0aaee909 100644 --- a/npc/000-0-0/_import.txt +++ b/npc/000-0-0/_import.txt @@ -3,4 +3,4 @@ npc: npc/000-0-0/_mobs.txt npc: npc/000-0-0/_warps.txt npc: npc/000-0-0/mapflags.txt npc: npc/000-0-0/sailors.txt -npc: npc/000-0-0/ronan.txt
\ No newline at end of file +npc: npc/000-0-0/q'onan.txt
\ No newline at end of file diff --git a/npc/000-0-0/ronan.txt b/npc/000-0-0/ronan.txt deleted file mode 100644 index ba1a58e1..00000000 --- a/npc/000-0-0/ronan.txt +++ /dev/null @@ -1,22 +0,0 @@ -// Evol scripts. -// Authors: -// Vasily_Makarov - -000-0-0.gat,25,22,0,1 script Ronan 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/astapolos.txt b/npc/000-1/astapolos.txt index 09bde67f..a56fe845 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -18,11 +18,11 @@ mes "";
mesn;
- mesq l("Sunny and hot day,");
+ mesq l("A Sunny and hot day,");
next;
- mesq l("Quiet place,");
+ mesq l("A Quiet place,");
next;
- mesq l("Ground,");
+ mesq l("A Ground!");
next;
mesq l("I hope that answers your question...") + " " + l("Eheh!");
@@ -40,7 +40,7 @@ l_Name: l_Who:
mes "";
mesn;
- mesq l("My name is Astapolos, Muller and I joined Nard's crew a few years ago when it was just a little merchant ship.");
+ mesq l("My name is Astapolos, Q'Muller and I joined Nard's crew a few years ago when it was just a little merchant ship.");
next;
mesq l("At this time, we were selling crab's food on our old mushroom island.");
next;
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index 9c519c99..b23107fc 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -4,7 +4,7 @@ // Description: // Random NPC searching some foods on the map. -000-1.gat,23,31,0,1 script Muller 104,{ +000-1.gat,23,31,0,1 script Q'Muller 104,{ mesn; mesq l("I think that I'm done, I've got a box full of ") + getitemlink("Crocclaw") +"!"; diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt index 7398a709..a8bdc89d 100644 --- a/npc/000-2-1/_import.txt +++ b/npc/000-2-1/_import.txt @@ -2,7 +2,7 @@ map: 000-2-1.gat npc: npc/000-2-1/_mobs.txt npc: npc/000-2-1/_warps.txt npc: npc/000-2-1/alige.txt -npc: npc/000-2-1/ronan.txt +npc: npc/000-2-1/q'onan.txt npc: npc/000-2-1/peter.txt npc: npc/000-2-1/devis.txt npc: npc/000-2-1/arpan.txt diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index 6685dc26..3ba21bc4 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -12,7 +12,9 @@ set @q, rand(2); if (@q == 0) goto l_QuestStory; - mesq l("You see these pious around? It seems that we are close to an island, we should take a look at the upper level."); + mesq l("You see these Pious around?"); + next; + mesq l("It seems that we are close to an island, we should take a look at the upper level."); close; diff --git a/npc/000-2-1/ronan.txt b/npc/000-2-1/ronan.txt deleted file mode 100644 index 73028538..00000000 --- a/npc/000-2-1/ronan.txt +++ /dev/null @@ -1,22 +0,0 @@ -// Evol scripts. -// Authors: -// Vasily_Makarov - -000-2-1.gat,43,38,0,1 script Ronan 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-2-3/nard.txt b/npc/000-2-3/nard.txt index 37e6230e..9bd573f5 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -79,7 +79,7 @@ l_NeedContent: next; mesq l("What? It's not a good reward?"); next; - mesq l("Oh well. I will aslo give you one of these hats from the box around you, but only after you complete your task!"); + mesq l("Oh well. I will also give you one of these hats from the box around you, but only after you complete your task!"); next; mesq l("Go outside and talk with Gugli, he will tell you what we need."); next; |