Download
(160Kb)
Download
Updated: 07-30-16 01:02 PM
Patch for:
Enhanced Flight Map.
Compatibility:
Legion (7.0.3)
Updated:07-30-16 01:02 PM
Created:07-30-16 01:02 PM
Downloads:587
Favorites:1
MD5:
Categories:Plug-Ins & Patches, Discontinued and Outdated Mods

EFM - Kharthus Updates

Version: 2.3.0
by: Kharthus [More]

This version works with patch 7.0.3.

2016-07-30 Version 2.3.0
-------------------------
- Updated to work with Legion (7.0.3)


2014-11-19 Version 2.2.9
-------------------------
- Updated to work with Warlords of Draenor (6.0.2)


2012-10-23 Version 2.2.8
-------------------------
- Make new offline map window closable with the escape key (Google Code Issue# 19).
Post A Reply Comment Options
Unread 09-25-19, 07:56 PM  
Kharthus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 292
Uploads: 9
Originally Posted by thengel12
hey lets update this for classic!
It doesn't even work on Live. It's been broken and abandoned for a long time now.
Report comment to moderator  
Reply With Quote
Unread 08-27-19, 08:05 AM  
thengel12
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
hey lets update this for classic!
Report comment to moderator  
Reply With Quote
Unread 08-31-16, 09:22 PM  
Dalarian
A Murloc Raider

Forum posts: 4
File comments: 41
Uploads: 0
I still use it!

MApWindow.lua need the following added to the end..

-- Broken Isles - Continent 8
local EFM_MapWindowNew_Con8 = CreateFrame("Button", "EFM_MapWindowNew_Con8", EFM_MapWindowNew, "UIPanelButtonTemplate");
EFM_MapWindowNew_Con8:SetWidth(138);
EFM_MapWindowNew_Con8:SetHeight(22);
EFM_MapWindowNew_Con8:SetText(continentNames[8]);
EFM_MapWindowNew_Con8:RegisterForClicks("LeftButtonUp");
EFM_MapWindowNew_Con8:ClearAllPoints();
EFM_MapWindowNew_Con8:SetPoint("TOPLEFT", EFM_MapWindowNew_Con7, "BOTTOMLEFT", 0, -2);
EFM_MapWindowNew_Con8:SetScript("OnClick", function() EFM_MW_ChangeMap(8); end );

and line 173 to
for index = 1, 8 do

and above that line...
elseif (newMap == 7) then
continentMap = "Interface\\TaxiFrame\\TAXIMAP1116";
elseif (newMap == 8) then
continentMap = "Interface\\TaxiFrame\\TAXIMAP1220";
else


Unfortunately we still get a fatal never ending error when it tries to create a new node (I do a /reload to at least stop it). Also I can no longer see the time on the Zone map when I mouse over a flight node. and the Flight node icon is under the Blizzard wing icon.

I am doing a compare of the code in Flight Map and Times, which is being updated, to try and find some usable code for EFM.

Any ideas?
Last edited by Dalarian : 09-07-16 at 07:05 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: