What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

getScheduleItems() BUG

mage

New Member
Joined
Sep 19, 2012
Messages
29
Reaction score
0
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:
Out, can you let us know you got this message and are looking into it when you wake?
 
Manicao can u give full code not workign for me
 
Back
Top