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

Mounting changes #488

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Conversation

fuzzdeveloper
Copy link
Collaborator

The bots are mounting a bit too close to their target, and I have proven this with math :-P
image
I could've figured this out without using excel, but my brain was hurting from work... Anyway below distance of 21 mounting takes more time than just walking to the destination (due to time it takes to cast mount spell), and so with this change the bots will no longer mount when target is within that distance.

I also noticed that warriors will ride up to target before dismounting, but it is far better for warriors to open the fight with a charge (for the stun and the starting rage) so I've set minimum dismount distance for warriors to 18 (any closer than that and charge still wont happen most of the time due to delay in dis/mounting code being checked).

…the distance at which the time taken to cast mount spell is more than the time saved by moving faster), warrior bot will now dismount with enough distance to perform charge (rather than right infront of target which real warrior wouldnt do)
@fuzzdeveloper fuzzdeveloper merged commit 1aa9145 into liyunfan1223:master Aug 20, 2024
5 checks passed
@fuzzdeveloper fuzzdeveloper deleted the mounting-changes branch August 20, 2024 10:50
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

Successfully merging this pull request may close these issues.

1 participant