Page 1 of 1
PvP Script

Posted:
Mon Apr 27, 2015 7:44 pm
by Veridian
Does anyone have the script where it shows how much RP you have earnt and how much you still need?
It also shows a percentage. I saw it today multiple times and I was wondering if any of you could share it?
Re: PvP Script

Posted:
Tue Apr 28, 2015 1:27 am
by Sethzer
/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")
Re: PvP Script

Posted:
Tue Apr 28, 2015 4:32 pm
by Veridian
Thank you!

Re: PvP Script

Posted:
Tue Apr 28, 2015 5:15 pm
by mongrain
Veridian wrote:Thank you!

Care to explain how to use such thing?
Re: PvP Script

Posted:
Tue Apr 28, 2015 11:12 pm
by Setup
mongrain wrote:Veridian wrote:Thank you!

Care to explain how to use such thing?
Step 1. Type it in.
Step 2. Hit enter.
Re: PvP Script

Posted:
Wed Apr 29, 2015 1:13 am
by Clowning
Make a macro so you don't have to come to this thread every time you want the pvp script.
Have this thread open > highlight the script > press control c > switch back to wow client on your character > ESC > Macro > New > Whatever icon/name you want it to be > click chat box > press control v > drag the new macro onto your action bar > press the action button you set the macro to > look at your chat box > look for orange lettering starting with your name > two numbers will pop up, current rank points and rank points needed to rank up, the rank points needed are already put through the rank points calculation so that is how much you need and remember it is not honor.
Re: PvP Script

Posted:
Wed Apr 29, 2015 6:39 am
by Xylon666Darkstar
Good script.
Re: PvP Script

Posted:
Thu May 21, 2015 10:10 pm
by trulygenericname
bump