Files
chuanqi-server-instance/LogicServer/data/config/guide/newGuides/guide37.txt
2024-12-16 20:45:03 +08:00

52 lines
1.4 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--9指引玩家去接任务
{
maxLevel = 15,
triggerList =
{
{ type = 3, valueList = {9,}}, --有这个可接任务
},
--引导的步骤
steps =
{
--第1步 指向导航标签
{
condList =
{
{ type = 1, helpId = 50, dataList = {0,} }, --任务追踪面板可见
{ type = 4, helpId = 51, dataList = {2,} }, --任务追踪面板没有选中第2项
{ type = 11, helpId = 0, dataList = {9,} }, --存在可接任务
},
action = { type = 2, helpId = 51, data = 2, desc = OldLang.GuideLang.desc4 }, --指向任务追踪面板第2项
},
--第3步 指向npc对话框 接受任务按钮
{
condList =
{
{ type = 1, helpId = 40, dataList = {0,} }, --npc对话框可见
{ type = 11, helpId = 0, dataList = {9,} }, --存在可接任务
{ type = 19, helpId = 40, dataList = {OldLang.GuideLang.name7,} }, --指定NPC
},
--指向对话框的接受按钮
action = { type = 1, helpId = 41, data = 0, desc = OldLang.GuideLang.desc5 },
},
--第4步 结束指引
{
condList =
{
{ type = 2, helpId = 40, dataList = {0,} }, --npc对话框不可见
{ type = 12, helpId = 0, dataList = {9,} }, --不存在可接任务
},
--无内容
action = { type = 1, helpId = 41, data = 0, desc = OldLang.GuideLang.desc5 },
},
},
},