2022-04-29 16:40:51 +02:00

55 lines
1.1 KiB
Lua

local L0_1, L1_1, L2_1, L3_1, L4_1, L5_1, L6_1, L7_1, L8_1, L9_1, L10_1, L11_1, L12_1, L13_1, L14_1, L15_1
L0_1 = require
L1_1 = "Actor/ActorCommon"
L0_1(L1_1)
L0_1 = require
L1_1 = "Actor/Npc/Config/NpcConfigCommon"
L0_1 = L0_1(L1_1)
L1_1 = L0_1.GeneralPattern
L2_1 = L0_1.DailyCondition
L3_1 = L0_1.QuestState
L4_1 = L0_1.ActionPointType
L5_1 = L0_1.CompareOperation
L6_1 = {}
L7_1 = {}
L7_1.NpcId = "3024"
L7_1.Alias = "Npc3024"
L8_1 = {}
L9_1 = {}
L10_1 = {}
L11_1 = L2_1.AllDay
L10_1.daily = L11_1
L10_1.sceneId = 3
L10_1.priority = 0
L9_1.condition = L10_1
L10_1 = {}
L11_1 = {}
L11_1.startTime = 6
L11_1.id = 2386
L12_1 = L4_1.StandbyPoint
L11_1.actionType1 = L12_1
L12_1 = {}
L12_1.startTime = 12
L12_1.id = 2383
L13_1 = L4_1.StandbyPoint
L12_1.actionType1 = L13_1
L13_1 = {}
L13_1.startTime = 18
L13_1.id = 2386
L14_1 = L4_1.StandbyPoint
L13_1.actionType1 = L14_1
L14_1 = {}
L14_1.startTime = 0
L14_1.id = 2383
L15_1 = L4_1.StandbyPoint
L14_1.actionType1 = L15_1
L10_1[1] = L11_1
L10_1[2] = L12_1
L10_1[3] = L13_1
L10_1[4] = L14_1
L9_1.schedulePoints = L10_1
L8_1[1] = L9_1
L7_1.DailyScheduleData = L8_1
L6_1.Data = L7_1
return L6_1