Download
(76Kb)
Download
Updated: 01-20-10 05:56 PM
Pictures
File Info
Updated:01-20-10 05:56 PM
Created:unknown
Downloads:156,298
Favorites:790
MD5:

FlightMap  Popular! (More than 5000 hits)

Version: 3.3
by: dhask [More]

FlightMap is all about the flights you take in the World of Warcraft. It draws lines on the continent maps, showing you visually where you can fly from each zone as you mouse over them, as well as showing a window listing all the available destinations, their costs and their flight durations. On the zone level map, flight masters appear as small boot icons, allowing you to see where they are. During flights, a castbar-alike progress bar will show you how long is left on your current journey.

Use /fmap or /flightmap to bring up the options window, or use the myAddons support.

Many thanks to Thorarin (aka Marcel Veldhuizen) who not only reported bugs, but also reported their fixes, and who supplied the Alliance default data. Thanks also to Simon, who has helped immensely with the German translations. And of course, thanks to everyone who downloaded betas, put up with bugs and helped me fix them!

IMPORTANT: There were major internal changes between v53 and v1.7-1. If you are upgrading from a release earlier than the v84 beta, please note that your flights will not be visible until you visit at least one flight master per continent, and may not be fully visible again until you have visited them all. Your time data is not lost, however. If you prefer, you can remove the old FlightMap entirely, run WoW without installing the new version once (make sure to log a character in!) and then install the new version. This will give you the default data sets, which are reasonably complete for both factions.

Changes:
2.1-1 May 28, 2007
* 2.1 version bump
2.4-1
* 2.4 version bump

* Compatible with 3.3
Optional Files (1)
File Name
Version
Size
Author
Date
Type
4.0
75kB
10-14-10 07:42 AM
Patch


Post A Reply Comment Options
Unread 01-29-09, 11:48 AM  
dmunkie
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Flight Timer Disable

I've had the same issue withe the flight timer appearing even, though it's not unchecked. What i've usually done is as soon as i log in, I check, then uncheck the option for the flight timer. That works, but i have to do it every time i log in. For some reason everytime you load up WoW it uses it's defaults and overrides and settings you have setup in-game.

This section of code:
-- Default option settings
if (not FlightMap["Opts"]) then
FlightMap["Opts"] = FLIGHTMAP_DEFAULT_OPTS;
end
It's looking for the FlightMap["Opts"] object, but it's never finding it, so it defaults to using the Defaults

Now as a more technical bandaid. If you go into your addons folder
then into /flightmap, open up Defaults.lua in notepad. Look for this section
Code:
FLIGHTMAP_DEFAULT_OPTS = {
     ["showPaths"]   = true,
     ["showPOIs"]    = true,
     ["showAllInfo"] = false,
     ["useTimer"]    = true,
     ["showCosts"]   = false,
     ["showTimes"]   = false,
     ["fullTaxiMap"] = true,
};

change ["useTimer"] = true to ["useTimer"] = false. That will permanently disable the flight timer til the author can fix the options feature.
Last edited by dmunkie : 01-29-09 at 11:50 AM.
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 02:59 PM  
Ovario
An Aku'mai Servant

Forum posts: 30
File comments: 48
Uploads: 0
Minimap

Is it possible for this addon to show flight master locations on the minimap, maybe using the green flight-boot icon? Switching to the Blizzard tracking gets annoying after a while...
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 01:43 PM  
wallyhartley
A Kobold Labourer
 
wallyhartley's Avatar

Forum posts: 0
File comments: 27
Uploads: 0
Originally posted by Hevanus
Just noticed that it shows flight timers as well even though I have them disabled in the options. Thanks for looking into it
I have this problem as well. Is there an easy way to disable the code for just the Flight Timer Window and leave the rest of the addon fully functional...just until the options can get sorted out?

I love the majority of features of this addon but use the flight timer from Quest Helper so I'd like to not see this one show up anywhere on screen.

Thanks for any suggestions.
Report comment to moderator  
Reply With Quote
Unread 12-28-08, 11:23 AM  
moonshade
A Kobold Labourer

Forum posts: 0
File comments: 61
Uploads: 0
Originally posted by zeroglitch
I've noticed that the tooltips on the map no longer give the level range for each area. Any chance of getting that added back in?
Yes, I would like to see this added back as well.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 12-26-08, 05:29 PM  
masterAL
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
error with jack adams

