| Updated: | 06-06-07 05:54 AM |
| Created: | unknown |
| Downloads: | 200,562 |
| Favorites: | 528 |
| MD5: |

![]() |
Comment Options |
|
|
||
|
Re: Drat
|
||
|
|
|
|
|
|
Fan Update
I posted a "fixed" verision until an official update:
http://www.wowinterface.com/download...FanUpdate.html |
|
|
|
|
|
|
|
A Cyclonian
Forum posts: 45
File comments: 37
Uploads: 0
|
Doesn't work anymore...
So WoW 3.0 has killed it again.. anyone going to figure out a work around?
![]() |
|
|
|
|
|
|
A Murloc Raider
Forum posts: 6
File comments: 103
Uploads: 0
|
ohhhhhhhhhh...
can not work in wow 2.4.3 simplified chinese....... |
|
|
|
|
|
|
Updates for MetaMap can be found at: http://macreiben.net/?Metamap
The most recent version is a beta for WoW 2.4 released on 30th March 2008. |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 20
Uploads: 0
|
Re: Re: Re: Re: Support?
The change I personally added to my version does the following:
If anyone would like this more complicated change to LightHeaded, let me know. CC |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Please, someone update this addon...
I love this map addon. I've tried Cartographer and it just doesn't compare for me. Now I'm having problems where the map won't always come up. If I knew anything about coding, I would update this thing myself, but I don't...if anyone that does could be so kind, I'm sure I'm not the only one that would appreciate this being updated.
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
Re: Re: Re: Support?
Seriously is anyone maintaining MetaMap? I love the thing but if it's not in development I may have to bite the bullet and switch to Cartographer. Oh, and TomTom/Lightheaded rocks. |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 4
Uploads: 0
|
I suggest replacing the line like this: Replace MiniMapTrackingFrame:Hide(); with MiniMapTracking:Show(); Then you see your minimap tracking (find minerals, etc), and the errors don't show up. |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 20
Uploads: 0
|
Re: Re: Support?
1. In the <wow>/Interfaces/AddOns/LightHeaded directory, load "LightHeaded.lua" into your favorite text editor. 2. Search for the following text: if TomTom then3. Immediately AFTER that text, insert the following:TomTom:AddWaypoint(x, y, note)end if setmininote then4. Search for the following text:setmininote(x/100,y/100,note,4,GetZoneText())end if TomTom and type(TomTom.AddZWaypoint) == "function" then5. Immediately AFTER that text, insert the following:TomTom:AddZWaypoint(c, z, x, y, note)elseif TomTom thenself:Print("NPC locations are not supported in this version of TomTom.")end if setmininote then6. Resave the LightHeaded.lua filesetmininote(x/100,y/100,note,4,select(z,GetMapZones(c)))end I had a much longer version of this modification that actually added map notes, brought up the map, flashed the note, and gave you the option of adding the waypoint. This one's much simpler and works the same way the other waypoint modifications work. If anyone would like the more complicated version, let me know. CC |
|
|
|
![]() |