Nixeld / MudaeAutoBot

python bot that uses strictly the **Discord API** to Roll,Claim,and Kakera Snipe in Mudae. 5/10/21 project converted over to discum library
Apache License 2.0
12 stars 2 forks source link

[Bug] Bot only claims characters on the namelist, in spite of the minimum kakera #15

Closed chickendinner42 closed 3 months ago

chickendinner42 commented 3 months ago

I've done a lot of testing, and I've discovered that the bot only reliably claims characters specified in "namelist" of Settings_Mudae.json

If it's not on the namelist, it the bot will usually not register that the character even spawned.

Nixeld commented 3 months ago

Could you share your Settings_Mudae.json without your token.

chickendinner42 commented 3 months ago

image I also excluded channel and server ids

Nixeld commented 3 months ago

So from what I understand, the problem is the bot not claiming any characters that are above 500 kakera? Based on your current settings, the bot will only claim characters that are worth 500 or more kakera.

Have you also made sure that the bot has not already claimed a character within that claim window?

If there are any characters in the name or series list, the bot will ignore the minimum kakera value and claim those characters in the list. So if the problem is not being able to claim any characters until unless specified in the name list, then it is possibly a problem with your minimum kakera value set.

chickendinner42 commented 3 months ago

Maybe it's just me. I'll close the issue for now unless something else comes up.