Thread Tools Display Modes
08-25-16, 12:44 AM   #1
Aisenfaire
A Murloc Raider
Join Date: Apr 2007
Posts: 6
Addon Update Request

Would love if anyone could update Custom Flight Map to work in Legion (or recommend something similar). It was working right up until patch 7.0.

https://wow.curseforge.com/addons/custom-flight-map/

Last edited by Aisenfaire : 08-25-16 at 01:01 AM.
  Reply With Quote
08-25-16, 12:08 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Not sure what you specifically want from it, but you could see if this: http://www.wowinterface.com/download...FlightMap.html works with an addon like HandyNotes. Or you could try this if you just want to find paths easier: http://www.wowinterface.com/download...ncedTimes.html
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
08-25-16, 02:51 PM   #3
Aisenfaire
A Murloc Raider
Join Date: Apr 2007
Posts: 6
Originally Posted by Seerah View Post
Not sure what you specifically want from it, but you could see if this: http://www.wowinterface.com/download...FlightMap.html works with an addon like HandyNotes. Or you could try this if you just want to find paths easier: http://www.wowinterface.com/download...ncedTimes.html
Hmm, I want its functionality where you can customize and color the icons on the flight map so you can identify them at a glance and fly straight without having to mouse over and read them first (ex. world event hot spots, cities, raids, etc.).

Thank you for the suggestions! I've actually tried it World Flight Map before, but wasn't a fan (having to go through several clicks to fly to another zone). Trying out Flight Map Enhanced Times now. Missing the custom visual indicators from Custom Flight Map, but the side list is pretty handy!
  Reply With Quote
08-25-16, 03:48 PM   #4
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
After a quick look, it seems TaxiFrame is no longer registering the "TAXIMAP_OPENED" event which CFM uses for initialising the nodes. You could add this to the CFMs OnLoad script.

EDIT: On second thought, rather than registering the "TAXIMAP_OPENED" event (I don't know if this event may go away in future) and given TaxiFrame is now using OnShow you could change:
Code:
TaxiFrame:HookScript("OnEvent", function(self, event)
	if (event ~= "TAXIMAP_OPENED" or not self:IsShown()) then  return;  end
too:
Code:
TaxiFrame:HookScript("OnShow", function()
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 08-26-16 at 01:51 AM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Addon Update Request


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off