diff options
author | Reid <reidyaro@gmail.com> | 2011-12-24 18:28:55 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-24 18:28:55 +0100 |
commit | 5287bc38bac66bc2644bb8cb41e40082579703cc (patch) | |
tree | 2013bc684500ac185b132847b3d0ceef3ef4e094 | |
parent | 2b47301a9eea80be27b6399b85f635cf460be24f (diff) | |
download | serverdata-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
-rw-r--r-- | data/000-0.wlk | bin | 2213 -> 2213 bytes | |||
-rw-r--r-- | npc/000-0/sailors.txt | 14 | ||||
-rw-r--r-- | npc/000-2-1/peter.txt | 1 |
3 files changed, 9 insertions, 6 deletions
diff --git a/data/000-0.wlk b/data/000-0.wlk Binary files differindex c44990e2..d3f6b003 100644 --- a/data/000-0.wlk +++ b/data/000-0.wlk 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 diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 3133c23e..27eb076a 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -153,6 +153,7 @@ mesq l("Okay, you can start!"); set $@RAT_SAILOR_HELPER$, strcharinfo(0); startnpctimer; + warp "000-2-2.gat", 48, 28; close; l_TaskWasGiven: |