You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
1.7 KiB
88 lines
1.7 KiB
--------------------------------------------------------------------------------
|
|
-- Seiren Castle Chat Data --
|
|
--------------------------------------------------------------------------------
|
|
|
|
ChatInfo =
|
|
{
|
|
ScriptFileName = MsgScriptFileDefault,
|
|
|
|
|
|
InitDungeon =
|
|
{
|
|
AfterDialog =
|
|
{
|
|
{ SpeakerIndex = "S_Hayreddin", Index = "Hayreddin_FaceCut01" },
|
|
}
|
|
},
|
|
|
|
CenterGuardArea =
|
|
{
|
|
BeforeDialog =
|
|
{
|
|
{ SpeakerIndex = "S_CyrusKey", Index = "CyrusKey_FaceCut01" },
|
|
},
|
|
|
|
AfterDialog =
|
|
{
|
|
{ SpeakerIndex = "S_CyrusKey", Index = "CyrusKey_FaceCut02" },
|
|
},
|
|
},
|
|
|
|
FallenCenterHall =
|
|
{
|
|
|
|
},
|
|
|
|
GuardianAltar =
|
|
{
|
|
BeforeDialog =
|
|
{
|
|
{ SpeakerIndex = "S_Hayreddin", Index = "HayEvo_FaceCut01" },
|
|
{ SpeakerIndex = "S_Hayreddin", Index = "HayEvo_FaceCut02" },
|
|
},
|
|
|
|
AfterDialog =
|
|
{
|
|
{ SpeakerIndex = "S_Hayreddin", Index = "HayEvo_FaceCut03" },
|
|
},
|
|
},
|
|
|
|
AbyssHall =
|
|
{
|
|
BeforeDialog =
|
|
{
|
|
{ SpeakerIndex = "S_Freloan", Index = "Freloan_FaceCut01" },
|
|
{ SpeakerIndex = "S_Freloan", Index = "Freloan_FaceCut02" },
|
|
},
|
|
|
|
AfterDialog =
|
|
{
|
|
{ SpeakerIndex = "S_Freloan", Index = "Freloan_FaceCut03" },
|
|
},
|
|
},
|
|
|
|
|
|
Hayreddin_EscapeDialog = { SpeakerIndex = "S_Hayreddin", Index = "Hayreddin_FaceCut02" },
|
|
|
|
|
|
SystemMessage =
|
|
{
|
|
Error_DoorOpen = "SystemMessage01",
|
|
},
|
|
}
|
|
|
|
|
|
NoticeInfo =
|
|
{
|
|
ScriptFileName = MsgScriptFileDefault,
|
|
|
|
IDReturn =
|
|
{
|
|
{ Index = "KQReturn30", }, -- 30초 남음
|
|
{ Index = nil, }, -- 25초 남음 : 메세지 없음
|
|
{ Index = "KQReturn20", }, -- 20초 남음
|
|
{ Index = nil, }, -- 15초 남음 : 메세지 없음
|
|
{ Index = "KQReturn10", }, -- 10초 남음
|
|
{ Index = "KQReturn5" , }, -- 05초 남음
|
|
},
|
|
}
|
|
|