summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-12-24 18:28:55 +0100
committerReid <reidyaro@gmail.com>2011-12-24 18:28:55 +0100
commit5287bc38bac66bc2644bb8cb41e40082579703cc (patch)
tree2013bc684500ac185b132847b3d0ceef3ef4e094 /npc/000-0
parent2b47301a9eea80be27b6399b85f635cf460be24f (diff)
downloadserverdata-5287bc38bac66bc2644bb8cb41e40082579703cc.tar.gz
serverdata-5287bc38bac66bc2644bb8cb41e40082579703cc.tar.bz2
serverdata-5287bc38bac66bc2644bb8cb41e40082579703cc.tar.xz
serverdata-5287bc38bac66bc2644bb8cb41e40082579703cc.zip
Update 000-0 wlk,
Start to add auto warp on peter script, (TEMP)Changed warp location to get localserver working better
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/sailors.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index d7a5f49a..fa45d33b 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -3,14 +3,14 @@
// Vasily_Makarov
// Reid
// Description:
-// fix me
+// Start script of Evol Online.
-000-0.gat,24,20,0,1 script Sailors 304,6,2,{
+000-0.gat,23,20,0,1 script Sailors 304,6,6,{
OnTouch:
-
+
mesn l("Narrator");
- mesn l("You are on a raft, adrift in the sea. You don't remember anything before this. You can hear a voice from the sky. As you open your eyes and look around, you see a large ship. Some sailors are trying to talk to you.."); //italic
+ mesn l("You are on a raft, adrift in the sea. You don't remember anything before this. You can hear a voice from the sky. As you open your eyes and look around, you see a large ship. Some sailors are trying to talk to you..");
next;
mesn;
@@ -23,6 +23,7 @@ OnTouch:
menu
l("*Try to move your hand to show them that you're alive*"), -,
l("*Don't move at all*"), -;
+
next;
mesn;
@@ -31,10 +32,11 @@ OnTouch:
next;
mesn l("Narrator");
- mesq l("The sailors take you aboard their ship to help you."); //italic
+ mesq l("The sailors take you aboard their ship to help you.");
- warp "000-0-0.gat",22,22;
+ warp "000-2-1.gat",22,22;
close;
+
} \ No newline at end of file