Jump to content

BotPro2

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by BotPro2

  1. Code with errors is not my what is it used for ? Send me the file in PM.
  2. -- function.lua function QuestTimeForFapFap ( role ) local now_hour= os.date("%H") local now_mins= os.date("%M") now_hour= tonumber(now_hour) now_mins= tonumber(now_mins) timer = {00,03,06,09,12,15,18,21} -- You Hour for i,v in ipairs(timer) do if now_hour == v then if now_mins <= 30 then -- You Minute return 1 end end end end --MissionSDK.lua elseif conditions.func == QuestTimeForFapFap then local ret = QuestTimeForFapFap ( character, conditions.p1 ) if ret ~= LUA_TRUE then return LUA_FALSE end --MissionScript(01-08). lua add this trigger to you mission MisBeginCondition( QuestTimeForFapFap ) P.S Not tested!
×
×
  • Create New...