Help

Broker_Speed

Miscellaneous Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 5,810 Downloads
  • Supports: 4.0.1
  • 0 Average Daily Downloads
  • Comments
  • Created 8/3/2008 7:53:57 AM
  • Updated 10/12/2010 12:18:00 AM
  • 66 Favorites
  • Project Site
  • License: All Rights Reserved
  • Release Type: Release
  • Newest File: v3
or
Support development! **
Donate

About Broker_Speed

Speed plugin for any DataBroker display.

------------------------------------------------------------------------
r24 | kemayo | 2010-10-12 05:15:57 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   A /tags/v3 (from /trunk:23)

Tagging as v3
------------------------------------------------------------------------
r23 | kemayo | 2010-10-12 05:00:14 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   M /trunk/Broker_Speed.toc

TOC bump
------------------------------------------------------------------------
r22 | kemayo | 2010-07-16 04:46:09 +0000 (Fri, 16 Jul 2010) | 1 line
Changed paths:
   M /trunk/core.lua

Add a second broker plugin for pure horizontal speed.
------------------------------------------------------------------------

Addon Packs Containing This...

Comments

  • #5
    I have made my own adjustment in line 25 to allow for recalculations of druids speed in flight form:

    New:
    if newspeed == speed and (not (IsMounted() or IsSwimming() or IsFlying()) or newpitch == pitch) then return end
    Old:
    if newspeed == speed and (not (IsMounted() or IsSwimming()) or newpitch == pitch) then return end
  • #3
    I wanted to have actual speed, with pitch involved. Basically:

    local pitch --near local speed
    ...
    local newpitch = GetUnitPitch("player")
    if ((newspeed == speed) and (newpitch == pitch)) then return end
    speed = newspeed
    pitch=newpitch
    ...
    local totalspeed = ((speed / 7 * 100) * math.cos(pitch))
    0.5) then
    totalspeed = totalspeed + 0.5
    end
    dataobject.value = floor(totalspeed)
    ...

    Now should add an option, for absolute speed and relative speed.
  • #4
    NVM, have to do more checks for land/etc
  • #1
    All I see for the speed is a series of 1-3 f's. Is that a bug or intended? If intended, is there another mod that actually shows the speed?
  • #2
    I use MonkeySpeed but it is not a Broker, it is a tiny movable bar.
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!