Download
(59Kb)
Download
Updated: 01-21-24 01:53 AM
Pictures
File Info
Compatibility:
Classic (1.15.0)
Updated:01-21-24 01:53 AM
Created:08-29-19 07:22 AM
Downloads:36,925
Favorites:88
MD5:
Categories:Classic - General, Data Mods, Map, Coords, Compasses, Miscellaneous

InFlight Classic  Popular! (More than 5000 hits)

Version: 1.15.002
by: wildcard25, totalpackage

InFlight is a simple taxi flight timer mod that lets you know how long it will take to get to your destination. Other mods may provide a similar feature, however, InFlight is a lightweight alternative that, in most cases, is leaner, faster and uses a lot less memory (which is the main motivation behind InFlight).
Retail version here

Click here to lend your support!

Features:

  • Take-off confirmation
  • Many customization options for the look of the timer bar
  • Support for Druid-only and some other special flight paths
  • Already has most flight times
  • Learns new flight times or updates existing flight times when taxis are used
  • Flight times added to tooltip on flight map
How to Use:
  • InFlight is LoadOnDemand to use less memory when not needed
  • '/inflight', right-click on the timer bar, or check interface options to customize
  • Shift left-click and drag to move the timer bar
How to Contribute:
  • Updating flight times data - submit the file '<WoW_Folder>/_classic_/WTF/Account/<Account_Name>/SavedVariables/InFlight.lua'
  • Updating detection of special flights (only repeatable ones): report the gossip text (text you click to start the flight) and the location text above your minimap
  • Updating or adding translations for a language
Features That Won't Be Implemented, So Don't Ask:
  • Detailed tooltips and connect-the-dots
  • Show known/unknown Flight Masters on map
  • For anyone looking for these features, I recommend using Enhanced Flight Map
Please go here to provide feedback

1.15.002 01/21/2024
  • Whoops, turn off debug mode

1.15.001 01/21/2024
  • Update some default flight times
  • Update some translations
  • Remove some unused translations
Archived Files (2)
File Name
Version
Size
Author
Date
1.15.001
59kB
wildcard25
01-20-24 11:16 AM
1.13.005
57kB
wildcard25
01-18-20 05:53 PM


Post A Reply Comment Options
Unread 02-09-24, 05:36 AM  
sykopat
A Kobold Labourer

Forum posts: 1
File comments: 28
Uploads: 0
Any chance for a dummy/test bar for configuration purposes?
Report comment to moderator  
Reply With Quote
Unread 01-19-24, 06:35 AM  
fubar187421
A Murloc Raider
 
fubar187421's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 12
Uploads: 1
Exclamation not working in SOD

any chance of getting an update for this to work in SOD?
Report comment to moderator  
Reply With Quote
Unread 10-31-22, 06:00 PM  
grimrepo941
A Murloc Raider

Forum posts: 5
File comments: 3
Uploads: 0
Re: Re: Suggestion

Originally Posted by Uitat
Originally Posted by grimrepo941
Hey, R_X!
Seeing that you are much more frequent in your updates on the InFlight Taxi Timer addon that the current official addon maintainer, have you considered applying for the position of Addon maintainer for the addon on CurseForge? This way your updates on the WotLK addon could be accessed directly through the CurseForge app (or any other)
hey there i did not even know this portion existed, i will put out updates for dragon and wrath asap.
i picked up this addon a little while ago and i will update curse also thanks for the heads up
Thank you, too, Uitat! : )
Report comment to moderator  
Reply With Quote
Unread 10-28-22, 07:28 AM  
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 162
File comments: 362
Uploads: 17
Re: Suggestion

Originally Posted by grimrepo941
Hey, R_X!
Seeing that you are much more frequent in your updates on the InFlight Taxi Timer addon that the current official addon maintainer, have you considered applying for the position of Addon maintainer for the addon on CurseForge? This way your updates on the WotLK addon could be accessed directly through the CurseForge app (or any other)
hey there i did not even know this portion existed, i will put out updates for dragon and wrath asap.
i picked up this addon a little while ago and i will update curse also thanks for the heads up
__________________
Report comment to moderator  
Reply With Quote
Unread 10-15-22, 04:14 PM  
grimrepo941
A Murloc Raider

Forum posts: 5
File comments: 3
Uploads: 0
Suggestion

Hey, R_X!
Seeing that you are much more frequent in your updates on the InFlight Taxi Timer addon that the current official addon maintainer, have you considered applying for the position of Addon maintainer for the addon on CurseForge? This way your updates on the WotLK addon could be accessed directly through the CurseForge app (or any other)
Report comment to moderator  
Reply With Quote
Unread 09-02-22, 08:51 AM  
R_X
A Defias Bandit
 
R_X's Avatar

Forum posts: 2
File comments: 11
Uploads: 0
Exclamation InFlight Wrath

Here is an updated version of InFlight for WRATH 3.4.1.

This version is atm incomplete (missing flighttimes)! It's based on my BCC release.

