azerothcore-wotlk icon indicating copy to clipboard operation
azerothcore-wotlk copied to clipboard

Monsters do not disengage from combat when the player is flying.

Open icedcolor opened this issue 10 months ago • 8 comments

Current Behaviour

Monsters do not disengage from combat when the player is flying. Monsters in Blizzard disengage from combat when the player flies with a flying mount. In Cmangos this is as official as it gets.

Expected Blizzlike Behaviour

Monsters in Blizzard disengage from combat when the player flies with a flying mount.

Source

No response

Steps to reproduce the problem

1 Go to the Outlands or Northrend。 2 Riding on a Flying Mount。 3 Fly up to a certain height, but the monster will keep watching yet, and will not disengage from the fight.

Extra Notes

No response

AC rev. hash/commit

none

Operating system

windows 10 x64

Custom changes or Modules

No response

icedcolor avatar Apr 03 '24 01:04 icedcolor

see also https://github.com/chromiecraft/chromiecraft/issues/6552 (https://github.com/chromiecraft/chromiecraft/issues/6944)

balleny avatar Apr 03 '24 19:04 balleny

Evade logic in general on AC needs a bit of a rework from what I've observed.

heyitsbench avatar Apr 03 '24 23:04 heyitsbench

They used to, this is something that got broken in the movement update we had last year

Nyeriah avatar Apr 03 '24 23:04 Nyeriah

https://github.com/azerothcore/azerothcore-wotlk/assets/19793341/6980b5a4-1317-4a8e-9637-59cd1398c534

This video was compiled last April after everything was fine. Also, this paragraph is the configuration at that time.

ThreatRadius

Description: Distance for creatures to evade after being pulled away from the combat

starting point. If ThreatRadius is less than creature aggro radius then aggro

radius will be used.

Default: 60

ThreatRadius = 60

But now there is no such configuration.

icedcolor avatar Apr 05 '24 02:04 icedcolor

But now there is no such configuration.

When it was removed it wasn't used in the core at all, chances are it wasn't when the video was recorded either.

heyitsbench avatar Apr 05 '24 02:04 heyitsbench

Maybe so, but the source code for this video is from last April, and it's all just fine, and now Fly Up Monster will be watching you, always!

icedcolor avatar Apr 05 '24 02:04 icedcolor

#17557 I restored this update and everything is fine.

icedcolor avatar Apr 05 '24 06:04 icedcolor

@heyitsbench @Nyeriah
You can try resuming this update and everything works fine, it seems that this update still has some work to do.

icedcolor avatar Apr 05 '24 07:04 icedcolor

image

Kitzunu avatar May 09 '24 11:05 Kitzunu