Thread Tools Display Modes
10-30-22, 05:00 AM   #1
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
C_MythicPlus.GetRewardLevelFromKeystoneLevel(keystoneLevel) bugs or changed ?

Hi all,

one of my addons calculate the loot item level using:

Lua Code:
  1. C_MythicPlus.GetRewardLevelFromKeystoneLevel(keystoneLevel)

But now this function always return 0 ... for every keystoneLevels I insert (2..15).
Examples:
/run print(C_MythicPlus.GetRewardLevelFromKeystoneLevel(10))
/run print(C_MythicPlus.GetRewardLevelFromKeystoneLevel(5))
/run print(C_MythicPlus.GetRewardLevelFromKeystoneLevel(15))
/run print(C_MythicPlus.GetRewardLevelFromKeystoneLevel(20))

it prints always 0

But the quality color is right (mah)




Is this a temporary bug or there is something news I am missing here ?!

Thanks in advance.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.

Last edited by gmarco : 10-30-22 at 05:06 AM.
  Reply With Quote
10-30-22, 09:07 AM   #2
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Hi all,

I miss to say that before the pre-patch everything was fine and the items level were correct like 304, 301 and so on ...

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

WoWInterface » Developer Discussions » Lua/XML Help » C_MythicPlus.GetRewardLevelFromKeystoneLevel(keystoneLevel) bugs or changed ?


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