[PQR] Arena MMR Stats menu

User Tag List

Results 1 to 10 of 10
  1. #1
    Partykilla's Avatar Contributor
    Reputation
    107
    Join Date
    Jan 2011
    Posts
    129
    Thanks G/R
    5/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PQR] Arena MMR Stats


    [PQR] Arena MMR Stats
  2. #2
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,566
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice ^^ make

  3. #3
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is already an addon that does this but, i'm not sure what it is called.

  4. #4
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, who needs addons when PQR can do it ^^

  5. #5
    gamingjunkie's Avatar Member
    Reputation
    4
    Join Date
    Feb 2011
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe the link to be broken or the file removed. I do not get a download when I click on the link.

  6. #6
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #7
    Partykilla's Avatar Contributor
    Reputation
    107
    Join Date
    Jan 2011
    Posts
    129
    Thanks G/R
    5/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That one is outdated.
    Updated version of NCATeamRating for Cataclysm.

  8. #8
    Genocyber's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    108
    Thanks G/R
    111/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Link not working. Can you reupload it?

  9. #9
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since the original Download is broken,
    i wrote the function for myself

    Code:
    if GetBattlefieldWinner() == nil then return false end
    local sign
    local teamName, teamRating, newTeamRating, teamMMR = GetBattlefieldTeamInfo(0)
    if newTeamRating < teamRating then
    	sign = ''
    else
    	sign = '+'
    end
    PQR_WriteToChat("|cff3CB338"..teamName.."|cffffffff")
    PQR_WriteToChat("|cff3CB338Rating: ".. newTeamRating.. " ("..sign ..tostring(newTeamRating-teamRating)..")|cffffffff")
    PQR_WriteToChat("|cff3CB338MMR: ".. teamMMR .. "|cffffffff")
    
    local teamName, teamRating, newTeamRating, teamMMR = GetBattlefieldTeamInfo(1)
    if newTeamRating < teamRating then
    	sign = ''
    else
    	sign = '+'
    end
    PQR_WriteToChat("|cff817315"..teamName.."|cffffffff")
    PQR_WriteToChat("|cff817315Rating: ".. newTeamRating.. " ("..sign ..tostring(newTeamRating-teamRating)..")|cffffffff")
    PQR_WriteToChat("|cff817315MMR: ".. teamMMR .. "|cffffffff")
    LeaveBattlefield()
    return true
    You may need some more checks at the beginning, but it should work

  10. #10
    Theopt's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I couldnt get this working for me :\

    Originally Posted by TheLuBu View Post
    Since the original Download is broken,
    i wrote the function for myself

    Code:
    if GetBattlefieldWinner() == nil then return false end
    local sign
    local teamName, teamRating, newTeamRating, teamMMR = GetBattlefieldTeamInfo(0)
    if newTeamRating < teamRating then
    	sign = ''
    else
    	sign = '+'
    end
    PQR_WriteToChat("|cff3CB338"..teamName.."|cffffffff")
    PQR_WriteToChat("|cff3CB338Rating: ".. newTeamRating.. " ("..sign ..tostring(newTeamRating-teamRating)..")|cffffffff")
    PQR_WriteToChat("|cff3CB338MMR: ".. teamMMR .. "|cffffffff")
    
    local teamName, teamRating, newTeamRating, teamMMR = GetBattlefieldTeamInfo(1)
    if newTeamRating < teamRating then
    	sign = ''
    else
    	sign = '+'
    end
    PQR_WriteToChat("|cff817315"..teamName.."|cffffffff")
    PQR_WriteToChat("|cff817315Rating: ".. newTeamRating.. " ("..sign ..tostring(newTeamRating-teamRating)..")|cffffffff")
    PQR_WriteToChat("|cff817315MMR: ".. teamMMR .. "|cffffffff")
    LeaveBattlefield()
    return true
    You may need some more checks at the beginning, but it should work

Similar Threads

  1. PQR Arena auto-quit/join
    By superxdude in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 12-14-2013, 08:02 PM
  2. Old arena mmr exploit still working?
    By bigbuttertime69 in forum World of Warcraft General
    Replies: 0
    Last Post: 12-30-2012, 12:50 PM
  3. Arena MMR Exploit, Free T2
    By Compu123 in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 11-09-2012, 12:42 PM
All times are GMT -5. The time now is 06:02 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search