WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   a missing dungeon !? (https://www.wowinterface.com/forums/showthread.php?t=59584)

gmarco 05-13-23 05:22 AM

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

gmarco 05-13-23 05:54 AM

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 :)


All times are GMT -6. The time now is 03:05 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI