View Single Post
07-17-18, 03:11 PM   #6
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Originally Posted by Ammako View Post
Overlays, as in, the zone maps? Or icons that appear onto the map, etc?
Maybe it's obvious to people who use Carbonite, but I just want to make sure everyone's on the same page.
Zone maps have overlays that shows when some area is explored to show more details. This was easy before 8.x, now there is only one function:

C_MapExplorationInfo.GetExploredMapTextures(mapID)

from this function we need data that it returns:

textureWidth
textureHeight
offsetX
offsetY


of every overlay of the new maps in BfA.

You need to explore those maps before dumping them, unexplored returns null and i dont have 110lvl+ char on PTR :/

Last edited by ircdirk : 07-17-18 at 03:17 PM.
  Reply With Quote