codesidian / Python-MissionChiefBot

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

Bot not dispatching #14

Closed Stiker839 closed 4 years ago

Stiker839 commented 4 years ago

The bot logs in and then just sits on the map page.

Stiker839 commented 4 years ago

image

jackbayliss commented 4 years ago

Interesting, Could you post the chrome screen with it if possible? It's hard to debug with just our console. We're currently working on a new branch, so hopefully this will be ironed out.

Stiker839 commented 4 years ago

image

jackbayliss commented 4 years ago

Please use a vanilla game, seems you’re using LSS. Give a vanilla game a try.

On 3 Feb 2020, at 18:44, Watchdog753 notifications@github.com wrote:



— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Stiker839 commented 4 years ago

Unfortunately that did not solve it :(

jackbayliss commented 4 years ago

@Watchdog753 Please supply some screenshots, can't diagnose anything without content.

Stiker839 commented 4 years ago

I attached the 2 above screen shots as that is all I see. What specific screen shits do you want?

jackbayliss commented 4 years ago

@Watchdog753 since you removed LSS the screenshots should look different, so I need some new screenshots to see why it’s not working, and to confirm a vanilla game.

Stiker839 commented 4 years ago

Will upload some in 3 hours when I get back

Stiker839 commented 4 years ago

image

jackbayliss commented 4 years ago

@Watchdog753 still doesn’t look like a vanilla game to me, as it’s black etc. Is that a user setting? @codesidian

codesidian commented 4 years ago

Odd. Icons are probably just a graphic pack, but something else is definitely altering styling. Maybe if @Watchdog753 could CTRL+S on chrome and upload the resulting .html here so we can debug it.

Failing that, the object-and-flow-change branch has changed how errors are caught so you could try your luck with that. It should be in a runnable state.

Stiker839 commented 4 years ago

The black is a theme in-game and it does not have impact on the game as its just a vanilla game just ith dark mode on it. I will do what you say @codesidian when I get back.

Stiker839 commented 4 years ago

How do i upload the HTML as it wont allow me @codesidian

codesidian commented 4 years ago

You can open the .html with notepad, press CTRL+A, then CTRL+C. Then on here as a comment like this:

--- start of comment template ---

This is my HTML code. ``` [past it here] ```

--- end of comment template---

Make sure to keep it between those ``` symbols.

Either that or upload it using something like this and post the link here or email it to me at jlatham@codesidian.com

Stiker839 commented 4 years ago

Emailed the html code across to you both

jackbayliss commented 4 years ago

@Watchdog753 Appreciate the code, please try the new code. I've merged our branch in so you should be able to test if missions are being dispatched etc.

Please create a new issue if anything still occurs.