vivinano / 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
149 stars 49 forks source link

Instant Claim #74

Closed Seiso1 closed 3 years ago

Seiso1 commented 3 years ago

Your bot works perfectly but is there any way to instant claim characters? I had changed claim_delay value to 0.5 but there is someone still can claim before the bot claim. So what i need to change to claim faster than everyone but it won't get eaten by mudae when the mudae is slow sometimes. I am very appreciate if you can help me

vivinano commented 3 years ago

In regards to instant snipe there is but it's usually calculated in case of snipe protection are u in a server that doesn't have snipe protection ?

Sent from my iPhone

On Jul 13, 2021, at 6:56 AM, Seiso1 @.***> wrote:

 Your bot works perfectly but is there any way to instant claim characters? I had changed claim_delay value to 0.5 but there is someone still can claim before the bot claim. So what i need to change to claim faster than everyone but it won't get eaten by mudae when the mudae is slow sometimes. I am very appreciate if you can help me

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Seiso1 commented 3 years ago

yes, also this is the settings of the server image

vivinano commented 3 years ago

In the Def snipe()

Function there is a small delay added that you can remove and it should just instant snipe the reason the delay is there is in cases where mudae says it’s no good and ignores the claim attempt

But from there if it still to slow then it’s comes down to internet speeds and computer processing speeds which are factors that can’t be controlled easily

Sent from my iPhone

On Jul 14, 2021, at 4:17 AM, Seiso1 @.***> wrote:

 yes, also this is the settings of the server

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Seiso1 commented 3 years ago

so i just need replace time.sleep(.5) to time.sleep(0) ?

vivinano commented 3 years ago

You could remove the entire line but yeah basically

Sent from my iPhone

On Jul 14, 2021, at 8:53 PM, Seiso1 @.***> wrote:

 so i just need replace time.sleep(.5) to time.sleep(0) ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Seiso1 commented 3 years ago

ok thank you very much