Fehler #18236
offen
[ICC][Legendary] Ein Seelenschmaus - Debuff wird zu selten aufgetragen
Von Veylen vor mehr als 8 Jahren hinzugefügt.
Vor etwa 5 Jahren aktualisiert.
Beschreibung
Bei der Quest Ein Seelenschmaus in der Schattengram-Questreihe, muss man die Gegner eigentlich nur mit irgend etwas treffen (selbst ein Debuff wie Demo-shout sollte reichen), während man die Axt Schattenschneide als Waffe ausgerüstet hat, um den Debuff Schicksal des Schattens zu verteilen.
Momentan funktioniert das so nicht. Weihe funktioniert beispielsweise nicht, Donnerknall hingegen schon.
Quellen:
Notes
- Damaging a mob while wearing [Shadow's Edge] will give you his soul when he dies - no death blow required!
- Every damage counts, you do not need to hit something with the weapon itself
- Even a Holy Paladin can collect souls easily, just equip the weapon, jump into the fray and do one Consecration and/or Holy Wrath, then get back to healing
- Clearing Icecrown Citadel (well, at least the trash) will give you about 200 souls (maybe some more, depending on respawn)
- If you do both raid sizes every time you can, you will need 2.5 to 3 weeks to complete this quest
- "Reputation farming" (only killing trash and waiting for the respawn) might get you to 1000 even quicker
--
You
- need not to hit the mobs - a Demoralizing Shout, Thunder Bluff[sic!], Consecration or Death and Decay will give the debuff to all valid targets in range too
- have to be alive at the death of the target to collect the soul
- may free your ghost and fly back from the bone yard into the ICC. As soon you reenter ICC every mob that will be killed by your raid mates and that you "marked" before will count for you, even if you stay idle at the entry (-> you should start every battle with f.e. a Demoralizing Shout and - if you die at trash - should rush back as fast as possible to get at least a few souls)
(Quelle)
--
It's worth noting that pretty much anything will cause them to gain the debuff. Even such things as arcane torrent from a bloodelf for example. (Quelle)
- Beziehung mit Fehler #8233: [ICC][Legendary][3] - Ein Seelenschmaus wurde hinzugefügt
- Beziehung mit Fehler #18237: [ICC][Legendary] Ein Seelenschmaus - Debuff von anderen zählt wurde hinzugefügt
die bedingungen für den procc nochmal reviewen wegen dem fix aus https://redmine.rising-gods.de/issues/18237
atm gilt:
bool CheckProc(ProcEventInfo& procInfo)
{
Unit* caster = procInfo.GetActor();
if (!caster || caster->GetTypeId() != TYPEID_PLAYER)
return false;
Unit* target = procInfo.GetActionTarget();
if (!target || target->GetTypeId() != TYPEID_UNIT || target->GetCreatureType() == CREATURE_TYPE_CRITTER || (target->GetEntry() != NPC_SINDRAGOSA && target->IsSummon()))
return false;
return true;
}
die proccflags atm sind:
02 Successful melee attack
04 Successful attack by Spell that use melee weapon
06 Successful Ranged attack(and wand spell cast)
08 Successful Ranged attack by Spell that use ranged weapon
12 Successful negative spell cast
16 Successful damage from harmful magic spell cast
- Status wurde von Bestätigt zu In Bearbeitung geändert
- Zugewiesen an wurde auf Veylen gesetzt
pfff kein spell_proc_event funktioniert für die oben genannten aoes
liste bitte einmal alle aoe/sonstigen fähigkeiten auf, auf die es noch proccen sollte (und es atm nicht der fall ist) (sind ja nur 3 klassen) :)
rang 1 je fähigkeit reicht dann jeweils
Das wird ne lange Liste... das ding procct nämlich auf alles, was man auf nen gegnerischen Mob setzen kann.
Die einzige Ausnahme scheint D'n'D zu sein, aber da hab ich nur ein einziges Kommentar für, weswegen ich das ehrlich gesagt für - sorry - bullshit halte.
Außerdem muss ich dann erstmal schaun, was genau geht und was nicht, was auch n bisschen dauert. Beim Paladin funktioniert aber nichtmal der Autohit. Wenn ich das richtig beobachtet habe muss da ein Siegel aktiv sein, das Waffenschaden in der Berechnung verwendet ^^
Ich setz mich heute abend dran.
alternativ kannst du auch einfach nen spell suchen der atm schon genau so procct wie du es gerne hättest - dann könnte man vergleichen und unterschiede finden :)
- Zugewiesen an wurde von Veylen zu Rushor geändert
- Status wurde von In Bearbeitung zu Bestätigt geändert
- Zugewiesen an
Rushor wurde gelöscht
- Blockiert Fehler #18237: [ICC][Legendary] Ein Seelenschmaus - Debuff von anderen zählt wurde hinzugefügt
- Beziehung mit Fehler #18237: [ICC][Legendary] Ein Seelenschmaus - Debuff von anderen zählt wurde gelöscht
- Tags wurde von ICC, Quest, Aura, Paladin, Death Knight, Warrior zu Quest, Aura, Paladin, Death Knight, Warrior, Icecrown Citadel geändert
- Tags wurde von Quest, Aura, Paladin, Death Knight, Warrior, Icecrown Citadel zu Quest, Icecrown Citadel geändert
- Übergeordnetes Ticket
#8226 wurde gelöscht
Auch abrufbar als: Atom
PDF