Code:
foreach (var i in getScheduleItems())
{
Log("Time before we can claim next item: " + i.remainTime.ToString());
Log("Item name: " + i.db.name);
Log("Received today: " + i.totalReceivedCount.ToString());
if(i.Claim())
Log("Success")
else
Log("Error: " + GetLastError().ToString());
}
With the new event realsed today this constantly gives the error: "ActionNotAllowed" while `remainTime` is always 0 and `db` does not exist.
Perhaps AB needs to be updated to support the latest event, Out?
Last edited: