Skip to content
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

Open
9 of 16 tasks
tannerdino opened this issue Mar 5, 2025 · 11 comments
Open
9 of 16 tasks

Videos of Prayer drain #1421

tannerdino opened this issue Mar 5, 2025 · 11 comments

Comments

@tannerdino
Copy link
Collaborator

tannerdino commented Mar 5, 2025

Currently our prayers start draining after 10 ticks. This is incorrect, its not as consistent as you might think.

@ultraviolet-jordan
Copy link
Collaborator

How many ticks?
https://youtu.be/iiREIMWoszg?t=31

@ultraviolet-jordan
Copy link
Collaborator

@ultraviolet-jordan
Copy link
Collaborator

It looks like the initial drain takes longer than subsequent drains after the first drain.

@tannerdino
Copy link
Collaborator Author

How many ticks? https://youtu.be/iiREIMWoszg?t=31

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.

@tannerdino
Copy link
Collaborator Author

https://youtu.be/Zk8ki4x-6uU?t=310

Starts at 315.080 and ends at 321.320 at 25 fps to get a final time of 0h 0m 6s 240ms.

@ultraviolet-jordan
Copy link
Collaborator

Look at this one again https://youtu.be/Zk8ki4x-6uU?t=310 you can see the 1st drain was like double the time

@tannerdino
Copy link
Collaborator Author

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

@ultraviolet-jordan
Copy link
Collaborator

Ah ok I did not know we had that

@tannerdino
Copy link
Collaborator Author

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

@tannerdino
Copy link
Collaborator Author

tannerdino commented Mar 6, 2025

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

@tannerdino
Copy link
Collaborator Author

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants