Elin
Vincent Dec 4, 2024 @ 6:57pm
How are people good at the throwing circle in Fortune Bell?
I've measured it against the backdrop to get consistent releases, but it's still all over the place. How the hell are people getting the combo into the thousands, I can't barely make it into double digits...
Last edited by Vincent; Dec 4, 2024 @ 7:07pm
< >
Showing 1-10 of 10 comments
Sotanaht Dec 4, 2024 @ 6:59pm 
The timing is exactly the same for every throw. You can either master holding the button for 0.65 to 0.75 seconds, or you can just use an Autohotkey macro to do that for you.
Last edited by Sotanaht; Dec 4, 2024 @ 7:03pm
Iyasenu Dec 4, 2024 @ 7:05pm 
I kind of use a visual cue.
It's somewhere around when the sprite of the dude throwing the ball lowers down so the hem of his shirt, or whatever it is, is about the touch the frame of the minigame window.

Also, I think if you bring an ally who can cast healing spells on you, you can slightly extend how long you can play by healing through the exhaustion damage a bit.
unripe mango Dec 4, 2024 @ 7:09pm 
let the previous throw finish completely before you start the next one

if you don't want to cheat or don't want to install autohotkey, you can just google 'metronome'.
Ara Dec 5, 2024 @ 12:47am 
Add me for the macro, I'll send you the autohotkey file. I don't really want to post it here publicly in case.
Last edited by Ara; Dec 5, 2024 @ 12:47am
Purple Chronic Dec 5, 2024 @ 1:48am 
Just got this as item as a reward from a package. Wondering if it's worth keeping in base to farm chips or just sell
Last edited by Purple Chronic; Dec 5, 2024 @ 1:49am
Toxic_Sewage Dec 5, 2024 @ 4:10am 
toggle := false ; Variable to track whether the script is active

; Activate the script with F1
F1::
toggle := true
while toggle {
Click down ; Hold the left mouse button
Sleep 700 ; Hold for 0.70 seconds
Click up ; Release the left mouse button
Sleep 700 ; Pause for 0.70 seconds before repeating
}
return

; Deactivate the script with F2
F2::
toggle := false
return

autohotkey script
Toxic_Sewage Dec 5, 2024 @ 4:14am 
actually change the first sleep 700 to 710, that seems to get it every time
FriendCalledFive Dec 5, 2024 @ 4:31am 
I use macro with my Logitech mouse software to repeat throwing with a 0.7 second delay.
Sotanaht Dec 5, 2024 @ 4:49am 
Originally posted by Toxic_Sewage:
actually change the first sleep 700 to 710, that seems to get it every time
650 actually works better. It doesn't hit the backboard at all, just straight into the net. It's 100% consistent and slightly faster.
Astasia Dec 5, 2024 @ 5:00am 
If you don't want to save scum blackjack, or macro basketball, the slot machine is actually timing based and isn't that difficult to hit the jackpot once you get the timing down. Pretty quick 10k tokens a pop.
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: Dec 4, 2024 @ 6:57pm
Posts: 10