dnsBlah
dnsBlah
I'm having the same problem here. Even tho I get reply on the mapobjects, 9/10 times there are no wild_pokemon, or catchable_pokemon Only nearby_pokemon But there are no coordinates for...
Did you do the scans on the exact same location as well? And btw the delay does matter, well at leas lt for the forts to show up :( I...
In the profile you an find how long/when you can collect again ``` player_data { .... daily_bonus { next_defender_bonus_collect_timestamp_ms: 1469628924902 } .... } ``` and proto CollectDailyBonusMessage_pb2 CollectDailyBonusMessage_pb2 I guess...
I believe your evolution candies are listed in your inventory as well in the dictionary of the pokemon. ``` { "inventory_item_data": { "pokemon_family": { "family_id": 124, "candy": 20 } },...
@Nostrademous Thanks for the hints I don't think the statements are right, as a pokemon['is_egg'] == true does not tell me if its active or not. Instead the incubator tells...
Hi @Nostrademous Like I mentioned, the egg does not show anything about start... ``` { "inventory_item_data": { "pokemon": { "creation_time_ms": 1469191037546, "captured_cell_id": 5171996602586365952, "is_egg": true, "id": 11891607393952159418 } }, "modified_timestamp_ms":...
It also seems like that the incubators are not shown in the inventory list... Just 1 (the unlimited one), and I have 3
I'm guessing i have it working now.. However I don't get unique id's from my item: 902 But will see tomorrow..
@Nostrademous With an other proto class its working fine now :) Also finding other incubators :-)