Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/27/20 in all areas

  1. Much needed info, thanks! No idea if it works on ranked, at rank 10 don't even want to try to bridge the gap to 1. I think you're right about that Odo that they have other options, these being the useable possibilities. "wins" and "classRate" are the ones displayed. <bind name="watch" value="'allRate'; $allRate"/> <bind name="watch" value="'allBattles'; $allBattles"/> <bind name="watch" value="'classRate'; $classRate"/> <bind name="watch" value="'classBattles'; $classBattles"/> <bind name="watch" value="'wins'; $wins"/> <bind name="watch" value="'allDamage'; $allDamage"/> Gonna try to substitute the classRate later for something more tangible. -- On another note, the mod is out of alignment/overlaps when using the custom icons.xml, and i think overlaps with the speed/torp alt marker. I've adjusted it to fit next to the health bar for myself, maybe if u want to mess around with making it compatible when those options are checked. Changes below. Might be a better way to fit it to a specific element, but i'm no expert, just messing around to make it work. \alt_markers\settings.xml - Line 468 (Offset value) <unbound active="true"> <config path="../unbound/proAlpha.xml" rootElementName="Enemies"/> <offset x="0" y="-28"/> </unbound> \gui\unbound\proAlpha.xml - Line 30 & 50 (Left value) ... <block> <block type="text"> <!-- winRate --> <styleClass value="$TextDefaultBold"/> <style> <top value="0px"/> !! This >> <left value="8px"/> <width value="80px"/> <height value="12px"/> <textColor value="0xFFFFFF"/> <fontSize value="12"/> <multiline value="false"/> </style> <bind name="text" value="format(wins, 0) + '%'"/> <bind name="style" value="'textColor'; wins > '61' ? '0xD042F3' : wins > '56' ? '0x9999FF' : wins > '54' ? '0x00B9B9' : wins > '52' ? '0x4CC112' : wins > '49' ? '0xFFDC00' : wins > '46' ? '0xF56914' : '0xEEEEEE'"/> </block> <block type="text"> <!-- classRate --> <styleClass value="$TextDefaultBold"/> <style> <top value="0px"/> !! This >> <left value="106px"/> <width value="80px"/> <height value="12px"/> <textColor value="0xFFFFFF"/> <fontSize value="12"/> <multiline value="false"/> </style> ...
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.