Jump to content

[patch] Glyph of Flee and Prevent Flee effect


Recommended Posts

Posted

Typo in title, "Glyph of Rake"^^

What bug does the patch fix? What features does the patch add?

The patch adds the effect for Glyph of Rake.

For which repository revision was the patch created?

10357

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

No

Who has been writing this patch? Please include either forum user names or email addresses.

Me, dpedroia15

diff --git a/src/game/UnitAuraProcHandler.cpp b/src/game/UnitAuraProcHandler.cpp
index 092f7fe..20a3873 100644
--- a/src/game/UnitAuraProcHandler.cpp
+++ b/src/game/UnitAuraProcHandler.cpp
@@ -1547,6 +1547,10 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura
                    triggered_spell_id = 54755;
                    break;
                }
+                //Glyph of Rake
+                case 54821:
+                    triggered_spell_id = 54820;
+                    break;
                // Item - Druid T10 Restoration 4P Bonus (Rejuvenation)
                case 70664:
                {

Posted

Glyph of Rake — Your Rake ability prevents targets from fleeing.

'Fleeing' is a process of a mob calling for assistance from other mobs, it has nothing to do with Aura::HandleAuraModIncreaseSpeed. (or prove me wrong)

Posted
'Fleeing' is a process of a mob calling for assistance from other mobs, it has nothing to do with Aura::HandleAuraModIncreaseSpeed. (or prove me wrong)

Actually, Judgement of Justice also prevents targets from having increased movement speed (sprint, travelforms etc.).

This however is a unique effect of JoJ and does not apply to the Glyph of Rake according to the wowhead comments...

Posted

The effect is unique to all spells that prevent fleeing, e.g. Glyph of Rake and Judgement of Justice.

I literally just tested this on my level 43 Druid on retail in WSG. I have Glyph of Rake, and when I apply it to say, flag carrying druids, their speed is reduced to 100%, and there are no movement impairing effects on them.

Posted
The effect is unique to all spells that prevent fleeing, e.g. Glyph of Rake and Judgement of Justice.

I literally just tested this on my level 43 Druid on retail in WSG. I have Glyph of Rake, and when I apply it to say, flag carrying druids, their speed is reduced to 100%, and there are no movement impairing effects on them.

I think it's more likely a bug in Bl1zzard's code than an intended effect. This isn't mentioned anywhere in the description.

Posted
The effect is unique to all spells that prevent fleeing, e.g. Glyph of Rake and Judgement of Justice.

I literally just tested this on my level 43 Druid on retail in WSG. I have Glyph of Rake, and when I apply it to say, flag carrying druids, their speed is reduced to 100%, and there are no movement impairing effects on them.

I wonder how do you know their speed is reduced to 100%. Probably they are already affected by JoJ from a paladin or by Focused Assault.

Also, it looks like the 'no-fleeing' aura handler is terribly outdated — the 'fleeing' mechanic has been reworked iirc in bc.

Posted

Well seeing as everyone's adamant that it isn't correct, I'll take it out. I think Patman maybe right, because I definitely notice a speed decrease when its a 1v1 between me and a target (dont have Infected Wounds specced).

  • 4 weeks later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use