Jump to content
Korean Random
xzibit5600

Как изменить цвет!

Recommended Posts

Всем привет! Подскажите пожалуйста, как изменить цвет в логе своего урона(Общий урон), и цвет названия кланов? Если можно, тыкнуть пальцем в каком файле и в какой строчке?

1.jpg

2.jpg

Share this post


Link to post

Short link
Share on other sites
11 минут назад, xzibit5600 сказал:

как изменить цвет в логе своего урона(Общий урон)

Файл hitLog.xc в строке "formatHeader" найти макрос {{hitlog.dmg-total}} и обернуть его в тег font. Например:

<font color='#FF0000'>{{hitlog.dmg-total}}</font>

 

14 минут назад, xzibit5600 сказал:

цвет названия кланов

Здесь примерно тоже самое. В файле statisticForm.xc найти:

    "clanIcon": {
      "enabled": true,
      "x": 65, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "{{clanicon}}"
    }

и обернуть макрос {{clanicon}} в тег font. например:

    // Шаблон иконки клана.
    "clanIcon": {
      "enabled": true,
      "x": 65, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "<font color='#00FFFF'>{{clanicon}}</font>"
    }

 

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites
36 минут назад, ktulho сказал:

Файл hitLog.xc в строке "formatHeader" найти макрос {{hitlog.dmg-total}} и обернуть его в тег font. Например:


<font color='#FF0000'>{{hitlog.dmg-total}}</font>

 

Здесь примерно тоже самое. В файле statisticForm.xc найти:


    "clanIcon": {
      "enabled": true,
      "x": 65, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "{{clanicon}}"
    }

и обернуть макрос {{clanicon}} в тег font. например:


    // Шаблон иконки клана.
    "clanIcon": {
      "enabled": true,
      "x": 65, "y": 6, "width": 16, "height": 16, "align": "center", "alpha": 90, "bindToIcon": true,
      "src": "<font color='#00FFFF'>{{clanicon}}</font>"
    }

 

Спасибо большое!

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.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...