diff options
author | Alige <aligetmw@hotmail.fr> | 2012-07-10 12:08:55 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-07-10 12:08:55 +0200 |
commit | 6f0f6b45a3eef4811b0df05ff4433ab658b454e7 (patch) | |
tree | 8099b3dd8de70b9e29747375e728afd8a2d044a7 /npc/000-2-0 | |
parent | 671d84d7e2c507311c69a27be13128ee2e200577 (diff) | |
download | serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.tar.gz serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.tar.bz2 serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.tar.xz serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.zip |
Fixed the description of every single script.
Diffstat (limited to 'npc/000-2-0')
-rw-r--r-- | npc/000-2-0/billybons.txt | 4 | ||||
-rw-r--r-- | npc/000-2-0/doors.txt | 7 | ||||
-rw-r--r-- | npc/000-2-0/julia.txt | 9 | ||||
-rw-r--r-- | npc/000-2-0/note.txt | 5 |
4 files changed, 12 insertions, 13 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt index 282d36624..a3eb23f03 100644 --- a/npc/000-2-0/billybons.txt +++ b/npc/000-2-0/billybons.txt @@ -1,8 +1,8 @@ // Evol scripts. -// Authors: +// Author: // Reid // Description: -// Drunken easteregg about player's past activity. +// Drunk easteregg telling about the player's past. 000-2-0.gat,20,23,0,1 script BillyBons 311;3,{ diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index 1055a0ed8..3c8e46e4d 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -1,9 +1,8 @@ // Evol scripts. -// Authors: -// Reid +// Author: +// Reid // Description: -// Door NPC - +// Door NPC. 000-2-0.gat,20,27,0,1 script AreaNPC 0,0,0,{ diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 58c1ad8de..48320d277 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -3,15 +3,14 @@ // Vasily_Makarov
// 4144
// Description:
-// Allow change language and some speaking
-//
-// 2 bits Array:
+// Allows to change language and talks about what happened to him.
+// 2 Bits Array:
// ShipQuests
// Variable:
// ShipQuests_Julia
// Values:
-// 0 first touch
-// 1 already touched
+// 0 First touch.
+// 1 Already touched.
000-2-0.gat,27,24,0,0 script Julia 304,2,10;5,{
diff --git a/npc/000-2-0/note.txt b/npc/000-2-0/note.txt index 6d5324c9c..c20f6e994 100644 --- a/npc/000-2-0/note.txt +++ b/npc/000-2-0/note.txt @@ -1,8 +1,9 @@ // Evol scripts.
// Authors:
-// Reid, WildX
+// Reid +// WildX
// Description:
-// Note which regroup the 6 main rules of Evol Online.
+// A small note presenting the 6 main rules of Evol Online.
000-2-0.gat,29,25,0 script Note 999;2,{
|