Projekt

Allgemein

Profil

Aktionen

Fehler #30802

geschlossen

[Core][Creature] Nonaggressive Minions won't attack owners engaged targets

Von Juliean vor etwa 6 Jahren hinzugefügt. Vor etwa 6 Jahren aktualisiert.

Status:
Live
Priorität:
Normal
Zugewiesen an:
-
Kategorie:
-
Zielversion:
-
Beginn:
27.04.2018
Update Text Deutsch:

Das Kampfverhalten von angreifenden Totems wurde überarbeitet.


Beschreibung

There's been a recent fix in the Creatures target evaluation logic, allowing nonaggressive mobs to target engaged units

    // if I'm already fighting target, or I'm hostile towards the target, the target is acceptable
    if (IsEngagedBy(target) || IsHostileTo(target))
        return true;

However, this doesn't extend to Units that are engaged with a summoned minions owner. This ie. makes the TotemAI-target hack required, which we want to replace now.


Zugehörige Tickets

Blockiert RG Live WotLK 3.3.5a - Fehler #30664: TotemAI reworkLive17.04.2018Aktionen
Aktionen #1

Von Juliean vor etwa 6 Jahren aktualisiert

Aktionen #2

Von Juliean vor etwa 6 Jahren aktualisiert

  • Status wurde von Neu zu Testbereit geändert

The effects should be notable on the new totem AI: When you attack a (neutral) mob, and then summon an attacking totem (searing, ...), it should engage with the mob (even if you are not currently attacking it).

Aktionen #3

Von Juliean vor etwa 6 Jahren aktualisiert

An additional issue has been fixed. Principially, it should make aggressive totems work against low-level mobs, and it might also solve the randomly appearing Escort NPC infight-bug (untestified).

Aktionen #4

Von andeddu vor etwa 6 Jahren aktualisiert

  • Status wurde von Testbereit zu Ready geändert
  • Update Text Deutsch aktualisiert (Vergleich)
  • Update Text Englisch aktualisiert (Vergleich)
Aktionen #5

Von Daejiv vor etwa 6 Jahren aktualisiert

  • Status wurde von Ready zu Live geändert
Aktionen

Auch abrufbar als: Atom PDF