HandyNotes_FlightMasters
Database of FlightMaster locations for HandyNotes. This addon also draws lines connecting flightpaths on the world map on mouseover.
Note: This addon requires HandyNotes (WoWAce link/Curse link/WoWInterface link).
There are options to only show Horde or Alliance (or both) flight paths, as well as on the continent or zone map levels or both.
Use /handynotes to access the options.
http://www.wowwiki.com/Frax_Bucketdrop
For instance, the loc for the flight master in stormwind is 70, 72... the loc code in the addon is 70957250. We know what the 70--72-- is, but we don't know what the --95--50 is. The flight master in duskwood that is connected to this is coded as 77504430, their loc is 77, 44.
Anybody know what these other numbers mean? Would it be x,y,z, and facing direction?
["WesternPlaguelands"] = {
[42908490] = "1|Hinterlands,11104610,1|EasternPlaguelands,75865336,1|Ironforge,55704770,1|Hilsbrad,49405220,1|WesternPlaguelands,69304970,1",
[69304970] = "3|WesternPlaguelands,42908490,1|EasternPlaguelands,75865336,1|EasternPlaguelands,74505117,2|Undercity,63404850,2|Hilsbrad,60201870,2",},
----
["EasternPlaguelands"] = {
[18902668] = "5|EasternPlaguelands,62284266,6|EasternPlaguelands,51801991,6|EasternPlaguelands,35636886,6",
[74505117] = "2|Ghostlands,45413053,2|Undercity,63404850,2|Hinterlands,81708180,2|WesternPlaguelands,69304970,2",
[75865336] = "1|Ironforge,55704770,1|WesternPlaguelands,42908490,1|Hinterlands,11104610,1|Ghostlands,74766715,1|Sunwell,48452514,1|WesternPlaguelands,69304970,1",},
----
["Undercity"] = {[63404850] = "2|Hinterlands,81708180,2|Arathi,73103260,2|Silverpine,45504250,2|EasternPlaguelands,74505117,2|Hilsbrad,60201870,2|Badlands,4104490,2|WesternPlaguelands,69304970,2",},
----
["Hilsbrad"] = {
[60201870] = "2|Undercity,63404850,2|Hinterlands,81708180,2|Arathi,73103260,2|Silverpine,45504250,2|WesternPlaguelands,69304970,2",
[49405220] = "1|WesternPlaguelands,42908490,1|Hinterlands,11104610,1|Arathi,45804610,1|Wetlands,9505970,1|Ironforge,55704770,1",},
The correct code changes for both are below:
["WesternPlaguelands"] = {
[42908490] = "1|Hinterlands,11104610,1|EasternPlaguelands,75865336,1|Ironforge,55704770,1|Hilsbrad,49405220,1|WesternPlaguelands,69304970,1",
[69304970] = "3|WesternPlaguelands,42908490,1|EasternPlaguelands,75865336,1|EasternPlaguelands,74505117,2|Undercity,63404850,2|Hilsbrad,60201870,2|Tirisfal,83576995,2",},
----
["EasternPlaguelands"] = {
[18902668] = "5|EasternPlaguelands,62284266,6|EasternPlaguelands,51801991,6|EasternPlaguelands,35636886,6",
[74505117] = "2|Ghostlands,45413053,2|Undercity,63404850,2|Hinterlands,81708180,2|WesternPlaguelands,69304970,2",
[75865336] = "1|Ironforge,55704770,1|WesternPlaguelands,42908490,1|Hinterlands,11104610,1|Ghostlands,74766715,1|Sunwell,48452514,1|WesternPlaguelands,69304970,1",},
----
["Undercity"] = {[63404850] = "2|Tirisfal,83576995,2|Hinterlands,81708180,2|Arathi,73103260,2|Silverpine,45504250,2|EasternPlaguelands,74505117,2|Hilsbrad,60201870,2|Badlands,4104490,2|WesternPlaguelands,69304970,2",},
----
["Hilsbrad"] = {
[60201870] = "2|Undercity,63404850,2|Hinterlands,81708180,2|Arathi,73103260,2|Silverpine,45504250,2|WesternPlaguelands,69304970,2|Tirisfal,83576995,2",
[49405220] = "1|WesternPlaguelands,42908490,1|Hinterlands,11104610,1|Arathi,45804610,1|Wetlands,9505970,1|Ironforge,55704770,1",},
----
And also a new area:
----
["Tirisfal"] = {[83576995] = "2|Undercity,63404850,2|Hilsbrad,60201870,2|WesternPlaguelands,69304970,2",},
----
Hope this helps! :-)
Regards,
Zas
Cheers m8
The other plugins are not written by me. Only the core HandyNotes and this flightmaster plugin is.
Other plug-ins you can use the wowace's Localization tool ??
Giving it a day for translations to update before tagging a release version.
Yes. Making changes.
Can use the wowace's Localization tool ??