Releases: bdawg1989/SysBot
Releases · bdawg1989/SysBot
Release v2.8.8
Recent Changes
- Version Bump => 2.8.8
- Update PKHeX.Core - Nil's Porygon2 can now be requested via srp command.
- Make sure updated pkm is used in the rest of the trade continuation method after AutoOT. - This will save the newly created pkm with trade partner details to the bot owners dump folders instead of the original.
- Working fix for CreateLGLinkCodeSpriteEmbed
- Minor Fix for LGPE trade bot code generator
- Take out mystery gift check before applying partner details, don't need it.
- minor fix - ignoreAutoOT was not in the call to AddTradeToQueue for files.
Release v2.8.7
Recent Changes
- Bump
- Version bump => 2.8.7 - Include Native check for AutoOT - Clean up code - Add Stellar Tera Type to Emoji Settings
- Hide species name in Trade Initializing embed sent to users DM if Mystery Egg is true.
- Better Handling for Mystery Gifts and AutoOT.
- Don't apply AutoOT for MysteryGifts
- Disallow AutoOT of Home Tracked Files.
- Handle leading zero's in trade code storage.
- Clean up duplicate pragma directives
- Code Cleanup - Reorganization
Release v2.8.6
Recent Changes
- Version Bump => 2.7.6 - Revert back to OG AutoOT method.
Release v2.8.5
Recent Changes
- Version Bump => 2.8.5 - Fixed AutoOT for files and showdown sets.
Release v2.8.3
Recent Changes
- Rework AutoOT methods altogether. - Must have StoreTradeCodes on and UsePartnerInfo on in order for AutoOT to be applied. (Showdown Sets Only) - Files will not have AutoOT applied at all since if you're using a file, you should be using PKHeX anyway to set your Trainer Info.
- Calculate TID/SID correctly for LGPE AutoOT. - Make sure to toggle "Store and Reuse Trade Codes" on. AutoOT will work after first trade and partner info is stored.
- Add AutoOT to LGPE.
Release v2.8.2
Recent Changes
- Version Bump => 2.8.2 Cleans Trash Bytes on OT if partner OT is shorter than Generated OT.
Release v2.8.1
Recent Changes
- 2024.6.7
- Use BlankSave to apply AutoOT (thanks 🎅🦀)
- Use Mystery Egg image in "Trade Completed" notification instead of species thumbnail.
- Mystery Egg loop will attempt to make a legal egg up to 5 times before exiting in the slight chance the first one isn't valid
- Mystery Eggs will now have Hatch Counter at 1 so it will hatch in a few steps.
Release v2.8.0
Recent Changes
- Update to PKHeX 24.6.3
- Merge branch 'main' of https://github.com/bdawg1989/MergeBot
- Revert Changes that allowed custom trade code for distribution trades.
- Update README.md
- Updated shiny Pokémon PID handling in SetBoxPkmWithSwappedIDDetailsSV to use PKHeX ShinyUtil methods, fixing a compiler error and ensuring compliance with current standards.
Release v2.7.9b
Recent Changes
- Update dotnet-desktop.yml
- Test Auto Build again.
- Update dotnet-desktop.yml
2.7.8
Changelog:
New Features
- Apply custom trade codes for each distribution (SV Only). To use this, add a 8 digit code to the file name of your distribution file.
Example: Great Tusk-Tera(Steel)-03760382.pk9 - Implement True Online/Offline Detecting
Added new settings for the bot to apply your choice of online/offline emoji to all whitelisted channel names when the bot status changes. New settings under the Discord setting.
Improvements
- Include species image in the Completed Trade DM embed.
- Updated buttons in GUI
- Allow window expansion of program
- Lots of AutoCorrectShowdown Improvements
- Allow ability to toggle allowing tracked trades if EnableHomeTrackerCheck is true.
- Legality Settings update
Fixes