Jump to content
Korean Random
Sign in to follow this  
daftGear

ХП по alt

Recommended Posts

Попытался восстановить хп по альту через battleLabelsTemplates.xc, но увы...
показывается только одна строка, и она постоянно меняется на любого игрока(союзники и противники), прописать бы что бы только для врагов, я так понял нужно форматнуть макрос, только как?

в playersPanel.xc вроде как есть инфа по каждому противнику, подхватить бы ее
Может кто что подскажет))

    "hpHitlogAlt": {
      "enabled": true,
      "hotKeyCode": 56, "onHold": "true", "visibleOnHotKey": true,
      "updateEvent": "ON_PLAYERS_HP_CHANGED, ON_PANEL_MODE_CHANGED",
      "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},80)}}}}",
      "y": "{{pp.mode=0?85|55}}",
      "width": 500,
      "height": 1000,
      "alpha": "{{alive?100|0}}",
      "textFormat": { "color": "0xF4EFE8", "size": 15 },
      "format": "<textformat tabstops='[50,90,190]'><font color='{{c:hp-ratio}}'>     {{hp}}</font><tab><font color='#FFFFFF'>/ </font>{{hp-max}}<tab><font color='#FFFFFF'>|</font><font color='{{c:vtype}}'>{{vehicle}}</font><tab><font color='#FFFFFF'>|{{name%.15s~..}} <font alpha='#A0'>{{clan}}</font></font></textformat>"
    }, 

Share this post


Link to post

Short link
Share on other sites
"alpha": "{{alive?{{ally?100|0}}|0}}",

или

"format": "{{ally?|<textformat tabstops='[50,90,190]'><font color='{{c:hp-ratio}}'>     {{hp}}</font><tab><font color='#FFFFFF'>/ </font>{{hp-max}}<tab><font color='#FFFFFF'>|</font><font color='{{c:vtype}}'>{{vehicle}}</font><tab><font color='#FFFFFF'>|{{name%.15s~..}} <font alpha='#A0'>{{clan}}</font></font></textformat>}}"

Первый вариант меняет только видимость ХП союзников.

Второй вариант делает, что ХП не отображается для союзников вообще.

Edited by konrad509
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...