Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created February 22, 2017 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poemdexter/927e447a92d45e766efd48d4defc67cf to your computer and use it in GitHub Desktop.
Save poemdexter/927e447a92d45e766efd48d4defc67cf to your computer and use it in GitHub Desktop.
get current ranking wow pvp
/script P=(math.floor(GetPVPRankProgress(target)*10000))/100 W=UnitPVPRank("player") N=(W-6)*5000+5000*P/100 Q=(W-5)*5000-N*0.8 SendChatMessage("Rank Progress: "..P.."% ".."Current RP: "..N.." RP to next rank "..Q.."","emote")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment