View Single Post
12-17-22, 12:13 AM   #5
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Hi all,

I have solved and I wanted to share if someone else finds the same kinds of problems.

The big mistake I made was to consider m+ run as normal dungeon and so I continue to google for dungeons but they are not :/

They are the old challenge_mode .

Once understood (or remembered) it everything is so simple
The page I was looking for is this:
https://wowpedia.fandom.com/wiki/Cat..._ChallengeMode

And having the areaID of the m+ dungeon to get the name is simple as:
Lua Code:
  1. C_ChallengeMode.GetMapUIInfo(mapID)

Another valuable page I found that helps me so much is this:
https://wow.tools/dbc/?dbc=mapchalle...5.47186#page=1

Where the first colum is the relevant ID I need to fill all the m+ dungeons areaID code.
Now I got everything

Thanks so much for attention and sorry for spamming
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote