Jump to content
Korean Random
Sign in to follow this  
dont

Как вернуть хитлог вниз?

Recommended Posts

Здравствуйте, подскажите как вернуть хитлог стандартно вниз.

 

 

 

 

 

815349728_.thumb.JPG.4a5e140ee1970bfa5757f51b2720c4bb.JPG

Share this post


Link to post

Short link
Share on other sites
7 часов назад, Jack_ppc сказал:

файл battleLabelsTemplates.xc, секция "totalEfficiency".

Х и Y - координаты этой панели.

 

Share this post


Link to post

Short link
Share on other sites

а какие цифры надо поставить, чтобы хитлог был внизу вертикально, справа от панели ремонта?

и где их тут вписывать?

 

 

 "totalEfficiency": {
      "enabled": true,
      "updateEvent": "PY(ON_TOTAL_EFFICIENCY), ON_PANEL_MODE_CHANGED",
      "x": "{{pp.mode=0?{{battletype-key=epic_battle?240|5}}|{{py:sum({{pp.widthLeft}},50)}}}}",
      "y": "{{pp.mode=0?{{battletype-key=epic_battle?55|65}}|35}}",
      "width": "{{py:xvm.isStuns?350|260}}",
      "height": 22,
      "textFormat": { "size": 16 },
      "format": "<textformat tabstops='[65,130,196,261]' leading='-2'><img src='xvm://res/icons/Efficiency/damage.png' vspace='-2'> <font color='{{py:xvm.totalDamage>0?{{py:xvm.totalDamageColor}}}}'>{{py:xvm.totalDamage}}</font><tab><img src='xvm://res/icons/Efficiency/assist.png' vspace='-2'> {{py:xvm.totalAssist}}<tab><img src='xvm://res/icons/Efficiency/reflect.png' vspace='-2'> {{py:xvm.totalBlocked}}<tab><img src='xvm://res/icons/Efficiency/discover.png' vspace='-2'> {{py:xvm.detection}}<tab><img src='xvm://res/icons/Efficiency/stun.png' vspace='-2'> {{py:xvm.totalStun}}</textformat>"
    },

Share this post


Link to post

Short link
Share on other sites

ну или просто отключить панель эффективности хвм, чтоб стандартная от вг была

image.png.41e45fd462df6d33743b05d088fca85e.png

короче чтоб вот так было

Share this post


Link to post

Short link
Share on other sites

 

1 час назад, dont сказал:

а какие цифры надо поставить, чтобы хитлог был внизу вертикально, справа от панели ремонта?

и где их тут вписывать?

 

Замените:

"x": "{{pp.mode=0?{{battletype-key=epic_battle?240|5}}|{{py:sum({{pp.widthLeft}},50)}}}}",
"y": "{{pp.mode=0?{{battletype-key=epic_battle?55|65}}|35}}",

На:

"x": 240,
"y": -15,
"screenVAlign": "bottom",

Это для "шапки" лога. Сам же лог нанесеного урона смещаем так, заменяем:

    // Log of applied damage (see hitLog.xc).
    // Лог нанесенного урона (см. hitLog.xc).
    "hitLogBody": {
      "enabled": true,
      "updateEvent": "PY(ON_HIT_LOG), ON_PANEL_MODE_CHANGED",
      "x": "{{pp.mode=0?{{battletype-key=epic_battle?240|5}}|{{py:sum({{pp.widthLeft}},{{py:xvm.hitLog.log.x}})}}}}",
      "y": "{{pp.mode=0?{{battletype-key=epic_battle?80|90}}|{{py:xvm.hitLog.log.y}}}}",

На:

    // Log of applied damage (see hitLog.xc).
    // Лог нанесенного урона (см. hitLog.xc).
    "hitLogBody": {
      "enabled": true,
      "updateEvent": "PY(ON_HIT_LOG), ON_PANEL_MODE_CHANGED",
      "x": 240,
      "y": -23,
      "screenVAlign": "bottom",

 

Edited by night_dragon_on
Обновление ...

Share this post


Link to post

Short link
Share on other sites

почти все норм, только вот эту хрень убрать помогите)

 

image.png.583d9b52d4ced2e49f85ddf7f4f2f101.png

Share this post


Link to post

Short link
Share on other sites

@dont 

// Log of the received damage (see damageLog.xc).
// Лог полученного урона (см. damageLog.xc).
"damageLog": {
   "enabled": false,

 

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