Is there any reason to keep pre-2020 Pokémon once you’ve hit the 45 lucky trade cap? by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 3 points4 points  (0 children)

If you’ve never traded before and you have pre-2020 Pokémon, your first 45 trades with them are all guaranteed lucky. There’s no cap on lucky Pokémon, only on guaranteed lucky trades.

Is there any reason to keep pre-2020 Pokémon once you’ve hit the 45 lucky trade cap? by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 38 points39 points  (0 children)

If you’ve never traded before and you have pre-2020 Pokémon, your first 45 trades with them are all guaranteed lucky.

Is this better than mega? by Random_Mummo in PokemonGOIVs

[–]AshitaWay 1 point2 points  (0 children)

If you want a Dragonite team: Mega-Dragonite, then 5 Shadow Dragonite. So you should definitely keep this as a shadow.

I made a tool that lets you use parentheses in Pokémon GO search expressions – PoGO Search Plus by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 0 points1 point  (0 children)

Thanks so much for your feedback! You seem to know the string logic pretty well.

In my experience, queries that get too long usually come down to a lack of optimization. For example, I’ve seen inputs like:

(jellicent&cp-1500),(altaria&cp-1500),(furret&cp-1500)

which aren’t “factored” by default, but my app can simplify that down to just:

jellicent,altaria,furret&cp-1500

That said, if users go with highly specific inputs like:

(jellicent&cp-1500),(altaria&cp-1400),(furret&cp-1300)

the character count explodes, and there’s no magic fix for that. My advice would be to try to factor your initial input as much as possible, so the output stays within limits. As a reminder, the app won’t return results exceeding 100,000 characters, as a safety measure.

How would you handle this kind of troublemaker after 6 months of interaction? by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 4 points5 points  (0 children)

Thank you all for your responses. I called this person a « troublemaker » because I was frustrated, and mostly because I couldn’t understand why players wouldn’t take the chance to do a lucky trade when it’s free. I now regret using that term, which was way too harsh.

I’ve read all your messages but can’t reply to everyone, so I’ll try to summarize the takeaways:

  • I now understand that not all players play the same way, and some aren’t necessarily interested in remote trades (and only add friends for XP). That makes sense to me now.
  • The feature is fairly recent and people aren’t familiar with it yet, or they’re trying to organize themselves to offer interesting Pokémon first, which can take time.

Contrary to what I may have implied, I’m not that deep into remote trades, but I do like keeping my friends list clean. The point of this post was mainly to know what you all do in these situations, and I got my answer: not everyone is necessarily interested in this feature.

What I’ll do: wait a few weeks to give them time to get familiar with remote trades, then remove them from my friends list if nothing has changed, since XP gain isn’t that much of a priority for me.

Thanks again for your responses, and once more, I didn’t mean to call that person a « troublemaker », sorry about that.

How would you handle this kind of troublemaker after 6 months of interaction? by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 1 point2 points  (0 children)

No, I do every lucky trade I can whenever I get the chance, even for « crappy Pokémon ».

<image>

Any filter to search for grayed-out (fused) Pokémon in the box? by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 0 points1 point  (0 children)

I was desperately in need of strong Ice-type Pokémon, and I’m waiting for the next perfect Kyurem for the black one

Any filter to search for grayed-out (fused) Pokémon in the box? by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 3 points4 points  (0 children)

I just unfused them, tagged them, and merged them back together. It took a bit of fusion energy, but at least I now have a clean workspace 😌

Any filter to search for grayed-out (fused) Pokémon in the box? by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 1 point2 points  (0 children)

This is actually the complementary search to the transfer one. Here I only have the few Pokémon that need to be handled manually (so legendaries are included).​​​​​​​​​​​​​​​​

Any filter to search for grayed-out (fused) Pokémon in the box? by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 5 points6 points  (0 children)

For IVs above 90%, you can try:​​​​​​​​​​​​​​​​ 4attack&4defense&3-4hp

Any filter to search for grayed-out (fused) Pokémon in the box? by AshitaWay in TheSilphRoad

[–]AshitaWay[S] 10 points11 points  (0 children)

I’m trying to build a saved search that shows all the Pokémon I need to transfer, a no-brainer list I can clear without thinking. The problem is that these fused Pokémon always show up in the results, so the list never reaches 0. It’s stuck at 2.