Jump to content
Korean Random

SmartAG

User
  • Posts

    4
  • Joined

  • Last visited

Posts posted by SmartAG

  1. Привет. какой макрос использовать для отображения среднего урона по аккаунту в ангаре. файл widgetsTemplates. Выделенная строчка

     

    statistics": {
        "enabled": true,
        "layer": "normal",
        "type": "extrafield",
        "formats": [
          { // background image, left part
            // фоновая картинка, левая часть.
            "x": 66,
            "y": 193,
            "screenHAlign": "center",
            "format": "<img src='xvm://res/icons/clock/clockBg.png' width='160' height='80'>"
          },
          { // background image, right part
            // фоновая картинка, правая часть.
            "x": 390,
            "y": 193,
            "screenHAlign": "center",
            "scaleX": -1,
            "format": "<img src='xvm://res/icons/clock/clockBg.png' width='160' height='80'>"
          },
          { // text block
            // текстовый блок
            "updateEvent": "ON_MY_STAT_LOADED",
            "x": 185,
            "y": 198,
            "width": 320,
            "height": 150,
            "screenHAlign": "center",
            "shadow": { "alpha": 80, "blur": 4, "strength": 2 },
            "textFormat": { "color": "0x959688", "size": 15 },
            "format": "{{l10n:WN8}}:<font color='{{mystat.c_wn8}}'>{{mystat.wn8}}</font> {{l10n:EFF}}: <font color='{{mystat.c_eff}}'>{{mystat.eff}}</font> <font size='13'>{{l10n:Wins}}: <font color='{{mystat.c_winrate}}'>{{mystat.winrate%.2f~%}}</font>"

  2. Помогите настроить прозрачность тени, чтобы она после смерти не отображалась.

     

    Вот так у меня прописываются ХП в ушах:

     

    "hitPoints": {
        "x": 220,
        "y": 0,
        "bindToIcon": false,
        "format": "<font color='{{c:hp-ratio}}' alpha='{{alive?#FF|#0}}'>{{hp}}</font>",
        // shadow (see below).
        // настройки тени (см. ниже).
        "shadow": {
    "enabled": true,
    "distance": 1,             // (in pixels)
    "size": 2,
          "angle": 90,                // (0.0 .. 360.0)
          "color": "0x000000",       // "0xXXXXXX"
          "alpha": 100,               // (0 .. 100)
          "blur": 1,                 // (0.0 .. 255.0)
          "strength": 10              // (0.0 .. 255.0)
    }
      },

     

    Скрин:

    post-27575-0-32272500-1420814822_thumb.jpg

     

    Файл настройки ушей целиком:

     

    playersPanel.xc

×
×
  • Create New...