You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
standing=BAR_REP_DATA[standingID].l--convert numerical standingID to text i.e "Exalted" instead of 8
455
+
--if not friendID then --not a "Friendship" faction, i.e. Chromie or Brawlers Guild
456
+
iffriendIDthen--is a "Friendship" faction
457
+
ifnotstring.find(name, "Brawl'gar Arena") orstring.find(name, "Bizmo's Brawlpub") then--these two use the normal 9 rank system, the rest use a 7 rank system
458
+
ifstandingID+2>8then
459
+
standingID=7
460
+
end
461
+
colors.r, colors.g, colors.b=BAR_REP_DATA[standingID+2].r, BAR_REP_DATA[standingID+2].g, BAR_REP_DATA[standingID+2].b--offset by two, because friendships don't have "hated" or "hostile" ranks
colors.r, colors.g, colors.b=BAR_REP_DATA[standingID+2].r, BAR_REP_DATA[standingID+2].g, BAR_REP_DATA[standingID+2].b--offset by two, because friendships don't have "hated" or "hostile" ranks
0 commit comments