I am not gaining any movement speed increase with Elusive Blasphemite socketed, regardless of how many different colour gems I have equiped.
If you’re basing this only on the default ui, you won’t see any change as the base ui only shows speed from the speed tertiary, not % increases.
Aha, you are correct! I had to download a third party addon to look at the speed. They should really make the character stats update for things like that to avoid misconceptions.
Which addon?
I used Dynamic Movement Speed from Curseforge.
No need for an addon, this macro should work. Target yourself, run and click it. It’ll show your speed in chat.
/run print(GetUnitSpeed(“target”) / 7 * 100)
I am using this gem and use Dejacharacterstats however it’s not showing any increase to my speed.
This macro does not work for me.
DejaCharacterStats doesn’t appear to be accounting for this gem. I still use TitanPanel and the TitanSpeed module shows 105.38% while running, an exact 2% additive increase from the 103.38% that DCS shows and which matches the single gem color I have socketed (Emerald).
Thanks I will try that. Do you know how to enable the TitanSPeed module? I just downloaded the addon and am looking around but don’t see it.
It’s meant to only work with TitanPanel IIRC, never tried using it with any other data broker displays.
Is this the right addon?
https://www.curseforge.com/wow/addons/titan-speed-cont
Says last updated 2020.
Yes, that’s the one.
Ok so here’s the deal with anyone testing this:
Deja, DynamicSpeed, and TitanSpeed all work to show the correct movement speed.
The issue was when you remove a piece of gear it doesn’t update the speed right away. It takes a few seconds. So what I was doing was removing the item with the gem socketed and seeing no change and thinking it didn’t do anything.
Thanks for all the help though.
This is probably why DCS didn’t show for it originally, 'cause I was in war mode at the time of coming across this thread and had to swap sets. Good catch!
And with Dejacharacterstats specifically you will need to also close the character pane and re-open it to see the difference. It will not dynamically update in the currently open window.
He did not wrap it in code format, so when you copy paste it the improper formatting causes an error
/run print(GetUnitSpeed("target") / 7 * 100)
DCS is updating fine for me. Check that you actually have colored algari gems socketed.
Thanks and yeah deja works it just needs a few seconds to update when removing gear and the windows needs to be re-opened.
So is the gem working now and just display bugged?
Correct. It is 100% working.