| Updated: | 10-14-10 07:42 AM |
| Created: | 10-14-10 07:42 AM |
| Downloads: | 2,339 |
| Favorites: | 55 |
| MD5: |
![]() |
Comment Options |
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
Levels in the map viewer
Thanks you who ever brought the levels for the zones back to the add-on!!!!!
![]() |
|
|
|
|
||
|
Please find the latest version at curse:
http://wow.curse.com/downloads/wow-a...light-map.aspx
|
||
|
|
|
|
|
|
I know the feature of which you speak. I could not find it in even the oldest version on Curse either, though. It would be possible to bring back, of course, but I found the original author's comment on it being irrelevant to the addon. Not only do I agree, but I also don't intend to take over this addon, merely fix it for the time being. Sorry.
__________________
Grab your sword and fight the Horde! Shattered Hand-EU |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
|
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
|
|
|
|
|
|
|
|
Right, so I could only find traces of a level info feature in even the oldest version found in the archive, and tbh I don't think zone levels is relevant to this addon, so I think I'm gonna have to recommend you to find another addon for this purpose. Do you know which version you used that had this feature?
__________________
Grab your sword and fight the Horde! Shattered Hand-EU |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
Re: Re: Zone Levels
Thanks in Advance |
|
|
|
|
|
||
|
Re: Zone Levels
__________________
Grab your sword and fight the Horde! Shattered Hand-EU |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
Zone Levels
I remeber the orignal make could do this, is there anyway to bring back the zone levels on the main map when looking at/in a zone?
|
|
|
|
|
|
|
Hi,
I actually ended up scrapping the drawLine method in favour of the function Blizzard uses to draw lines on their taxi frame, DrawRouteLine. Seems to work fine, except I had to use their texture as well, so now it's very similar to the "real" lines, but that shouldn't be too hard to fix. When I wrote that I had actually already integrated the changes from the Curse version. :P As for Cataclysm, if I'm not mistaken it's just a matter of going to a flight master to get the new coordinates. Could check it out on beta if I remember.
__________________
Grab your sword and fight the Horde! Shattered Hand-EU |
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 18
File comments: 33
Uploads: 0
|
I believe the ghost problem can be fixed by patching FlightmapTaxi.lua:
Code:
144c144
< button:SetPoint("CENTER", TaxiFrameInsetBg, "BOTTOMLEFT",
---
> button:SetPoint("CENTER", TaxiRouteMap, "BOTTOMLEFT",
176c176
< FlightMapUtil.drawLine(TaxiFrameInsetBg, tex,
---
> FlightMapUtil.drawLine(TaxiRouteMap, tex,
I don't know how you would like to proceed. I'd be happy to provide my version if you don't want to try and incorporate the 3.3.3-beta2 changes into yours. As I see it, the real challenge is not making it work with WoW 4.0.1, but continuing the process with Cataclysm as there will be massive zone changes in the old world which will change all the current zone numbers. If the original authors (Dhask, Moncai) are abandoning this project, something should be done with the Curseforge project and the files on Curse. Regards, Brad |
|
|
|
|
|
|
I've seen this too, but I've not figured it out yet. I'll have another look soon.
I'll include the changes from the Curse version, too.
__________________
Grab your sword and fight the Horde! Shattered Hand-EU |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 13
Uploads: 0
|
I don't know where else to post this error since the original addon doesn't seem to be continued anymore:
When I talk to a Flight Master the Map displays like it should, but when I close it without having selected a flight and talk to the Flight Master again right away, the map doesn't show correctly: http://img530.imageshack.us/img530/4701/flightmapgt.jpg I also just noticed when I did these screenshots that on the first time it says "Eastern Kingdoms" in the title of the window and "Flight Map" on the second... |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 18
Uploads: 0
|
3.3.3 beta 2 changelog on curseforge:
•3.3.3-beta2 adds optionally larger timer window, options window again showing on /fmap and minor bug fixes. •3.3.3-beta added three new flight points and a fix for the timer window. I apreciatte your work, but... could you update to wow 4 using last version of addon? |
|
|
![]() |