azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.4k stars 2.55k forks source link

No water walking when died in dungeon #5376

Closed vtihomirov closed 3 years ago

vtihomirov commented 3 years ago

CURRENT BEHAVIOUR:

At the moment if you die outside of a dungeon you benefit from water walking, but if you die inside a dungeon you don't benefit from water walking while being ghost. Found the bug while playing on ChromieCraft and I was able to reproduce it on AC master.

I was able to reproduce it with LFG. I was able to reproduce it with normal group. I was able to reproduce it when soloing any instance. I was able to reproduce it by dying inside each of these dungeons: Wailing Caverns, Dead Mines, Scholomance, Coilfang: Steam Vault and Azjol Nerub.

Also found this TC issue about the same thing.

EXPECTED BLIZZLIKE BEHAVIOUR:

When you die inside a dungeon you benefit from water walking while being ghost.

SOURCE:

2021-04-20 02-08-01

STEPS TO REPRODUCE THE PROBLEM:

  1. Enter a dungeon that has nearby water pool.
  2. Kill you character inside .die.
  3. Try to walk on the pool of water outside the dungeon. (You should not be able to)

EXTRA NOTES:

AC HASH/COMMIT:

master commit f8777b64

OPERATING SYSTEM:

ubuntu docker

MODULES:

No

CUSTOMIZATIONS:

No

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/97923417-no-water-walking-when-died-in-dungeon?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github).
Si1ker commented 3 years ago

Confirmed that indeed you cannot walk on water when dead on a dungeon.

image

On the other hand, there are dungeon entrances that are underwater so, I may think this is blizzlike behavior. Do you have any source that it should work as it does when outside a dungeon?

(pls ping me when replying, otherwise won't notice the answer)

vtihomirov commented 3 years ago

@Si1ker I was only able to find this https://youtu.be/bsknzvE63kk?t=3297.

vtihomirov commented 3 years ago

I was able to reproduce it in Sunken Temple as well.

wizzymore commented 3 years ago

Hi,

I can confirm the bug. Also, if you are water walking and want to go underwater you need to look down and you will dive in.

alchem1ster commented 3 years ago

@Si1ker If I'm not mistaken, you can still dive when walking on water, as @wizzymore pointed out in his response. At least that's how it should work regardless of the place of death: in the dungeon or outside of it. So I think not being able to walk on water after dying in a dungeon is a bug after all.

Si1ker commented 3 years ago

@vtihomirov @wizzymore @alchem1ster Thank you all for the feedback and comments, fixed in #5393