From d6b5551bff867250edcdc36455ef32844ee2b935 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Nov 2014 20:23:22 +0300 Subject: convert server data for using with hercules. --- npc/000-2-3/_import.txt | 1 - npc/000-2-3/box.txt | 3 ++- npc/000-2-3/elmo.txt | 4 +++- npc/000-2-3/hammock.txt | 3 ++- npc/000-2-3/nard.txt | 4 +++- npc/000-2-3/piourocket.txt | 4 +++- npc/000-2-3/sailors.txt | 3 ++- 7 files changed, 15 insertions(+), 7 deletions(-) (limited to 'npc/000-2-3') 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; -- cgit v1.2.3-60-g2f50