bdawg1989 / ScarletVioletRaidBot

A Pokemon Scarlet/Violet Raid Bot Program
https://genpkm.com
GNU Affero General Public License v3.0
21 stars 6 forks source link

Auto Story Progress #1

Closed rayyano0o0 closed 1 week ago

rayyano0o0 commented 1 week ago

Hello Gengar Thank you for the great bot

i tried a save data that's 4 stars progress and put a bunch of 5-6 stars seeds in the raidsv the bot changed the story progress to unlock 6 stars and hosted the seeds no problem

the issue is whenever i try to request a pokemon 1-2 stars then it will give an error saying:

"Invalid Story Progress Level... where are you getting your seeds? Use https://genpkm.com/seeds.html to get them."

i tried seeds from your website and tried some from RaidCalc it gave the same error so i used the same seeds for Rockruff (1 star raid paldea violet and scarlet) but instead of putting (00123139 1 3) OR (00123139 1 4) i replaced the one star raid with three and it worked hosting the same exact pokemon with the same exact information (00123139 3 4) so does that mean whenever someone wants to ask for a one or two stars raids they always replace the 1-2 with 3 ?

Edit: i dont know if i can report another issue here but the information keeps resetting in the Active Raid List Collection like the move 1 keeps resetting to go all out and shiny or non shiny keeps resetting to shiny and the battler showdown pokemon keeps deleting whats inside

i hope all of that made sense to you

plusReedy commented 1 week ago

When doing low tier raids trying doing them a little like: ra seed 1 3 same with 2 and 3 star raids.

It seems somewhere on an update with Scarlet/Violet it messed a lot of seeds up.

rayyano0o0 commented 1 week ago

@plusReedy Thanks for the quick reply but as i mentiond any time i put 1-2 in the stars section it will give an error

i tried to replacing it to 3 stars ( Applin (1 star) ) (Rockruff (1 Star) ) and it worked so my question was any 1-2 stars i should replace the 1-2 with 3 ?

plusReedy commented 1 week ago

Yes, For the raids that wont allow you to do 1 3 or 2 3 place them as 3 3 and if they show the correct raid you're all good.

rayyano0o0 commented 1 week ago

@plusReedy That was a great help thank you very much

if i can report another issue here is that the information keeps resetting in the Active Raid List Collection like the move 1 keeps resetting to go all out and shiny or non shiny keeps resetting to shiny and the battler showdown pokemon keeps deleting whats inside is there a way to lock the information or maybe like make like a txt file for them to store the information so it cant change or reset ?

bdawg1989 commented 1 week ago

Edit: Ok I just checked the code for the bot and fixed the seeds on the site for 1 and 2 star raids.

image

image

So now the website will show 3 3 on the end for 1 and 2 star raids.

image

And the bot seems to process that fine.(I tried the crabrawler seed for the test)

image

rayyano0o0 commented 1 week ago

@bdawg1989 glad i brought something useful :) , thank you

for the other issue (which i don't know if its ok to ask here or in a separate form)

sometimes the bot crash or when you stope it the information inside the collection of the active raid list like shiny move and showdown battler they all got reset, is there a way to make them not reset?

bdawg1989 commented 1 week ago

For that, anything you change inside the Active Raid list doesn’t save to the config file until you press the stop button which forces a save of all the info. If it crashes, it won’t save to the config.

rayyano0o0 commented 1 week ago

@bdawg1989 even when you fill them out and host a few raids then stops the bot and start it again they reset its like they dont register or save in the config

bdawg1989 commented 1 week ago

I just tested one of my bots very thoroughly and could not get it to reset. Here's what I did:

  1. Set Action Move Bot Should Use to "Move2" and set my battler to "Mewtwo" for 1 of my Blissey raids.
  2. Set Action Move Bot Should Use to "Move3" and set my battler to "Mew" for the 2nd Blissey raid.

Stopped the bot so it could save all of the settings to config. Re-opened bot and started.

Allowed it to run through several raids and checked again. Settings are still set where I left them.

rayyano0o0 commented 1 week ago

@bdawg1989 i did that and i tested one with closing the bot and re opening it, it keeps the info no problem but as soon as i hit start the generate active raids from file turns to False by itself and when i go inside the Active raid collection everything resets (moves Shiny and battler pokemon) i don't know why it keeps resetting for me

bdawg1989 commented 1 week ago

Yeah the file only needs to import once. After that leave it to false. That’s why it keeps resetting if you turn that to true again. Best to add raids using the arp command. Just replace the rv with arp to add raids to active raid list.

rayyano0o0 commented 1 week ago

@bdawg1989 i appreciate your patience and help, that was indeed the reason why, thank you :)

bdawg1989 commented 1 week ago

No problem!