neskk

Results 42 comments of neskk

@dev042 Maybe you didn't get any errors when encountering the monsters... What I think @drallieiv is saying is that when encounters fails or perhaps if you have encounters disabled, the...

Nice effort 👍 but I think that removing Gyms from map when they don't have the desired raid boss is kinda bad and the other raid filters try to avoid...

@friscoMad `WorkerStatus` and `MainWorker` could be reworked yes, but then the scope of this PR would increase greatly and we would have to rework the interface. I'm not against this,...

@FrostTheFox - I didn't put my PR here in competition with #2376. Everyone is spinning this as me trying to overshadow that work when it's not true. - I certainly...

Perhaps if everyone looked more at the code this whole discussion would be avoided. #2376 was far from "well tested" and fully functional, those claims are untrue. People have the...

I'm re-writing account allocation, current method is imperfect and I think this will solve some weird issues. Should be pushed in a couple of hours.

@friscoMad I totally agree with you in what you said, I tried to leave room for changes in the future and I think account manager can accommodate what you're thinking....

@tokar86a currently, **only shadow-ban is not verified for hlvl-workers**. This means, accounts will be marked as temporary/permanent ban but never shadow-ban. Since *normal* Shadow-Ban detection requires a get_map_objects request to...

I understand it's hard to test and read the changes when there's so much stuff. I've been testing this for a while, the recent changes (encounters retry, etc.) introduced a...

Updated Account model, for those of you who are already on this database schema version, you can update schema manually with: ``` ALTER TABLE `pogomap`.`account` CHANGE COLUMN `fail` `failed` SMALLINT(6)...