codesidian / Python-MissionChiefBot

A Python bot for the online game MissionChief
Other
13 stars 15 forks source link

Requirement Logic #27

Closed codesidian closed 4 years ago

codesidian commented 4 years ago

Somehow the bot thinks some vehicles can be dispatched to missions when they can't due to the mission requirements. Although somewhat functional right now, this needs ironing out.

jackbayliss commented 4 years ago

Agreed, this only appears on accounts with missions > 100 from what I've seen. It could also be due to unneeded vehicles in the helpers.py which would never appear as a checkbox.

jackbayliss commented 4 years ago

Mostly ironed out by checking the checkboxes on screen with the vehicle ID, again probably needs ironing out more but fully functional now.

jackbayliss commented 4 years ago

Closing until any issues arise.