• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Horror ranki addon

60k honor for R14 proff here Kappa

It is impossible, because it can never be. However, here you can both educate yourself and look at some plots which show a weekly PvP situation on both Kronoses. I'll soon to update it with the plots from both noBG and AV weeks.

Also, you can use a script to know how much RP you need to gain a new rank after the next honor update:
Code:
/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")
 
Top Bottom