Neraud / PADListener

Android application to sync PAD to PADherder
GNU General Public License v2.0
25 stars 18 forks source link

Sync only favorites #32

Closed Spiridios closed 9 years ago

Spiridios commented 9 years ago

I don't really like having padherder track my pengs, super metals, plus eggs, and various other riff raff freeloading in my box until it's time to feed them off. Having PADListener only sync those things that are favorited would help keep the "+monsters" list noise free.

Neraud commented 9 years ago

The "favourite" info is not available in the monster box capture. My guess is that it is stored on the device itself and not on GungHo's server.

I was planning to add an ignore list to hide some monsters (ex : carbuncles, ogres ...) in your created monsters (see #17 ). Would that work for you ?

Spiridios commented 9 years ago

Ah, figures that data isn't available. Ignoring kinds of monsters for addition seems a reasonable solution given the data available to PADListener. There's one case I'm wondering how it'll work. Since I "gotta catch them all", I keep a lot of critters normally used for skill ups. So let's say I have my Charming Temptress, Wicked Lady I'm keeping for collection, and a handful I'm keeping for skilling up my Persephone (waiting for a 2x skillup event), how will PADListener know which one to use for the update and which ones to ignore for the add?

Neraud commented 9 years ago

I was planning to only filter the "Created monsters" using the ignore list. If you already have a monster in PADherder, it will try to update it with the highest exp one in your box.

I'll close this issue. If you have any questions / suggestions about filtering monsters, you can use the issue #17.