codesidian / Python-MissionChiefBot

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

Bot load only Vehicles of the selected server #34

Closed rewindtm closed 4 years ago

rewindtm commented 4 years ago

The bot now load only the vehicles of the selected server

rewindtm commented 4 years ago

The mission Id you have isn't the real mission id but the id associated at your account

https://www.missionchief.co.uk/einsaetze/12?mission_id=9537669 BASE_URL/einsaetze/[id]?mission_id=[id_associated_at_player]

jackbayliss commented 4 years ago

The mission Id you have isn't the real mission id but the id associated at your account

https://www.missionchief.co.uk/einsaetze/12?mission_id=9537669 BASE_URL/einsaetze/[id]?mission_id=[id_associated_at_player]

You're correct! My bad. In that case this would be useful, but I think if the user could self generate these files it would be more useful. I'm testing the changes now.

jackbayliss commented 4 years ago

Moved your PR to the following branch: https://github.com/codesidian/Python-MissionChiefBot/tree/pr/34

Will add some kind of mission generation logic, feel free to use that branch to pull / commit to with these new vehicle/mission changes.