Jump to content

dieyesti

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by dieyesti

  1. 15 minutes ago, Poring King said:

     

    System/attendance.lub 

    
    Config = {	
    	StartDate = 20200801,
    	EndDate = 20200831
    }
    
    Reward = {
    	{ 1, 22979, 1 }, 
    	{ 2, 6316, 1 }, 
    	{ 3, 12265, 5 }, 
    	{ 4, 23047, 5 }, 
    	{ 5, 23038, 1 }, 
    	{ 6, 23043, 1 }, 
    	{ 7, 23340, 3 }, 
    	{ 8, 12516, 5 }, 
    	{ 9, 23307, 5 }, 
    	{ 10, 23899, 3 }, 
    	{ 11, 14533, 2 }, 
    	{ 12, 23012, 3 }, 
    	{ 13, 23048, 5 }, 
    	{ 14, 12264, 5 }, 
    	{ 15, 23046, 5 }, 
    	{ 16, 12515, 5 }, 
    	{ 17, 12522, 5 }, 
    	{ 18, 12523, 5 }, 
    	{ 19, 25464, 10 }, 
    	{ 20, 25791, 1 }
    }

     

    -- 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.

  2. Hello! Is there anyone there can teach me to add loading screen on my grf. I am using the thor patcher and place it on a folder Loadingscreen/data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/ but when I generate it targeted my data.grf then Accsi option, even unicode. It will add to the folder where my login screen is located. I dont know whats wrong.

×
×
  • Create New...