Mapster

Mapster

10M Downloads

Broken with Wrath

phaiz opened this issue ยท 4 comments

commented

Seems that this is broken with Wrath pre-patch, but in addition to it not removing the fog of war you are unable to navigate the world map - you can right click to zoom out but you can not click any continent or zones.

commented

Quick way to fix this:
Rename Mapster_TBC.toc to Mapster_Wrath.toc.
It's fully working for me in pre-patch with this hotfix (no LUA errors either).

Generally this fix works for most multi-version addons, which have no Wrath version yet (for example Skinner).

Edit: Since the last update (3.4.0.45435) renaming the toc isn't enough. In FogClearDataBCC.lua line 6 must be changed from
local WoWBC = (WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC)
to
local WoWBC = (WOW_PROJECT_ID == WOW_PROJECT_WRATH_CLASSIC)

commented

Renaming the toc does remove the fog and the map seems to work correctly when at zone level, but zooming out to region and world levels breaks it. My cursor has to be at the bottom of the map to select zones in the middle, and I am unable to highlight or click zones at the bottom of the map.

commented

I don't have this problem. Zooming in and out, highlighting and clicking on zones works fine for me. Either another addon, or some Mapster setting might cause this issue for you.
Try to disable every addon except Mapster and/or delete your Mapster settings (Mapster.lua and Mapster.lua.bak files in WTF folder, make a backup before deleting).

commented

Ok looks like TomCat's Tours is the culprit. Disabling that allows this to work correctly, but I haven't tried it with the original .toc file name.