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.
76 lines
2.2 KiB
76 lines
2.2 KiB
--------------------------------------------------------------------------------
|
|
-- Promote Job2_Forest Name Data --
|
|
--------------------------------------------------------------------------------
|
|
-- npc ´ë»ç Á¤º¸
|
|
ChatInfo =
|
|
{
|
|
ScriptFileName = MsgScriptFileDefault,
|
|
|
|
FirstMeeting =
|
|
{
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FirstR0",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FirstR1",},
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "FirstE2",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FirstR3",},
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "FirstE4",},
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "FirstE5",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FirstR6",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FirstR7",},
|
|
},
|
|
|
|
DialogSecond =
|
|
{
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "SecondR0",},
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "SecondE1",},
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "SecondE2",},
|
|
},
|
|
|
|
DialogThird =
|
|
{
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "ThirdE0",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "ThirdR1",},
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "ThirdE2",},
|
|
|
|
},
|
|
|
|
DialogFourth =
|
|
{
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "ForthE0",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "ForthR1",},
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "ForthE2",},
|
|
},
|
|
|
|
QuestSuccess =
|
|
{
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FifthR0",},
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "FifthE1",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FifthR2",},
|
|
{ SpeakerIndex = "Job2_YongE", MsgIndex = "FifthE3",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FifthR4",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FifthR5",},
|
|
{ SpeakerIndex = "Job2_BraveR", MsgIndex = "FifthR6",},
|
|
},
|
|
}
|
|
|
|
|
|
-- ReturnToHome °øÁö
|
|
NoticeInfo =
|
|
{
|
|
ScriptFileName = MsgScriptFileDefault,
|
|
|
|
MissionObj =
|
|
{
|
|
Index = "MissionObj"
|
|
},
|
|
|
|
IDReturn =
|
|
{
|
|
{ Index = "RouReturn30", }, -- 30ÃÊ ³²À½
|
|
{ Index = nil, }, -- 25ÃÊ ³²À½ : ¸Þ¼¼Áö ¾øÀ½
|
|
{ Index = "RouReturn20", }, -- 20ÃÊ ³²À½
|
|
{ Index = nil, }, -- 15ÃÊ ³²À½ : ¸Þ¼¼Áö ¾øÀ½
|
|
{ Index = "RouReturn10", }, -- 10ÃÊ ³²À½
|
|
{ Index = "RouReturn5" , }, -- 05ÃÊ ³²À½
|
|
},
|
|
}
|
|
|
|
|