Thread Tools Display Modes
07/20/15, 08:40 PM   #1
dharbert
Join Date: Jul 2015
Posts: 7
How to find movement speed?

Anyone know of an in-game script that I can type into chat, or the constant/global that shows what my movement speed is? Is there an addon that does this?

If there's not already an addon for it, I'd like to make one that shows both regular movement speed and mounted movement speed.
  Reply With Quote
07/20/15, 08:46 PM   #2
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
you cant do it by API, and there is one dirty metod - its innacurate, because ingame meters or feets cannot be calculate correctly

check MiniMap addon there is speedometer option
  Reply With Quote
07/20/15, 11:19 PM   #3
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
I have made a callback MovementSpeedChanged, which can be accessed via chat or other add-ons, you just need MiniMap enabled. There are 3 speed display options - ft/s m/s and %. Percentage is based on relative character movement speed (not sprinting without any movement buffs will be 100%). The other two speed options are assumed units invented by myself.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » How to find movement speed?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off