Jump to content
Korean Random
Sign in to follow this  
Hienz

Сместился маркер ХП который включается если остается менее 30% прочности

Recommended Posts

Нужна помощь в починке маркера! 

 

 
 
На старых версиях XVM до патча 15.1 все было хорошо!

 

// ХП, видимый
     "HPSpotted": {
      "$ref": { "path":"def.defaultItem" },
      "flags": [ "ally", "enemy", "squadman", "teamKiller", "spotted", "alive" ],
      "format": "<font size='16' face='vtype' color='{{.minimap.labelsData.colors.dot.{{sys-color-key}}}}'>{{hp-ratio<35?Z}}</font>",
      //"borderColor": "0xFFFF00",
      "align": "center",
      "valign": "center",
   "y": -0.8
    },
    // ХП, пропавший
    "HPLost": {
      "$ref": { "path":"def.defaultItem" },
      "flags": [ "ally", "enemy", "squadman", "teamKiller", "lost", "alive" ],
      "format": "<font size='16' face='vtype' color='{{.minimap.labelsData.colors.lostDot.{{sys-color-key}}}}'>{{hp-ratio<35?Z}}</font>",
      //"borderColor": "0xFFFF00",
      "align": "center",
      "valign": "center",
   "y": -0.8

post-26920-0-12690600-1474882102_thumb.jpg

Edited by Hienz

Share this post


Link to post

Short link
Share on other sites


// ХП, видимый
"HPSpotted": {
"$ref": { "path":"def.defaultItem" },
"flags": [ "ally", "enemy", "squadman", "teamKiller", "spotted", "alive" ],
"textFormat": { "font": "vtype", "size": 16, "align": "center", "valign": "center" },
"format": "<font color='{{.minimap.labelsData.colors.dot.{{sys-color-key}}}}'>{{hp-ratio<35?Z}}</font>",
//"borderColor": "0xFFFF00",
"align": "center",
"valign": "center",
"y": -0.8
},
// ХП, пропавший
"HPLost": {
"$ref": { "path":"def.defaultItem" },
"flags": [ "ally", "enemy", "squadman", "teamKiller", "lost", "alive" ],
"textFormat": { "font": "vtype", "size": 16, "align": "center", "valign": "center" },
"format": "<font color='{{.minimap.labelsData.colors.lostDot.{{sys-color-key}}}}'>{{hp-ratio<35?Z}}</font>",
//"borderColor": "0xFFFF00",
"align": "center",
"valign": "center",
"y": -0.8

 

Edited by konrad509

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...