-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Videos of Prayer drain #1421
Comments
How many ticks? |
It looks like the initial drain takes longer than subsequent drains after the first drain. |
This looks like 11 ticks!? I use this yt frame timer: Starts at 29.100 and ends at 35.800 at 10 fps to get a final time of 0h 0m 6s 700ms. |
Starts at 315.080 and ends at 321.320 at 25 fps to get a final time of 0h 0m 6s 240ms. |
Look at this one again https://youtu.be/Zk8ki4x-6uU?t=310 you can see the 1st drain was like double the time |
Yeah thats how we have it currently, first timer is settimer(drain_prayer, 10). Within that timer calls settimer(drain_prayer, 5)... Not sure if they did it this way, or had a timer to 'set up' each prayer - this approach is very annoying though, you'd need to deactivate every timer for every prayer in some cases |
Ah ok I did not know we had that |
Main issue though is that I falsely assumed all prayers starts were 10 ticks. But it seems like just protect from melee and steel skin was (and maybe magic at some point?). Might need more footage to confirm this stuff |
I think I figured it out! From this video, the prayer from protect from magic counts down every 5t, 10t, 5t, 10t. I think this is because of a slight prayer bonus? For context, one protection prayer should drain your prayers once exactly every 5 ticks. So the 5t/10t prayers are solved... Now we need to figure out why some prayers are 6 tick |
Testing this ingame matches perfectly :) |
Currently our prayers start draining after 10 ticks. This is incorrect, its not as consistent as you might think.
The text was updated successfully, but these errors were encountered: