diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-04 20:23:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-04 22:56:41 +0300 |
commit | d6b5551bff867250edcdc36455ef32844ee2b935 (patch) | |
tree | 16acaf1c9a81b58ceb21bc4524a087c14f23735f /npc/000-0-0 | |
parent | 905dada713af49bb610177c4842685628a1c0a97 (diff) | |
download | serverdata-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-0-0')
-rw-r--r-- | npc/000-0-0/_import.txt | 1 | ||||
-rw-r--r-- | npc/000-0-0/mapflags.txt | 3 | ||||
-rw-r--r-- | npc/000-0-0/q'onan.txt | 3 | ||||
-rw-r--r-- | npc/000-0-0/sailors.txt | 8 |
4 files changed, 9 insertions, 6 deletions
diff --git a/npc/000-0-0/_import.txt b/npc/000-0-0/_import.txt index 17ff1c24..a6e47793 100644 --- a/npc/000-0-0/_import.txt +++ b/npc/000-0-0/_import.txt @@ -1,5 +1,4 @@ // Map 000-0-0: La Johanne, First Deck (Sailor's room) -map: 000-0-0.gat npc: npc/000-0-0/mapflags.txt npc: npc/000-0-0/q'onan.txt npc: npc/000-0-0/sailors.txt diff --git a/npc/000-0-0/mapflags.txt b/npc/000-0-0/mapflags.txt index 93ac0bae..38c8e38a 100644 --- a/npc/000-0-0/mapflags.txt +++ b/npc/000-0-0/mapflags.txt @@ -1 +1,2 @@ -000-0-0.gat mapflag invisible +// 000-0-0.gat mapflag invisible + diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index 01ed1cbc..f92a289e 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -5,7 +5,8 @@ // Description: // Sleeping and snoring NPC. -000-0-0.gat,29,28,0,1 script Q'Onan 302,{ +// Gender = 1 +000-0-0,29,28,0 script Q'Onan 302,{ callfunc "Asleep"; } diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 53c89ea5..7dfcdc08 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -6,7 +6,8 @@ // 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,26,23,0,1 script Elmo 309,{ +// Gender = 1 +000-0-0,26,23,0 script Elmo 309,{ OnTalk: setcamnpc; @@ -71,12 +72,13 @@ OnTalk: restorecam; warp "000-2-1.gat", 50, 38; savepoint "000-2-1.gat", 50, 38; - setskill 1, 1; // Add Emote skill. + addtoskill 1, 1; // Add Emote skill. closedialog; close; } -000-0-0.gat,25,23,0,1 script Magic Arpan 307,{ +// Gender = 1 +000-0-0,25,23,0 script Magic Arpan 307,{ doevent "Elmo::OnTalk"; close; } |