Files
chuanqi-server/server/cross/LogicServer/data/config/guide/newGuides/guide230.txt
aixianling 06658f112f init
2024-12-13 13:41:02 +08:00

27 lines
425 B
Plaintext

--空格键 快捷键指引
{
maxLevel = 20,
--触发条件
triggerList =
{
{ type = 5, valueList = {11,12,13,14,15,16,17,18,19,20}}, --等级达20
} ,
--引导的步骤
steps =
{
--第1步 出现快捷键指引的条件
{
condList =
{
{ type = 15, helpId = 0, dataList = {4,} }, --在指定地图
},
--快捷键提示出现
action = { type = 15, helpId = 0, data = 8, desc = 0 },
},
},
},