Projekt

Allgemein

Profil

Fehler #40186

Von Connex vor etwa 3 Jahren aktualisiert

Aktuell ist die aggrorange Berechnung von Kreaturen etwas verkehrt, wie man gut an Lord Marrow'gar nach dem letzten Update sieht. 

 Im Allgemeinen gelten folgende Regeln: 
 <pre> 
 The aggro radius of a mob having the same level as the player is roughly 20 yards (~ 18 meters) 
 Aggro radius varies with level difference at a rate of roughly 1 yard/level. 
 Minimum aggro radius for a mob seems to be combat range (5 yards). 
 A Hunter's pet seems to ignore the minimum aggro radius for low level mobs, even when controlled through Eyes of the Beast. 
 Aggro radius is capped at a maximum of 45 yards, that is, when the mob is 25 or more levels higher than the player. 
 Vertical distance seems to be weighted much more heavily than horizontal distance. A mob standing on a ledge 4 yards above your head can fail to aggro even if standing 4 yards away from the same mob on level ground will draw aggro. 
 </pre> 
 https://wowwiki-archive.fandom.com/wiki/Aggro_radius 

 TC: https://github.com/TrinityCore/TrinityCore/pull/20615 

 Größtes Größstes Problem ist dass die CombatReach addiert wird und somit Bosse mit großer Hitbox ne sehr große Aggrorange haben. 

 das ganze wurde in #13271 schon mal reportet für diverse ICC Bosse aber wurde in #16266 wieder reverted wegen Problemen und nie wieder n neues Ticket erstellt. 

Zurück