Thread Tools Display Modes
05-13-23, 05:22 AM   #1
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
a missing dungeon !?

Hi all ...

Is possible that from the m+ dungeons is missing "The Vortex Pinnacle" ?

I am not able to find it here:
https://wow.tools/dbc/?dbc=mapchallengemode

So I ask if anyone know the right ID ?
Thanks
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.

Last edited by gmarco : 05-13-23 at 05:42 AM.
  Reply With Quote
05-13-23, 05:54 AM   #2
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Hi,

Because I did it I thought to iterate from 1 to 1000 the possible choices and to see if it pop out:

Lua Code:
  1. for map=1,1000 do
  2.                 local affix, score = C_MythicPlus.GetSeasonBestAffixScoreInfoForMap(i)
  3.                 if score then
  4.                     print("DEBUG:" .. score .. ":" .. map)
  5.                 end
  6.             end

And this give me a 438 map for my +13 run I did

So I can edit my mapIDs adding:

[438] = { "VORT", "Vortex Pinnacle" },



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

WoWInterface » Developer Discussions » Lua/XML Help » a missing dungeon !?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off