1. Crusader aura and pursuit of justice question.

    Hello, could anyone explain to me if Pursuit of justice and crusader aura stack/are supossed to stack?
    As far as i know from the tooltip of both, they shouldn't stack. 2 hours ago i was in icecrown chasing a paladin with a 280% mount plus Crusader aura active. My dk had 310% mount and he slightly got away from me. I also remember dual boxing with my dk and paladin at same time, both with same 310% mount and crusader aura active and my dk wasn't able to keep up with my paladin, meaning pursuit of justice and crusader aura stack. Could anyone explain this?
    Edited: April 5, 2021 Reason: spelling

  2. this is how it works on Warmane right now:
    1. "Pursuit of justice" and "Cursader Aura" do NOT stack
    2. "Pursuit of justice" only affects ground mount

  3. Then how can a pally with 280% mount and crusader aura is flying faster than a 310% mount?

  4. if you refers to the first example of your previous post:
    You ( DK with 310% flying mount) = 410% speed
    Enemy Pala (Crusader +280% mount) = 456% speed

  5. Oh, i got it, it doesn't only affect the boost and you actually put the ground speed in equation too. then apply the 20% boost. so 100 speed plus 280 +20%. Still doesn't explain why my dk vs my pala remained behind while they were both in same party with crusader aura and same mounts. But i guess i will have to give it another test.
    Edited: April 5, 2021

  6. you not moving = 0%
    you running = 100% speed
    You on Epic ground mount = 200% speed
    You on Epic flight mount = 380%
    You on Fast flight mount = 410%

    You can see your "speed" by using this command (type it on game chat while moving)
    Code:
    /run speed = (GetUnitSpeed("Player") / 7) * 100; s=string.format("Speed = %d%%", speed); if (speed > 0) then DEFAULT_CHAT_FRAME:AddMessage(s, 0.0, 1.0, 0.0, nil, false); else DEFAULT_CHAT_FRAME:AddMessage(s, 0.5, 0.5, 0.5, nil, false); end
    Or, way better, by using this addon:
    https://www.curseforge.com/wow/addon...020709689%3A82
    Edited: April 5, 2021

  7. Explain how 310% equals 410% and explain why the paladin's speed equals 456%, there is no logic. He is on a 280% speed flying mount with + 20% boost.
    "Increases flying speed by X%" is what flying mounts say...
    aka, you move at 100% speed, then you have mount which INCREASES it by 280 / 310% making it 380 or 410% of base movement speed

    the way crusader aura works is "increases mounted speed by 20%"... it's a multiplier, effectively, so effective speed is (base+mount)x1.2 for crusader
    in other words, it's (100%+280%)x120% ... or in actual maths you can put into a calculator... 380x1.2 = 456

    that's where 456% comes from

  8. I searched google after Skullat answered. Already did the math in a simple way, 100+280+20% and equals 456. Now i don't understand somethign else. You on foot run with 100% speed, ground mount 200% speed, now 200% is double the 100% but you on mount run more than twice faster than on foot. Dunno Blizzard's logic.
    Edited: April 5, 2021

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •