Skip to content

Releases: bdawg1989/SysBot

Release v2.8.7

12 Jun 02:48
Compare
Choose a tag to compare

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

10 Jun 17:49
Compare
Choose a tag to compare

Recent Changes

  • Version Bump => 2.7.6 - Revert back to OG AutoOT method.

Release v2.8.5

10 Jun 15:01
Compare
Choose a tag to compare

Recent Changes

  • Version Bump => 2.8.5 - Fixed AutoOT for files and showdown sets.

Release v2.8.3

08 Jun 18:13
Compare
Choose a tag to compare

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

07 Jun 23:07
Compare
Choose a tag to compare

Recent Changes

  • Version Bump => 2.8.2 Cleans Trash Bytes on OT if partner OT is shorter than Generated OT.

Release v2.8.1

07 Jun 22:19
Compare
Choose a tag to compare

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

04 Jun 13:27
Compare
Choose a tag to compare

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

31 May 03:26
9164f3c
Compare
Choose a tag to compare

Recent Changes

  • Update dotnet-desktop.yml
  • Test Auto Build again.
  • Update dotnet-desktop.yml

2.7.8

22 May 02:24
Compare
Choose a tag to compare

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

Fixes

2.7.7

14 May 23:33
Compare
Choose a tag to compare

Updates:

New Features

  1. Auto Correct added to batch trades 6fb2f8e
  2. DM Embeds instead of plain text. 554a111

Improvements / Fixes

  1. Added New Toggle for Gender Correction under Auto Correct Settings ebaf8c9
  2. Updated Button GUI for Start/Stop/Restart/Update ac99bfb
  3. Fixed order of the EVs/IVs in trade embeds for SpA, SpD, and Spe 691b717
  4. Added new Nickname Verifier from PKHeX 25.5.5 to Auto Correct feature 7b4c1a2
  5. Force DisallowNonNative/DisallowTracked to true/false based on EnableHOMETrackerCheck setting. 7f24b22