InFlight Wrath 3.4.x (last update (03/05/23)

Don't forget to contribute/backup your collected flighttimes, before you update!

Whats done:
- compatible with WotLK Patch 3.4.1
- TOC update
- added flightpoints/times Northrend
- added flightpoints/times Eastern Kingdoms (3 Horde, 2 Alliance) -- should be complete
- update of all locales (should hopefully be complete)
- Fix for *support for flightpaths that are started by gossip options*
Fix provided by drantor @ wowinterface.com - Thank you!

[If you found typos or misspelled words or missing flightpoints etc, tell me]

Current Data InFlight Wrath:
Horde - 2143 flights
Alliance - 2146 flights

Whats missing (and will be added over time):
- flighttimes (Northrend)
- new flights with gossips

You should contribute/backup your collected flighttimes, this addon will reset your times if you update from a previous non-wrath version!
Last edited by R_X : 03-05-23 at 04:08 AM.
Report comment to moderator  
Reply With Quote
Unread 09-02-22, 04:39 AM  
Hyperdrive
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
For WOTLK I found a currently working work-around:

Do the same as you would do for TBC from the post from jeremy7600, just change the following:

--173: if select(4, GetBuildInfo()) > 20000 then
++173: if select(4, GetBuildInfo()) > 40000 then

It does work currently on the PrePatch.

Originally Posted by jeremy7600
For TBC (starting with v1.13.005), replace the -- line with the ++ line number. Only replace the text after the colon, don't include the ++ or the line number or the colon.

--173: if select(4, GetBuildInfo()) > 20000 then
++173: if select(4, GetBuildInfo()) > 30000 then

--427: sb = CreateFrame("StatusBar", "InFlightBar", UIParent)
++427: sb = CreateFrame("StatusBar", "InFlightBar", UIParent, BackdropTemplateMixin and "BackdropTemplate")

--470: bord = CreateFrame("Frame", nil, sb) -- border/background
++470: bord = CreateFrame("Frame", nil, sb, BackdropTemplateMixin and "BackdropTemplate") -- border/background

--695: local b = CreateFrame("Button", nil, this, "UIPanelButtonTemplate")
++695:local b = CreateFrame("Button", nil, this, "UIPanelButtonTemplate", BackdropTemplateMixin and "BackdropTemplate")

--714: InFlightDD = CreateFrame("Frame", "InFlightDD", InFlight)
++714: InFlightDD = CreateFrame("Frame", "InFlightDD", InFlight, BackdropTemplateMixin and "BackdropTemplate")

The first replacement checks the version, the others have to do with new API rules in the latest WoW client.
Last edited by Hyperdrive : 09-02-22 at 04:40 AM.
Report comment to moderator  
Reply With Quote
Unread 09-01-22, 07:20 AM  
rbpaiett
A Murloc Raider

Forum posts: 4
File comments: 49
Uploads: 0
Re: Re: InFlight Classic

Originally Posted by Runkel
Originally Posted by R_X
Originally Posted by xantas
Can anyone update for WoW Classic Season of mastery version 1.4.2? Would be awesome, thanks a lot!
Hi. You can scroll down here a little bit or look at my Signature and you will find a Classic-InFlight-Download. This Addon works in SOM too.

Have fun
Will you do a WOTLK Version too?
^^^
Yes, YES, to Obi-Wan you listen!
Report comment to moderator  
Reply With Quote
Unread 08-30-22, 03:20 AM  
Runkel
A Kobold Labourer

Forum posts: 1
File comments: 15
Uploads: 0
Re: InFlight Classic

Originally Posted by R_X
Originally Posted by xantas
Can anyone update for WoW Classic Season of mastery version 1.4.2? Would be awesome, thanks a lot!
Hi. You can scroll down here a little bit or look at my Signature and you will find a Classic-InFlight-Download. This Addon works in SOM too.

Have fun
Will you do a WOTLK Version too?
Report comment to moderator  
Reply With Quote
Unread 06-15-22, 03:51 PM  
R_X
A Defias Bandit
 
R_X's Avatar

Forum posts: 2
File comments: 11
Uploads: 0
Exclamation InFlight Classic

Originally Posted by xantas
Can anyone update for WoW Classic Season of mastery version 1.4.2? Would be awesome, thanks a lot!
Hi. You can scroll down here a little bit or look at my Signature and you will find a Classic-InFlight-Download. This Addon works in SOM too.

Have fun
Report comment to moderator  
Reply With Quote
Unread 03-12-22, 10:26 AM  
xantas
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Can anyone update for WoW Classic Season of mastery version 1.4.2? Would be awesome, thanks a lot!
Report comment to moderator  
Reply With Quote
Unread 03-07-22, 12:35 AM  
kimyr0501
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
works!

as of 2022 march 07 I can confirm the file below still works!
Thank you!
Report comment to moderator  
Reply With Quote
Unread 10-17-21, 06:43 AM  
Jens Kirk
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: InFlight-Classic

2nd that .. Works. (17 oct 2021). No error and no flight blocking .. and ofc a timer.
Last edited by Jens Kirk : 10-17-21 at 09:35 AM.
Report comment to moderator  
Reply With Quote
Unread 10-07-21, 09:39 PM  
Szyarah
A Defias Bandit

Forum posts: 2
File comments: 139
Uploads: 0
New version works!

Thank you SO much for this update. Just tested in Classic era, works great!
Report comment to moderator  
Reply With Quote
Unread 10-03-21, 09:12 AM  
R_X
A Defias Bandit
 
R_X's Avatar

Forum posts: 2
File comments: 11
Uploads: 0
Exclamation InFlight-Classic

Originally Posted by Szyarah
In Flight is broken as of patch 14.10 classic. Clicking on a flight master with the addon loaded causes the flight master screen to lock up (i.e., you cannot click a destination.)
Tell me if this version works for you. Classic 1.14.3

https://www.mediafire.com/file/cjo5f...assic.zip/file

Edit: Update TOC to 1.14.3
Last edited by R_X : 09-25-22 at 07:54 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.