View Single Post
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