summaryrefslogtreecommitdiff
path: root/npc/000-2-3
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-04 20:23:22 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-04 22:56:41 +0300
commitd6b5551bff867250edcdc36455ef32844ee2b935 (patch)
tree16acaf1c9a81b58ceb21bc4524a087c14f23735f /npc/000-2-3
parent905dada713af49bb610177c4842685628a1c0a97 (diff)
downloadserverdata-d6b5551bff867250edcdc36455ef32844ee2b935.tar.gz
serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.tar.bz2
serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.tar.xz
serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.zip
convert server data for using with hercules.
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/_import.txt1
-rw-r--r--npc/000-2-3/box.txt3
-rw-r--r--npc/000-2-3/elmo.txt4
-rw-r--r--npc/000-2-3/hammock.txt3
-rw-r--r--npc/000-2-3/nard.txt4
-rw-r--r--npc/000-2-3/piourocket.txt4
-rw-r--r--npc/000-2-3/sailors.txt3
7 files changed, 15 insertions, 7 deletions
diff --git a/npc/000-2-3/_import.txt b/npc/000-2-3/_import.txt
index 146a2df8..94ee8b34 100644
--- a/npc/000-2-3/_import.txt
+++ b/npc/000-2-3/_import.txt
@@ -1,5 +1,4 @@
// Map 000-2-3: La Johanne, Nard's Room
-map: 000-2-3.gat
npc: npc/000-2-3/_warps.txt
npc: npc/000-2-3/box.txt
npc: npc/000-2-3/elmo.txt
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 5e7b78fc..1ba6c493 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -18,7 +18,8 @@
// 4 ChefGado Quest completed and "Introduction" chapter finalized.
// 5 Reward taken from the box.
-000-2-3.gat,25,24,0 script Box 102;1,{
+// Size = 1
+000-2-3,25,24,0 script Box 102,{
set @q, getq(ShipQuests_Nard);
mesn "Narrator";
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
index ec8017a9..0b67eb17 100644
--- a/npc/000-2-3/elmo.txt
+++ b/npc/000-2-3/elmo.txt
@@ -5,7 +5,9 @@
// Description:
// Elmo's second dialog.
-000-2-3.gat,27,27,0,1 script Elmo 309;5,{
+// Size = 5
+// Gender = 1
+000-2-3,27,27,0 script Elmo 309,{
set @q, getq(ShipQuests_ArpanMoney);
if (@q == 1) goto L_GotMoney;
diff --git a/npc/000-2-3/hammock.txt b/npc/000-2-3/hammock.txt
index 7a3bdbed..60c2d31b 100644
--- a/npc/000-2-3/hammock.txt
+++ b/npc/000-2-3/hammock.txt
@@ -4,7 +4,8 @@
// Description:
// Animated hammock at the top level of the ship.
-000-2-3.gat,28,24,0,2 script #name 904,1,0{
+// Gender = 2
+000-2-3,28,24,0 script #name 904,1,0,{
OnTouchFirst:
setnpcdir 4;
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 48488b39..ba9ac381 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -23,7 +23,9 @@
// 11 Gugli gives you the task.
// 12 Gave all of the boxes to Gugli.
-000-2-3.gat,25,26,0,1 script Nard 306;5,{
+// Size = 5
+// Gender = 1
+000-2-3,25,26,0 script Nard 306,{
set @nard, getq(ShipQuests_Nard);
set @gugli, getq(ShipQuests_Gugli);
set @gado, getq(ShipQuests_ChefGado);
diff --git a/npc/000-2-3/piourocket.txt b/npc/000-2-3/piourocket.txt
index 97e183e2..0f038dba 100644
--- a/npc/000-2-3/piourocket.txt
+++ b/npc/000-2-3/piourocket.txt
@@ -4,7 +4,9 @@
// Description:
// Jumping piou.
-000-2-3.gat,27,23,4,2 script #piourocket 308;3,{
+// Size = 3
+// Gender = 2
+000-2-3,27,23,4 script #piourocket 308,{
setnpcdir 2;
stopnpctimer;
initnpctimer;
diff --git a/npc/000-2-3/sailors.txt b/npc/000-2-3/sailors.txt
index 99f1717c..c7205868 100644
--- a/npc/000-2-3/sailors.txt
+++ b/npc/000-2-3/sailors.txt
@@ -6,7 +6,8 @@
// Description:
// End of introduction with Nard and Elmo talking about the player.
-000-2-3.gat,21,28,0,0 script AreaTop 0,0,5,{
+// Gender = 0
+000-2-3,21,28,0 script AreaTop 32767,0,5,{
OnTouch:
if (getq(ShipQuests_Door) == 1) end;