Cyrexxis / RokTracker

Open Source Rise of Kingdoms Stats Management Tool. Track TOP X Players of kingdom / alliance / honor leaderboard.
MIT License
46 stars 18 forks source link

City hall level tracking #103

Open jokerle opened 2 months ago

jokerle commented 2 months ago

A few other scanner support identifying the City Hall level of a governor. I think this is done by going to the Governor Search and then getting the CH level from the city picture. Requires CH16.

New domain registration mode counts all CH25 for matchmaking, hence this is becoming more of an issue for kingdoms.

jokerle commented 2 months ago

I know python but little about OCR and ADB, not sure how much i can contribute to this feature.

Cyrexxis commented 2 months ago

I am currently busy with other stuff, but another way could be to do a city hall scan (via the city hall ranking - not implemented) once in a while and combine those results with the normal scan based on the governor ID.

I suggest that because I think opening the search for every governor can be very slow, and also, implementing said city hall level scan is rather easy; it's just a modification of one of the existing scanners (probably the seed scanner that is currently unreleased, only in dev)