tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

Find button broken #119

Open Drambuie opened 8 years ago

Drambuie commented 8 years ago

Find button seems broken on lastest release

BobbyWibowo commented 8 years ago

Broken on mine too. What does this button do originally?

Drambuie commented 8 years ago

on previous versions it would zoom in on the bot on the map, extremely handy when you are running multiple bots

BobbyWibowo commented 8 years ago

Ah. It actually works. I had userFollow enabled in the config, so it would always follow, lol.. But after disabling it, the find button works just fine. Try wchill/refactor branch. I heard it's going to be the main focus and the Find button works properly there.

EDIT: May actually not working correctly with multiple users. EDIT2: Fixed functionality with multiple users on my own build of wchill/refactor branch: https://github.com/BobbyWibowo/OpenPoGoWeb/commit/7a9af54e4fa74da6cfc89363bc16d090b59ce053

Drambuie commented 8 years ago

thanks i will look into it

Drambuie commented 8 years ago

Seems i don't have access to wchill

BobbyWibowo commented 8 years ago

You don't? That's strange. I don't see any reason as to why I do have access to wchill branch..

Drambuie commented 8 years ago

Find button seems to work if you disable

userZoom: false,
userFollow: false,

in the config/userdata.json

But only works for 1 user, if you have multiple bots configure it starts getting funny switching between them

BobbyWibowo commented 8 years ago

Did you try that on wchill/refactor branch? Because on that branch, multi user functionality is actually broken (at least it does here). Try my personal build: https://github.com/BobbyWibowo/OpenPoGoWeb (this was based on whill/refactor branch and I have already implemented most of the feature/pull requests - also, don't forget to check the userdata.js.example file, I kinda expanded the config a lot).