Animation Stalling while in combat

Report potential bugs here, and if they seem valid we can create gitlab issues for them.

Moderator: Bug Janitor

Forum rules
- Check if a topic exists before creating a new one.
- Duplicate topics will be immediately deleted.
- Issues lacking detail or sources (where applicable) will be deleted immediately.
- Unimplemented content is not bugged content. Do not report unimplemented content.
- IF YOUR BUG IS EXPLOITABLE DO NOT REPORT IT HERE. DM the report to a Bug Janitor instead.
- Repeated violation of these rules may result in a user being denied access to this section.
Locked
User avatar
glock_saint
Noob
Posts: 5
Joined: Fri Sep 22, 2023 9:42 pm
Been thanked: 1 time

Animation Stalling while in combat

Post by glock_saint »

Currently, combat actions such as range attacks, potion drinking and food eating stalls the character in place (similar to a vengeance stall), instead of cancelling after moving. This is how the combat and movement systems should act:

https://www.youtube.com/watch?v=ILZ3lVaWfvY&t=35s

Example of vengeance stall: https://youtu.be/mdJiyuZf2fY?t=41
User avatar
Ceikry
Site Admin
Posts: 587
Joined: Wed Aug 10, 2022 11:48 pm
Location: Draynor Village
Has thanked: 82 times
Been thanked: 105 times

Re: Animation Stalling while in combat

Post by Ceikry »

https://www.youtube.com/watch?v=ILZ3lVaWfvY&t=88s

Video shows several cases of the ranged animation stalling the movement visually. Please correct your issue with additional sources or additional clarification.
Nerds
User avatar
glock_saint
Noob
Posts: 5
Joined: Fri Sep 22, 2023 9:42 pm
Been thanked: 1 time

Re: Animation Stalling while in combat

Post by glock_saint »

The animation stalling really only occurred on the live server (lag could have contributed to this effect). In singleplayer, local game, it appears the issue is in fact a pathing bug.

https://streamable.com/0wibhs
kirayaba
Froob
Posts: 54
Joined: Sun Feb 26, 2023 5:03 am
Has thanked: 28 times
Been thanked: 12 times

Re: Animation Stalling while in combat

Post by kirayaba »

Pathfinding seems to be the same issue as https://gitlab.com/2009scape/2009scape/-/issues/1137
User avatar
Ceikry
Site Admin
Posts: 587
Joined: Wed Aug 10, 2022 11:48 pm
Location: Draynor Village
Has thanked: 82 times
Been thanked: 105 times

Re: Animation Stalling while in combat

Post by Ceikry »

Neither of these are technically bugs, the server is configured to use a more optimized pathfinder for the sake of server resource usage and tick budget. This pathfinder naturally will have quirks that don't line up exactly with what you expect from RuneScape's pathfinding. Turning the optimized pathfinder off "fixes" this "bug"
Nerds
User avatar
glock_saint
Noob
Posts: 5
Joined: Fri Sep 22, 2023 9:42 pm
Been thanked: 1 time

Re: Animation Stalling while in combat

Post by glock_saint »

Is it possible for actual players to have the correct pathing data and the bots have the optimized?
User avatar
Ceikry
Site Admin
Posts: 587
Joined: Wed Aug 10, 2022 11:48 pm
Location: Draynor Village
Has thanked: 82 times
Been thanked: 105 times

Re: Animation Stalling while in combat

Post by Ceikry »

no, for all intents and purposes bots are treated identically to any other player. there is literally no distinction between the two in 99.98% of the entire codebase.

changes could be made to add a distinction for bots, but that's how you create a spaghetti codebase that is really unmaintainable. Scattering references to random unrelated shit in random unrelated places.
Nerds
User avatar
DarkMagician
Noob
Posts: 10
Joined: Wed Sep 20, 2023 4:00 am
Been thanked: 2 times

Re: Animation Stalling while in combat

Post by DarkMagician »

Is this the thing causing the issue I have with doors/ladders? If so can we turn that off in sp lol
Locked