Files
hk4e/gdconf/game_data_config/lua/quest/Q1000ShareConfig.lua
2022-11-30 00:00:20 +08:00

1397 lines
24 KiB
Go

-- 任务配置
-- 父任务id
main_id = 1000
sub_ids =
{
100000,
100001,
100002,
100003,
100004,
100005,
100006,
100007,
100021,
100022,
100023,
100024,
100025,
100026,
100008,
100015,
100009,
100010,
100011,
100012,
100013,
100014,
}
rewind_data = {}
rewind_data["100001"] =
{
npcs =
{
-- {
-- -- 一弦
-- alias = "Npc201801",
-- script = "Actor/Npc/TempNPC",
-- id = 201801,
-- pos = "Q1000Npc101",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
-- {
-- -- 一柱
-- alias = "Npc200701",
-- script = "Actor/Npc/TempNPC",
-- id = 200701,
-- pos = "Q1000Npc102",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
{
-- 博来
alias = "Npc201301",
script = "Actor/Npc/TempNPC",
id = 201301,
pos = "Q1000Npc501",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
-- {
-- -- 阿伟
-- alias = "Npc200801",
-- script = "Actor/Npc/TempNPC",
-- id = 200801,
-- pos = "Q1000Npc301",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
-- {
-- -- 星稀
-- alias = "Npc202001",
-- script = "Actor/Npc/TempNPC",
-- id = 202001,
-- pos = "Q1000Npc302",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
{
-- 德安公
alias = "Npc200901",
script = "Actor/Npc/TempNPC",
id = 200901,
pos = "Q1000Npc401",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
-- {
-- -- 茶博士
-- alias = "Npc201001",
-- script = "Actor/Npc/TempNPC",
-- id = 201001,
-- pos = "Q1000Npc201",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
{
-- 范二爷
alias = "Npc201101",
script = "Actor/Npc/TempNPC",
id = 201101,
pos = "Q1000Npc502",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
-- {
-- -- 纪芳
-- alias = "Npc162501",
-- script = "Actor/Npc/TempNPC",
-- id = 162501,
-- pos = "Q1000Npc503",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
{
-- 小安/换为观海
alias = "Npc203601",
script = "Actor/Npc/TempNPC",
id = 203601,
pos = "Q1000Npc601",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 江舟/换为琳琅
alias = "Npc202301",
script = "Actor/Npc/TempNPC",
id = 202301,
pos = "Q1000Npc701",
scene_id = 3,
room_ID = 0,
data_index = 0,
}
}
}
rewind_data["100009"] =
{
avatar = {
scene_id = 3,
pos = "Q100015Player"
},
}
rewind_data["100016"] =
{
npcs =
{
-- {
-- -- 一弦
-- alias = "Npc201801",
-- script = "Actor/Npc/TempNPC",
-- id = 201801,
-- pos = "Q1000Npc101",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
-- {
-- -- 一柱
-- alias = "Npc200701",
-- script = "Actor/Npc/TempNPC",
-- id = 200701,
-- pos = "Q1000Npc102",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
{
-- 博来
alias = "Npc201301",
script = "Actor/Npc/TempNPC",
id = 201301,
pos = "Q1000Npc501",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
-- {
-- -- 阿伟
-- alias = "Npc200801",
-- script = "Actor/Npc/TempNPC",
-- id = 200801,
-- pos = "Q1000Npc301",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
-- {
-- -- 星稀
-- alias = "Npc202001",
-- script = "Actor/Npc/TempNPC",
-- id = 202001,
-- pos = "Q1000Npc302",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
{
-- 德安公
alias = "Npc200901",
script = "Actor/Npc/TempNPC",
id = 200901,
pos = "Q1000Npc401",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
-- {
-- -- 茶博士
-- alias = "Npc201001",
-- script = "Actor/Npc/TempNPC",
-- id = 201001,
-- pos = "Q1000Npc201",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- },
{
-- 范二爷
alias = "Npc201101",
script = "Actor/Npc/TempNPC",
id = 201101,
pos = "Q1000Npc502",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 纪芳
alias = "Npc162501",
script = "Actor/Npc/TempNPC",
id = 162501,
pos = "Q1000Npc503",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 小安/换为观海
alias = "Npc203601",
script = "Actor/Npc/TempNPC",
id = 203601,
pos = "Q1000Npc601",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 江舟/换为琳琅
alias = "Npc202301",
script = "Actor/Npc/TempNPC",
id = 202301,
pos = "Q1000Npc701",
scene_id = 3,
room_ID = 0,
data_index = 0,
}
}
}
rewind_data["100010"] =
{
npcs =
{
{
-- Ivan
alias = "Npc207201",
script = "Actor/Npc/TempNPC",
id = 207201,
pos = "Q1000Wit31",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- changshun
alias = "Npc209001",
script = "Actor/Npc/TempNPC",
id = 209001,
pos = "Q1000Wit32",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- 琳琅
alias = "Npc202301",
script = "Actor/Npc/TempNPC",
id = 202301,
pos = "Q1000Wit33",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- 茶博士
alias = "Npc201001",
script = "Actor/Npc/TempNPC",
id = 201001,
pos = "Q1000Wit11",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 范二爷
alias = "Npc201101",
script = "Actor/Npc/TempNPC",
id = 201101,
pos = "Q1000Wit13",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 纪芳
alias = "Npc162501",
script = "Actor/Npc/TempNPC",
id = 162501,
pos = "Q1000Wit8",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 小安
alias = "Npc201201",
script = "Actor/Npc/TempNPC",
id = 201201,
pos = "Q1000Wit12",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 江舟
alias = "Npc202601",
script = "Actor/Npc/TempNPC",
id = 202601,
pos = "Q1000Wit36",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 背景板守卫1
alias = "Npc2003004",
script = "Actor/Npc/TempNPC",
id = 2003004,
pos = "Q1000Guard51",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 背景板守卫2
alias = "Npc2003005",
script = "Actor/Npc/TempNPC",
id = 2003005,
pos = "Q1000Guard52",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
}
}
-- rewind_data["100008"] =
-- {
-- npcs =
-- {
-- {
-- alias = "Ambor",
-- script = "Actor/Quest/Q301/Ambor301",
-- id = 1002,
-- pos = "100008AmborHidden",
-- scene_id = 3,
-- room_ID = 0,
-- data_index = 0,
-- }
-- }
-- }
rewind_data["100025"] =
{
npcs =
{
-- {
-- -- 卉卉
-- alias = "Npc202101",
-- script = "Actor/Npc/TempNPC",
-- id = 202101,
-- pos = "Q100007Npc1",
-- scene_id = 3,
-- room_id = 0,
-- data_index = 0,
-- },
-- {
-- -- 璃彩
-- alias = "Npc202201",
-- script = "Actor/Npc/TempNPC",
-- id = 202201,
-- pos = "Q100007Npc2",
-- scene_id = 3,
-- room_id = 0,
-- data_index = 0,
-- },
-- {
-- -- 琳琅
-- alias = "Npc202301",
-- script = "Actor/Npc/TempNPC",
-- id = 202301,
-- pos = "Q100007Npc3",
-- scene_id = 3,
-- room_id = 0,
-- data_index = 0,
-- },
-- {
-- -- 秀华
-- alias = "Npc209101",
-- script = "Actor/Npc/TempNPC",
-- id = 209101,
-- pos = "Q100007Npc4",
-- scene_id = 3,
-- room_id = 0,
-- data_index = 0,
-- },
-- {
-- -- Changchang
-- alias = "Npc202501",
-- script = "Actor/Npc/TempNPC",
-- id = 202501,
-- pos = "Q100007Npc5",
-- scene_id = 3,
-- room_id = 0,
-- data_index = 0,
-- },
}
}
rewind_data["100014"] =
{
npcs =
{
{
-- gongzi
alias = "Npc10200",
script = "Actor/Npc/TempNPC",
id = 10200,
pos = "Q100014Gongzi",
scene_id = 3,
room_id = 0,
data_index = 0,
}
}
}
quest_data = {}
quest_data["100001"] =
{
npcs =
{
{
-- Paimon
alias = "Paimon",
script = "Actor/Quest/Q352/Paimon",
id = 1005,
pos = "Q100015Paimon",
scene_id = 3,
room_id = 0,
data_index = 0,
},
}
}
quest_data["100000"] =
{
npcs =
{
{
-- 一弦
alias = "Npc201801",
script = "Actor/Npc/TempNPC",
id = 201801,
pos = "Q1000Npc101",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 一柱
alias = "Npc200701",
script = "Actor/Npc/TempNPC",
id = 200701,
pos = "Q1000Npc102",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 博来
alias = "Npc201301",
script = "Actor/Npc/TempNPC",
id = 201301,
pos = "Q1000Npc501",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 阿伟
alias = "Npc200801",
script = "Actor/Npc/TempNPC",
id = 200801,
pos = "Q1000Npc301",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 星稀
alias = "Npc202001",
script = "Actor/Npc/TempNPC",
id = 202001,
pos = "Q1000Npc302",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 德安公
alias = "Npc200901",
script = "Actor/Npc/TempNPC",
id = 200901,
pos = "Q1000Npc401",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 茶博士
alias = "Npc201001",
script = "Actor/Npc/TempNPC",
id = 201001,
pos = "Q1000Npc201",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 范二爷
alias = "Npc201101",
script = "Actor/Npc/TempNPC",
id = 201101,
pos = "Q1000Npc502",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 纪芳
alias = "Npc162501",
script = "Actor/Npc/TempNPC",
id = 162501,
pos = "Q1000Npc503",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 小安/换为观海
alias = "Npc203601",
script = "Actor/Npc/TempNPC",
id = 203601,
pos = "Q1000Npc601",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 江舟/换为琳琅
alias = "Npc202301",
script = "Actor/Npc/TempNPC",
id = 202301,
pos = "Q1000Npc701",
scene_id = 3,
room_ID = 0,
data_index = 0,
}
}
}
quest_data["100004"] =
{
npcs =
{
{
-- 纪芳
alias = "Npc162501",
script = "Actor/Npc/TempNPC",
id = 162501,
pos = "Q1000Npc503",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
}
}
quest_data["100007"] =
{
npcs =
{
{
-- 卉卉
alias = "Npc202101",
script = "Actor/Npc/TempNPC",
id = 202101,
pos = "Q100007Npc1",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- 璃彩
alias = "Npc202201",
script = "Actor/Npc/TempNPC",
id = 202201,
pos = "Q100007Npc2",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- 琳琅
alias = "Npc202301",
script = "Actor/Npc/TempNPC",
id = 202301,
pos = "Q100007Npc3",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- 秀华
alias = "Npc209101",
script = "Actor/Npc/TempNPC",
id = 209101,
pos = "Q100007Npc4",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- Changchang
alias = "Npc202501",
script = "Actor/Npc/TempNPC",
id = 202501,
pos = "Q100007Npc5",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- Ivan
alias = "Npc207201",
script = "Actor/Npc/TempNPC",
id = 207201,
pos = "Q1000Pray01",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- changshun
alias = "Npc209001",
script = "Actor/Npc/TempNPC",
id = 209001,
pos = "Q1000Pray02",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- ningguang
alias = "Npc10211",
script = "Actor/Npc/TempNPC",
id = 10211,
pos = "Q1000Ningguang",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- maid1
alias = "Npc2002901",
script = "Actor/Npc/TempNPC",
id = 2002901,
pos = "Q1000Maid1",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- maid2
alias = "Npc2003001",
script = "Actor/Npc/TempNPC",
id = 2003001,
pos = "Q1000Maid2",
scene_id = 3,
room_id = 0,
data_index = 0,
},
}
}
quest_data["100013"] =
{
npcs =
{
{
-- gongzi
alias = "Npc10200",
script = "Actor/Npc/TempNPC",
id = 10200,
pos = "Q100013Gongzi",
scene_id = 3,
room_id = 0,
data_index = 0,
}
}
}
quest_data["100014"] =
{
npcs =
{
{
-- gongzi
alias = "Npc10200",
script = "Actor/Npc/TempNPC",
id = 10200,
pos = "Q100014Gongzi",
scene_id = 3,
room_id = 0,
data_index = 0,
}
}
}
quest_data["100024"] =
{
gadgets = {
{
id = 70710044,
pos = "Q1000Xianglu1",
alias = "Xianglu1",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 70710044,
pos = "Q1000Xianglu2",
alias = "Xianglu2",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
npcs =
{
{
-- Ivan
alias = "Npc207201",
script = "Actor/Npc/TempNPC",
id = 207201,
pos = "Q1000Pray01",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- changshun
alias = "Npc209001",
script = "Actor/Npc/TempNPC",
id = 209001,
pos = "Q1000Pray02",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- ningguang
alias = "Npc10211",
script = "Actor/Npc/TempNPC",
id = 10211,
pos = "Q1000Ningguang",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- maid1
alias = "Npc2002901",
script = "Actor/Npc/TempNPC",
id = 2002901,
pos = "Q1000Maid1",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- maid2
alias = "Npc2003001",
script = "Actor/Npc/TempNPC",
id = 2003001,
pos = "Q1000Maid2",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- xianglu1
alias = "Npc2003002",
script = "Actor/Npc/TempNPC",
id = 2003002,
pos = "Q1000Xianglu2",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- xiamglu2
alias = "Npc2003003",
script = "Actor/Npc/TempNPC",
id = 2003003,
pos = "Q1000Xianglu1",
scene_id = 3,
room_id = 0,
data_index = 0,
},
}
}
quest_data["100015"] =
{
npcs =
{
{
-- Paimon
alias = "Paimon",
script = "Actor/Quest/Q352/Paimon",
id = 1005,
pos = "Q100015Paimon",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- Ivan
alias = "Npc207201",
script = "Actor/Npc/TempNPC",
id = 207201,
pos = "Q1000Wit31",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- changshun
alias = "Npc209001",
script = "Actor/Npc/TempNPC",
id = 209001,
pos = "Q1000Wit32",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- 琳琅
alias = "Npc202301",
script = "Actor/Npc/TempNPC",
id = 202301,
pos = "Q1000Wit33",
scene_id = 3,
room_id = 0,
data_index = 0,
},
{
-- 茶博士
alias = "Npc201001",
script = "Actor/Npc/TempNPC",
id = 201001,
pos = "Q1000Wit11",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 范二爷
alias = "Npc201101",
script = "Actor/Npc/TempNPC",
id = 201101,
pos = "Q1000Wit13",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 纪芳
alias = "Npc162501",
script = "Actor/Npc/TempNPC",
id = 162501,
pos = "Q1000Wit8",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 小安
alias = "Npc201201",
script = "Actor/Npc/TempNPC",
id = 201201,
pos = "Q1000Wit12",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 江舟
alias = "Npc202601",
script = "Actor/Npc/TempNPC",
id = 202601,
pos = "Q1000Wit36",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 背景板守卫1
alias = "Npc2003004",
script = "Actor/Npc/TempNPC",
id = 2003004,
pos = "Q1000Guard51",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 背景板守卫2
alias = "Npc2003005",
script = "Actor/Npc/TempNPC",
id = 2003005,
pos = "Q1000Guard52",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI1",
script = "Actor/Npc/YJTSneakAI",
id = 10061,
pos = "Q1000Guard01",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI2",
script = "Actor/Npc/YJTSneakAI",
id = 10062,
pos = "Q1000Guard02",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI3",
script = "Actor/Npc/YJTSneakAI",
id = 10063,
pos = "Q1000Guard03",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI4",
script = "Actor/Npc/YJTSneakAI",
id = 10064,
pos = "Q1000Guard0401",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI7",
script = "Actor/Npc/YJTSneakAI",
id = 10067,
pos = "Q1000Guard07",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI8",
script = "Actor/Npc/YJTSneakAI",
id = 10068,
pos = "Q1000Guard08",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI10",
script = "Actor/Npc/YJTSneakAI",
id = 10070,
pos = "Q1000Guard10",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI11",
script = "Actor/Npc/YJTSneakAI",
id = 10071,
pos = "Q1000Guard11",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI12",
script = "Actor/Npc/YJTSneakAI",
id = 10072,
pos = "Q1000Guard12",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI13",
script = "Actor/Npc/YJTSneakAI",
id = 10073,
pos = "Q1000Guard13",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI14",
script = "Actor/Npc/YJTSneakAI",
id = 10074,
pos = "Q1000Guard14",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI15",
script = "Actor/Npc/YJTSneakAI",
id = 10075,
pos = "Q1000Guard15",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI16",
script = "Actor/Npc/YJTSneakAI",
id = 10076,
pos = "Q1000Guard16",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI17",
script = "Actor/Npc/YJTSneakAI",
id = 10077,
pos = "Q1000Guard17",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI31",
script = "Actor/Npc/YJTSneakAI",
id = 10078,
pos = "Q1000Guard31",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI32",
script = "Actor/Npc/YJTSneakAI",
id = 10079,
pos = "Q1000Guard32",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI33",
script = "Actor/Npc/YJTSneakAI",
id = 10080,
pos = "Q1000Guard33",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI34",
script = "Actor/Npc/YJTSneakAI",
id = 10081,
pos = "Q1000Guard34",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI35",
script = "Actor/Npc/YJTSneakAI",
id = 10082,
pos = "Q1000Guard35",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI36",
script = "Actor/Npc/YJTSneakAI",
id = 10083,
pos = "Q1000Guard36",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
}
}
quest_data["100010"] =
{
npcs =
{
{
-- 真实守卫
alias = "SneakAI1",
script = "Actor/Npc/YJTSneakAI",
id = 10061,
pos = "Q1000Guard01",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI2",
script = "Actor/Npc/YJTSneakAI",
id = 10062,
pos = "Q1000Guard02",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI3",
script = "Actor/Npc/YJTSneakAI",
id = 10063,
pos = "Q1000Guard03",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI4",
script = "Actor/Npc/YJTSneakAI",
id = 10064,
pos = "Q1000Guard0401",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI7",
script = "Actor/Npc/YJTSneakAI",
id = 10067,
pos = "Q1000Guard07",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI8",
script = "Actor/Npc/YJTSneakAI",
id = 10068,
pos = "Q1000Guard08",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI10",
script = "Actor/Npc/YJTSneakAI",
id = 10070,
pos = "Q1000Guard10",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI11",
script = "Actor/Npc/YJTSneakAI",
id = 10071,
pos = "Q1000Guard11",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI12",
script = "Actor/Npc/YJTSneakAI",
id = 10072,
pos = "Q1000Guard12",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI13",
script = "Actor/Npc/YJTSneakAI",
id = 10073,
pos = "Q1000Guard13",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI14",
script = "Actor/Npc/YJTSneakAI",
id = 10074,
pos = "Q1000Guard14",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI15",
script = "Actor/Npc/YJTSneakAI",
id = 10075,
pos = "Q1000Guard15",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI16",
script = "Actor/Npc/YJTSneakAI",
id = 10076,
pos = "Q1000Guard16",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI17",
script = "Actor/Npc/YJTSneakAI",
id = 10077,
pos = "Q1000Guard17",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI31",
script = "Actor/Npc/YJTSneakAI",
id = 10078,
pos = "Q1000Guard31",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI32",
script = "Actor/Npc/YJTSneakAI",
id = 10079,
pos = "Q1000Guard32",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI33",
script = "Actor/Npc/YJTSneakAI",
id = 10080,
pos = "Q1000Guard33",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI34",
script = "Actor/Npc/YJTSneakAI",
id = 10081,
pos = "Q1000Guard34",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI35",
script = "Actor/Npc/YJTSneakAI",
id = 10082,
pos = "Q1000Guard35",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
{
-- 真实守卫
alias = "SneakAI36",
script = "Actor/Npc/YJTSneakAI",
id = 10083,
pos = "Q1000Guard36",
scene_id = 3,
room_ID = 0,
data_index = 0,
},
}
}
quest_data["100011"] =
{
transmit_points = {
{
point_id = 1,
scene_id = 3,
pos = "Q1001Trans"
},
}
}