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