Download
(56Kb)
Download
Updated: 07-03-21 05:12 AM
Pictures
File Info
Compatibility:
The Burning Crusade Classic (2.5.1)
Updated:07-03-21 05:12 AM
Created:05-22-21 11:25 AM
Downloads:8,902
Favorites:16
MD5:

InFlight Taxi Timer - TBC Fix  Popular! (More than 5000 hits)

Version: 2.05.001
by: kalimash [More]

I am not the original author, I simply fixed this for TBC. All credit goes to Jinjin50

Please see the link below for original version and future updates:

https://www.curseforge.com/wow/addon...ght-taxi-timer

Updated toc file to no longer show addon as being out of date.
Archived Files (1)
File Name
Version
Size
Author
Date
1.13.005
56kB
kalimash
05-22-21 11:25 AM


Post A Reply Comment Options
Unread 11-02-22, 02:42 PM  
cborga
A Kobold Labourer

Forum posts: 1
File comments: 21
Uploads: 0
The master branch from here seems to work.
https://github.com/orionshock/InFlight
Report comment to moderator  
Reply With Quote
Unread 09-16-22, 11:32 PM  
paolia
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: WOTLK Update?

Originally Posted by jmredmon
Originally Posted by Runkel
Would love to see a WOTLK Version
I'm guessing it will completely break in Northrend, but you can get it working for now by editing InFlight.lua with 4 simple additions. You search for CreateFrame, and to the 4 CreateFrames add:

, "BackdropTemplate"

before the closing parenthesis.

Example:

sb = CreateFrame("StatusBar", "InFlightBar", UIParent, "BackdropTemplate")


Edit: You also need to change:

if select(4, GetBuildInfo()) > 20000 then

to:

if select(4, GetBuildInfo()) > 40000 then
Recently added this addon to my current setup, and all that needed changing was the very last GetBuildInfo number. Working like a dream with that.
Report comment to moderator  
Reply With Quote
Unread 09-03-22, 03:31 AM  
jmredmon
A Defias Bandit

Forum posts: 3
File comments: 1
Uploads: 0
Re: WOTLK Update?

Originally Posted by Runkel
Would love to see a WOTLK Version
I'm guessing it will completely break in Northrend, but you can get it working for now by editing InFlight.lua with 4 simple additions. You search for CreateFrame, and to the 4 CreateFrames add:

, "BackdropTemplate"

before the closing parenthesis.

Example:

sb = CreateFrame("StatusBar", "InFlightBar", UIParent, "BackdropTemplate")


Edit: You also need to change:

if select(4, GetBuildInfo()) > 20000 then

to:

if select(4, GetBuildInfo()) > 40000 then
Last edited by jmredmon : 09-03-22 at 03:32 AM.
Report comment to moderator  
Reply With Quote
Unread 08-29-22, 02:07 PM  
Runkel
A Kobold Labourer

Forum posts: 1
File comments: 15
Uploads: 0
WOTLK Update?

Would love to see a WOTLK Version
Report comment to moderator  
Reply With Quote
Unread 01-12-22, 05:18 AM  
kalimash
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 13
Uploads: 6
Thank you for doing this, this is how the community is supposed to work.

Originally Posted by orionshock
I've been tinkering around with this addon, threw up something on git hub to work with.

https://github.com/orionshock/InFlight
https://github.com/orionshock/InFlig.../2.06-beta.zip

patched in all the code changes from various places
fixed hooks with Quartz and detecting npc flights.
added in flights for:
-Skettis to BEM
-Caverns of Time (fly down and OHB)
Report comment to moderator  
Reply With Quote
Unread 12-14-21, 05:38 AM  
axlrod
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by orionshock
I've been tinkering around with this addon, threw up something on git hub to work with.

https://github.com/orionshock/InFlight
https://github.com/orionshock/InFlig.../2.06-beta.zip

patched in all the code changes from various places
fixed hooks with Quartz and detecting npc flights.
added in flights for:
-Skettis to BEM
-Caverns of Time (fly down and OHB)
I have made a pull request to your repo, to add support for WowUp, so its possible to import the git repo straight into it and get updates that way. (if any )
Report comment to moderator  
Reply With Quote
Unread 10-11-21, 01:26 AM  
orionshock
A Wyrmkin Dreamwalker
 
orionshock's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 72
Uploads: 4
I've been tinkering around with this addon, threw up something on git hub to work with.

https://github.com/orionshock/InFlight
https://github.com/orionshock/InFlig.../2.06-beta.zip

patched in all the code changes from various places
fixed hooks with Quartz and detecting npc flights.
added in flights for:
-Skettis to BEM
-Caverns of Time (fly down and OHB)
__________________
"I was there in the beginning... and things were very different back then" --An Echo from a time before.
Report comment to moderator  
Reply With Quote
Unread 07-11-21, 07:39 AM  
kalimash
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 13
Uploads: 6
Originally Posted by Nihlo
If you want to fix/add further stuff:

The faction-flightpoints in Shadowmoon got no connection-lines on the flightmaster map:
https://ibb.co/VW6Y2rB
The connection lines are made by the default blizzard UI, if you unload the addon, you will still see the connecting line is still missing. I am unsure if I can make the addon add this connecting line.
Report comment to moderator  
Reply With Quote
Unread 07-04-21, 06:25 AM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
If you want to fix/add further stuff:

The faction-flightpoints in Shadowmoon got no connection-lines on the flightmaster map:
https://ibb.co/VW6Y2rB

And you could add timers to more non-flightmaster flights like the caverns of time dragon ride down the cave or the flight inside the Old Hillsbrad Foothills. There are also some dailies with flights like:
https://tbc.wowhead.com/quest=10347/...-abyssal-shelf

Just stuff which came to my mind^^ no pressure obvs.
Report comment to moderator  
Reply With Quote
Unread 07-03-21, 05:08 AM  
kalimash
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 13
Uploads: 6
Originally Posted by Nihlo
Thanks, works in general.
You forgot to update the toc though, so it's still out of date ingame.

I wanted to make minimal changes to everything so I left the toc, alone. I will upload version with the toc file updated.
Report comment to moderator  
Reply With Quote
Unread 07-03-21, 05:04 AM  
kalimash
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 13
Uploads: 6
Originally Posted by adl
Ty for updating this. There is a bug with the border, you cannot change it.
I have done some testing and did find where you cannot change the border without a /reload of the ui. However if you set the border then do a /reload it should work just fine. I think it's possibly a limitation inside the api itself.
Report comment to moderator  
Reply With Quote
Unread 05-31-21, 12:23 PM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
Thanks, works in general.
You forgot to update the toc though, so it's still out of date ingame.
Report comment to moderator  
Reply With Quote
Unread 05-28-21, 07:21 AM  
adl
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Ty for updating this. There is a bug with the border, you cannot change it.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: