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
Broker_Speed r14 is installed correctly in my AddOns folder, and it shows up in the AddOns list at the logon screen, but nothing showing up with Broker2Fubar & Fubar. No options found anywhere, either.
Edit: it appears that r15 has fixed this problem. Thank you.
-
View User Profile
-
Send Message
Posted Dec 4, 2022The addon unfortunately does not show Dragon Riding speed. It shows 0%.
-
View User Profile
-
Send Message
Posted Oct 29, 2016Addon have stopped working at patch 7.1... Can someone fix it ?
-
View User Profile
-
Send Message
Posted Feb 25, 2011New:
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
-
View User Profile
-
Send Message
Posted May 14, 2010local 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))
if(totalspeed - floor(totalspeed) > 0.5) then
totalspeed = totalspeed + 0.5
end
dataobject.value = floor(totalspeed)
...
Now should add an option, for absolute speed and relative speed.
-
View User Profile
-
Send Message
Posted May 14, 2010-
View User Profile
-
Send Message
Posted Mar 1, 2009-
View User Profile
-
Send Message
Posted Apr 5, 2009-
View User Profile
-
Send Message
Posted Feb 21, 2009Broker_Speed r14 is installed correctly in my AddOns folder, and it shows up in the AddOns list at the logon screen, but nothing showing up with Broker2Fubar & Fubar. No options found anywhere, either.
Edit: it appears that r15 has fixed this problem. Thank you.
Now I hope the author of Broker_NameToggle fixes the same problem with his AddOn. http://cladhaire.wowinterface.com/portal.php?id=516&a=viewbug&bugid=5505
-
View User Profile
-
Send Message
Posted Nov 30, 2008Looks like 1.1 has the update Ydrisselle.
-
View User Profile
-
Send Message
Posted Nov 29, 2008I've got an update that uses the new APIs. Just trying to get it committed.
-
View User Profile
-
Send Message
Posted Nov 16, 2008Can somebody update this addon with Northrend data? (hint: Arrowmaster has updated SpeedFu ;) )