MMR is (allegedly) still present in all queues, but ranking won't contribute to your (meaningless) leaderboard rank.
to get your current character's MMR and print it to chat./script d(GetPlayerMMRByType(LFG_ACTIVITY_BATTLE_GROUND_NON_CHAMPION))
acastanza_ESO wrote: »There are some new API functions that allow you to get your current character's MMR.
You can use the chat commandto get your current character's MMR and print it to chat./script d(GetPlayerMMRByType(LFG_ACTIVITY_BATTLE_GROUND_NON_CHAMPION))
It should be a simple matter of seeing if your MMR before and after the BG is actually different. I would suspect that it's just a bad filter in the notification.
Fun fact, MMR is in the game code for way more than BGs (including dungeons, Cyro, etc) it just doesn't actually compute values and always reports 0.
Thumbless_Bot wrote: »acastanza_ESO wrote: »There are some new API functions that allow you to get your current character's MMR.
You can use the chat commandto get your current character's MMR and print it to chat./script d(GetPlayerMMRByType(LFG_ACTIVITY_BATTLE_GROUND_NON_CHAMPION))
It should be a simple matter of seeing if your MMR before and after the BG is actually different. I would suspect that it's just a bad filter in the notification.
Fun fact, MMR is in the game code for way more than BGs (including dungeons, Cyro, etc) it just doesn't actually compute values and always reports 0.
This is awesome. Will try.
Are there any parameters/variables that you can enter to say, get another players mmr... 🤔
acastanza_ESO wrote: »You can use the chat commandto get your current character's MMR and print it to chat./script d(GetPlayerMMRByType(LFG_ACTIVITY_BATTLE_GROUND_NON_CHAMPION))
SkaraMinoc wrote: »acastanza_ESO wrote: »You can use the chat commandto get your current character's MMR and print it to chat./script d(GetPlayerMMRByType(LFG_ACTIVITY_BATTLE_GROUND_NON_CHAMPION))
This doesn't seem to work for me. It returns 0 for any LFG Activity I try.
I just won a 4v4 and an 8v8 and LFG_ACTIVITY_BATTLE_GROUND_NON_CHAMPION (7) still shows as 0.
SkaraMinoc wrote: »acastanza_ESO wrote: »You can use the chat commandto get your current character's MMR and print it to chat./script d(GetPlayerMMRByType(LFG_ACTIVITY_BATTLE_GROUND_NON_CHAMPION))
This doesn't seem to work for me. It returns 0 for any LFG Activity I try.
I just won a 4v4 and an 8v8 and LFG_ACTIVITY_BATTLE_GROUND_NON_CHAMPION (7) still shows as 0.