summaryrefslogtreecommitdiff
path: root/npc/000-0/sailors.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-01-02 13:28:35 +0400
committerAlige <aligetmw@hotmail.fr>2013-01-02 13:28:35 +0400
commit0733f97179b25ebfdc5581e7c7ccf94e4c7d4882 (patch)
treeef74f7ad915fac398dd94cef9cb8f7295a46e417 /npc/000-0/sailors.txt
parentc0c6dc3d50012b7862907df863b1bf711a7aa3ec (diff)
downloadserverdata-0733f97179b25ebfdc5581e7c7ccf94e4c7d4882.tar.gz
serverdata-0733f97179b25ebfdc5581e7c7ccf94e4c7d4882.tar.bz2
serverdata-0733f97179b25ebfdc5581e7c7ccf94e4c7d4882.tar.xz
serverdata-0733f97179b25ebfdc5581e7c7ccf94e4c7d4882.zip
Changed absolute camera moves to relative.
Diffstat (limited to 'npc/000-0/sailors.txt')
-rw-r--r--npc/000-0/sailors.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 97277c8a..f99c33c3 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -25,22 +25,22 @@ OnTouch:
mes col(l("Aboard stand sailors trying to communicate with you."), 9);
next;
- setcam 672,608;
+ setcamnpc "Sailors",-64,-32;
mesn "Orc Voice";
mesq lg("Hey Frenchy!");
next;
- setcam 736,608;
+ setcamnpc "Sailors",0,-32;
mesn "Elven Voice";
mesq lg("Why Frenchy? It's a Russian!");
next;
- setcam 896,576;
+ setcamnpc "Sailors",144,-80;
mesn "Tritan Voice";
mesq lg("What are you guys saying ? It's a Yoiis!");
next;
- setcam 736,640;
+ setcamnpc;
mesn "Raijin Voice";
mesq g(l("You stupid, she's english, look at the shape of her head."),
l("You stupid, he's english, look at the shape of his head."));
@@ -64,13 +64,13 @@ OnTouch:
if (@lang < 0 || @lang > 9) close;
setlang @lang;
- setcam 736,608;
+ setcamnpc;
mes "";
mesn;
mesq g(l("Oh, she's still alive!"),
l("Oh, he's still alive!"));
next;
- setcam 896,576;
+ setcamnpc "Sailors",144,-80;
mesq g(l("This girl needs help, we need to rescue her!"),
l("This guy needs help, we need to rescue him!"));
next;