-- Generated with Secret's Attendance Generator version 1.1.0
Config = { StartDate = 20200907, EndDate = 20200927 }
Reward = {
{ 1, 12208, 1 },
{ 2, 12210, 1 },
{ 3, 14500, 1 },
{ 4, 12211, 1 },
{ 5, 7621, 1 },
{ 6, 14002, 1 },
{ 7, 14003, 1 },
{ 8, 985, 1 },
{ 9, 984, 1 },
{ 10, 7776, 1 },
{ 11, 526, 1 },
{ 12, 607, 1 },
{ 13, 12075, 1 },
{ 14, 12080, 1 },
{ 15, 12085, 1 },
{ 16, 12090, 1 },
{ 17, 12095, 1 },
{ 18, 12100, 1 },
{ 19, 6697, 1 },
{ 20, 5474, 1 }
}
main = function()
result, msg = InsertCheckAttendanceConfig(Config.EvendOnOff, Config.StartDate, Config.EndDate)
if not result == true then
return false, msg
end
for k, rewardtbl in pairs(Reward) do
result, msg = InsertCheckAttendanceReward(rewardtbl[1], rewardtbl[2], rewardtbl[3])
if not result == true then
return false, msg
end
end
return true, "success"
end
Mine was this. but the event period at the top didnt change.