jacksonf Posted March 2, 2023 Share Posted March 2, 2023 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, 2023 Author Share Posted March 2, 2023 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, 2023 Share Posted March 7, 2023 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, 2023 Share Posted March 7, 2023 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, 2023 Author Share Posted March 7, 2023 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, 2023 Share Posted March 9, 2023 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, 2023 Author Share Posted March 9, 2023 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, 2023 Share Posted March 10, 2023 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, 2023 Author Share Posted March 17, 2023 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, 2023 Share Posted March 17, 2023 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, 2023 Author Share Posted March 17, 2023 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, 2023 Share Posted March 19, 2023 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 March 19, 2023 Share Posted March 19, 2023 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 March 19, 2023 Author Share Posted March 19, 2023 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 March 24, 2023 Author Share Posted March 24, 2023 v4.1.0 Download: https://github.com/MewTracker/sv-research/releases/ Quote Changes: Added Blissey event 1 Link to comment Share on other sites More sharing options...
MewTracker Posted March 31, 2023 Author Share Posted March 31, 2023 v4.2.0 Download: https://github.com/MewTracker/sv-research/releases/ Quote Changes: Added Samurott event 1 Link to comment Share on other sites More sharing options...
PIriA Posted April 7, 2023 Share Posted April 7, 2023 (edited) 初めまして。これを使って☆5レイドを出し、PKHEXに書き込みました。ただし、何をしても場所を変えても、レイドは変わりません。それは現在の出来事のせいですか? Edited April 7, 2023 by PIriA 解決できました Link to comment Share on other sites More sharing options...
PIriA Posted April 8, 2023 Share Posted April 8, 2023 このツールは私の性格値を教えてくれますか? Link to comment Share on other sites More sharing options...
MewTracker Posted April 8, 2023 Author Share Posted April 8, 2023 v4.3.0 Download: https://github.com/MewTracker/sv-research/releases/ Quote Changes: Added Ditto event Better support for overlapping events Fixed wrong scale for some Pokémon (Walking Wake, Iron Leaves) Added support for event Pokémon with fixed IVs (Ditto event) 1 Link to comment Share on other sites More sharing options...
blooddragon88 Posted April 14, 2023 Share Posted April 14, 2023 (edited) just want to confirm that I'm understanding this correctly, if I edit my raids and add the raid seed for the shiny I found, I have to re-edit the raid every day and I can't just manually edit my switches date and time to lets say 4/9 after 12am over and over again to prevent raids from refreshing when you connect online? If this is the case might I suggest a tool to look at your previous raid seeds on your old save and have it apply the same seeds to the new save? This way you wouldn't need to re-edit multiple raids manually one by one everyday over and over again. Thanks! Edited April 14, 2023 by blooddragon88 Link to comment Share on other sites More sharing options...
MewTracker Posted April 14, 2023 Author Share Posted April 14, 2023 v4.4.0 Download: https://github.com/MewTracker/sv-research/releases/ Quote Changes: Added Typhlosion event @blooddragon88 If you close the game you can adjust the clock before opening it on the next day. This way you can stay on the same day forever. If you have multiple raids you want to reapply often you can use PKHeX to export whole raid data block and just import it later, that's much faster than doing manual edits all over again. Link to comment Share on other sites More sharing options...
blooddragon88 Posted April 16, 2023 Share Posted April 16, 2023 thanks for the info @MewTracker getting the block data worked like a charm!! saves so much time! Link to comment Share on other sites More sharing options...
Muchacho13 Posted April 19, 2023 Share Posted April 19, 2023 I don't know if it's just me, but I get always 0 Scale. Link to comment Share on other sites More sharing options...
MewTracker Posted April 19, 2023 Author Share Posted April 19, 2023 @Muchacho13 This regression (applies to non-event Pokémon only) was introduced in 4.3 and has been already fixed in the most recent test build. 1 Link to comment Share on other sites More sharing options...
MewTracker Posted April 28, 2023 Author Share Posted April 28, 2023 v4.5.0 Download: https://github.com/MewTracker/sv-research/releases/ Quote Changes: Added Inteleon event Fixed scale for non-event encounters 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