Re: Chance to win XVM wn8 in battle.

Published by soulza on

#112275
soulza
Participant

here is SRQflyer’s code slightly (ever so) altered :)

Untitled.png

  “teamRating”: {
      “enabled”: true,
      “updateEvent”: “PY(ON_UPDATE_TEAM_RATING)”,
      “x”: 190,
      “y”: 0,
      “shadow”: { “distance”: 1, “angle”: 90, “alpha”: 80, “blur”: 5, “strength”: 1.5 },
      “textFormat”: { “size”: 20 },
      “format”: “<font face =’agencyfb’ size=’20’><b>Team WN8: <font color=’#00EE00′>{{py:alliesAliveRating}}</font>{{py:alliesAliveRatingRatio=0?<font color=’#ffff00′>=</font| {{py:alliesAliveRatingRatio>0?<font color=’#00EE00′>&gt;</font>|<font color=’#EE0000′>&lt;</font>}}}} <font color=’#EE0000′>{{py:enemiesAliveRating}}</font>  <font color='{{py:alliesAliveRatingRatio>=0?#00EE00|#EE0000}}’>({{py:alliesAliveRatingRatio}}%)</b></font></font>”
    },