-
Posts
51 -
Joined
-
Last visited
-
Days Won
6
MewTracker last won the day on February 25
MewTracker had the most liked content!
Reputation
28 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I think it is bad design to add this information to every row. Those parameters are not related to any particular data entry, it's global metadata for the whole result set. As I understand you are using export to CSV feature anyway, so it shouldn't be a problem for you to post-process generated files. You can just append whatever you want at the end of each row via simple search & replace in a text editor. Another option is to consider a naming scheme for your files that will include parameters as a part of file name and have your bot decode that.
-
This requires multiple searches, event group and start count decide which encounter tables and drop tables are used. Under Item Filters press "Edit Filters" to select which drops are interesting for you. Keep in mind there are VERY few 10 herba raids (around 3-6 depending on game version). Adding extra conditions to that is pretty much guaranteed to produce 0 results.
-
This has been fixed already in this commit (you can use newest test build with this fix). 1.2.0 updated personal stats for some Pokémon (Walking Wake and Iron Leaves were stubbed previously). Anyway filtering for gender/ability in this event is not recommended because all of them are genderless with their only ability.
-
I will increase that limit in the next version. It's a completely arbitrary UI limit from times we were mostly looking for ability patches, herba mystica and other rare items that won't ever go above 20-30. Once I push the change you will be able to download test build from here: https://github.com/MewTracker/sv-research/actions See 3.5.0 patch notes above. Distribution groups apply to 7 star raids as well. Changing seed and den type is mandatory but you still need correct den location. Most recent PKHeX has a button that propagates single den's seed and type to all other dens, so just use that and check a few dens in-game. You need to have shift button pressed while clicking the button to propagate the seed. Also double check if you injected BCAT data correctly. I wish we had a map with those den groups but I currently don't have time to do this.
-
v3.5.0 Download: https://github.com/MewTracker/sv-research/releases/ This release is a major rework of event support. Besides speed improvements (optimizations for events are currently on the same level as for the base game) and bug fixes there's a new concept introduced that requires a bit of explanation. As you know Pokémon encounters depend on your game version, story progression and seed. However during events one more factor comes into play called distribution or event group. Each den location (area + spawn point ID) are assigned to a group. Event-only encounters are assigned to those groups. It matters to which den you are injecting your seed. Let's use Garchomp and Sylveon event as an example: Area 16, Spawn Point 2 will give you Sylveon only because it belongs to event group 1 Area 16, Spawn Point 5 will give you Garchomp only becase it belongs to event group 2 RaidCalc allows event group selection for events that have more than one group.
-
v3.4.0 Download: https://github.com/MewTracker/sv-research/releases/ @Smol Cat I don't exactly understand what that bot would do exactly. What do you mean by "you sent the Pokémon of a den to a bot" and "checks the exact seed for the shiny". RaidCalc can find any seed you want based on rich set of search criteria but getting that Pokémon will require a hacked switch. Either you need to hack your console and inject a seed or someone else can do this and host a raid for you.