Hi
i use the german client.

I have a prob with this mod an the quest with jack adams.
I want to pay 1gold to "start" the quest.
With this addon i cant pay - pls help
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 06:21 PM  
zeroglitch
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I've noticed that the tooltips on the map no longer give the level range for each area. Any chance of getting that added back in?
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 12:22 AM  
Hevanus
A Deviate Faerie Dragon
 
Hevanus's Avatar

Forum posts: 15
File comments: 199
Uploads: 0
Just noticed that it shows flight timers as well even though I have them disabled in the options. Thanks for looking into it
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 04:06 PM  
dhask
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 21
Uploads: 2
Originally posted by Hevanus
When I uncheck "Flight master icons" option it hides the icons. However, when I reload my UI it shows the icons even though the option is still unchecked.

I wouldn't need to hide them except that I use HandyNotes_FlightMasters because FlightMap can't show flight master icons on the minimap.
I suspect the options are flaky at the moment. I will try to get it sorted out in the near future, sorry.

FlightMap doesn't show icons on the minimap because that's a tracking option now But if there's a mod out there that'll show you the icons as well as your current tracking type, and you like that, great. FlightMap should support doing that.
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 01:11 AM  
Hevanus
A Deviate Faerie Dragon
 
Hevanus's Avatar

Forum posts: 15
File comments: 199
Uploads: 0
When I uncheck "Flight master icons" option it hides the icons. However, when I reload my UI it shows the icons even though the option is still unchecked.

I wouldn't need to hide them except that I use HandyNotes_FlightMasters because FlightMap can't show flight master icons on the minimap.
Report comment to moderator  
Reply With Quote
Unread 12-03-08, 10:16 PM  
dhask
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 21
Uploads: 2
Originally posted by ironwulf
There is an option, however it doesn't seem to do anything. When I first loaded up FlightMap, all options were unticked, however a flightbar came up anyway once I started a flight. Ticking or unticking the option seemed to have no effect.
I will try to debug this next time I'm in game.
Report comment to moderator  
Reply With Quote
Unread 12-02-08, 02:17 PM  
ironwulf
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Originally posted by dhask
There is an option for that already -- is it not working? All the options are now integrated into Blizzard's interface options system, under the AddOns tab. The one you want to make sure is turned off is "In-flight timers."
There is an option, however it doesn't seem to do anything. When I first loaded up FlightMap, all options were unticked, however a flightbar came up anyway once I started a flight. Ticking or unticking the option seemed to have no effect.
Report comment to moderator  
Reply With Quote
Unread 12-01-08, 05:43 PM  
dhask
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 21
Uploads: 2
Originally posted by Jzar
Unfortunately, there was no LUA error. (That I remember seeing) Basically, to do the quest, you have to pay 1g to the barmaid for her to do her thing. It pops up a dialog box saying something to the effect of "Pay 1g to complete this quest?" and I think there was an OK and a cancel button. You hit OK, and the dialog box goes away, and absolutely nothing happens.
Is it a dialog box like the summon acceptance box, or a gossip box like the ones you use to ask guards for directions?
Report comment to moderator  
Reply With Quote
Unread 12-01-08, 05:37 PM  
dhask
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 21
Uploads: 2
Originally posted by ellanon
Timer bar - May I get an option to remove the timer?
There is an option for that already -- is it not working? All the options are now integrated into Blizzard's interface options system, under the AddOns tab. The one you want to make sure is turned off is "In-flight timers."
Report comment to moderator  
Reply With Quote
Unread 12-01-08, 11:02 AM  
ellanon
A Defias Bandit

Forum posts: 2
File comments: 32
Uploads: 0
Timer bar - May I get an option to remove the timer?
Report comment to moderator  
Reply With Quote
Unread 12-01-08, 08:37 AM  
Jzar
A Chromatic Dragonspawn
 
Jzar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 158
File comments: 281
Uploads: 5
Unfortunately, there was no LUA error. (That I remember seeing) Basically, to do the quest, you have to pay 1g to the barmaid for her to do her thing. It pops up a dialog box saying something to the effect of "Pay 1g to complete this quest?" and I think there was an OK and a cancel button. You hit OK, and the dialog box goes away, and absolutely nothing happens.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: