diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-19 07:35:43 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-19 07:35:43 +0400 |
commit | 3a40c35ff22f9f17b6a38cc48be9f0b49e664d10 (patch) | |
tree | 785cbc7ef48769ab5b24ae3099d410e19623a816 /npc | |
parent | 7dcc351cb6a7234915fe140a55496bdf0627fb0b (diff) | |
download | clientdata-3a40c35ff22f9f17b6a38cc48be9f0b49e664d10.tar.gz clientdata-3a40c35ff22f9f17b6a38cc48be9f0b49e664d10.tar.bz2 clientdata-3a40c35ff22f9f17b6a38cc48be9f0b49e664d10.tar.xz clientdata-3a40c35ff22f9f17b6a38cc48be9f0b49e664d10.zip |
Modified scripts according to the new 000-0-0 map size.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0-0/q'onan.txt | 2 | ||||
-rw-r--r-- | npc/000-0-0/sailors.txt | 4 | ||||
-rw-r--r-- | npc/000-0/sailors.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index a4581b63..dc39d9d6 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -4,7 +4,7 @@ // Description: // Sleeping and snoring NPC. -000-0-0.gat,25,22,0,1 script Q'Onan 302,{ +000-0-0.gat,29,28,0,1 script Q'Onan 302,{ mesn; diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 8780c82f..d07c6d51 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -5,7 +5,7 @@ // Introduction scene where two sailors talk about how the player was found on his raft. // Elmo will handle dialogs between both NPCs. -000-0-0.gat,22,17,0,1 script Elmo 309,{ +000-0-0.gat,26,23,0,1 script Elmo 309,{ OnTalk: setcamnpc; @@ -87,7 +87,7 @@ OnTalk: } -000-0-0.gat,21,17,0,1 script Magic Arpan 307,{ +000-0-0.gat,25,23,0,1 script Magic Arpan 307,{ doevent "Elmo::OnTalk"; close; diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index c9b1f699..c4559d58 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -82,7 +82,7 @@ OnTouch: mes col(l("Click on the NPCs around you to continue the introduction."), 9); next; - warp "000-0-0.gat",22,22; + warp "000-0-0.gat",26,28; close; |