jacksonf Posted March 2 Share Posted March 2 On 2/28/2023 at 7:19 PM, MewTracker said: v3.7.0 Download: https://github.com/MewTracker/sv-research/releases/ Hello! First, thanks for your work. I've found a little issue with the latest event. I was filling every parameter box and getting 0 results. Got very confused. Afterwards I chose to search for "Any" and then I saw the issue: It's giving the wrong Ability and Gender to them. Example: Iron Leaves appears with Ability Static and Male Gender, when it should be Quark Drive and Genderless. Other than that is working as intended (I've found my legit Iron Leaves seed and everything is correct). Link to comment Share on other sites More sharing options...
MewTracker Posted March 2 Author Share Posted March 2 6 hours ago, jacksonf said: Hello! First, thanks for your work. I've found a little issue with the latest event. I was filling every parameter box and getting 0 results. Got very confused. Afterwards I chose to search for "Any" and then I saw the issue: It's giving the wrong Ability and Gender to them. Example: Iron Leaves appears with Ability Static and Male Gender, when it should be Quark Drive and Genderless. Other than that is working as intended (I've found my legit Iron Leaves seed and everything is correct). 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. 1 Link to comment Share on other sites More sharing options...
Muchacho13 Posted March 7 Share Posted March 7 Thanks a lot for this awesome tool! I love the export feature. Would it be possible to add the game, difficulty and Event as column? I am working on a Raid Both with Seed injection and it would be awesome to simply use the created .CSV file as Seed pool. Link to comment Share on other sites More sharing options...
Hans046 Posted March 7 Share Posted March 7 How can i change the drop from a raid? Or can you create a seed with 10 herbs and shiny or 3 parch + herbs + shiny? Link to comment Share on other sites More sharing options...
MewTracker Posted March 7 Author Share Posted March 7 6 hours ago, Muchacho13 said: Thanks a lot for this awesome tool! I love the export feature. Would it be possible to add the game, difficulty and Event as column? This requires multiple searches, event group and start count decide which encounter tables and drop tables are used. 5 hours ago, Hans046 said: How can i change the drop from a raid? Or can you create a seed with 10 herbs and shiny or 3 parch + herbs + shiny? 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. Link to comment Share on other sites More sharing options...
Muchacho13 Posted March 9 Share Posted March 9 On 3/7/2023 at 10:18 PM, MewTracker said: This requires multiple searches, event group and start count decide which encounter tables and drop tables are used. Thanks for your response! I didn't mean for more search loops, I'd just need the possibility to move some basic search parameters inside the list to let the bot know, if the seed is for the correct game and what kind of RaidType to set (Base05, Black6, Distribution or Might7) and difficulty. This would make the setup way easier for people using this bot. But I understand if it would clutter your app, that's just a QoL thing for my bot. Link to comment Share on other sites More sharing options...
MewTracker Posted March 9 Author Share Posted March 9 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. Link to comment Share on other sites More sharing options...
Muchacho13 Posted March 10 Share Posted March 10 19 hours ago, MewTracker said: 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. Totally understandle. I used my free time today to look into your code and learn a bit C++ and got it working with my fork Thanks again for this awesome tool! Link to comment Share on other sites More sharing options...
MewTracker Posted March 17 Author Share Posted March 17 v4.0.0 Download: https://github.com/MewTracker/sv-research/releases/ Quote Changes: Added encounter database tool (Tools -> Encounter Database) Double click on an encounter to set it as your search filters Added size filters (height, weight, scale) Added Decidueye event Updated personal stats for some Pokémon (Walking Wake, Iron Leaves and few others) Link to comment Share on other sites More sharing options...
hildana Posted March 17 Share Posted March 17 hello, I have a question about searching , I want a 6iv shiny paladin , but the result is there are just 2 female paladin 6 iv shiny , is that mean in the game there I can’t get male paladin 6iv shiny in teraraid ? Link to comment Share on other sites More sharing options...
MewTracker Posted March 17 Author Share Posted March 17 6 hours ago, hildana said: hello, I have a question about searching , I want a 6iv shiny paladin , but the result is there are just 2 female paladin 6 iv shiny , is that mean in the game there I can’t get male paladin 6iv shiny in teraraid ? Yes, those criteria are extremely restrictive. Palafin + shiny already gives you just ~3000 encounters out of 4 billion possible seeds. Pick IV that's least important and allow a wider range of values. Sometimes going to 30 on a single IV can make a difference. Link to comment Share on other sites More sharing options...
ZdsZodyrus Posted March 19 Share Posted March 19 So Im having a big isssue. No matter what filters I use, whenever I have the program search for seeds, it ALWAYS gives me 0 seeds. I dont know what Im doing wrong, can someone help? Link to comment Share on other sites More sharing options...
hildana Posted Sunday at 09:25 AM Share Posted Sunday at 09:25 AM 9 hours ago, ZdsZodyrus said: So Im having a big isssue. No matter what filters I use, whenever I have the program search for seeds, it ALWAYS gives me 0 seeds. I dont know what Im doing wrong, can someone help? make sure its from right tera raid(the Pokémon you search from 5start or 6 normal or black ) and try to pick ANY options for all Link to comment Share on other sites More sharing options...
MewTracker Posted Sunday at 10:09 AM Author Share Posted Sunday at 10:09 AM 10 hours ago, ZdsZodyrus said: So Im having a big isssue. No matter what filters I use, whenever I have the program search for seeds, it ALWAYS gives me 0 seeds. I dont know what Im doing wrong, can someone help? At least one specific example would be helpful... Anyway, use encounter database feature to make sure your basic filters make sense. You can check which raids contain a specific Pokémon and double click on an encounter to propagate it to your basic filters. Link to comment Share on other sites More sharing options...
MewTracker Posted 3 hours ago Author Share Posted 3 hours ago v4.1.0 Download: https://github.com/MewTracker/sv-research/releases/ Quote Changes: Added Blissey event Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now