Resolved Achievement progress bar color change

rihosedemon

Heir
Customer
RU: Как изменить цвет индикатора выполнения?
EN: how to change the color of the progress bar?

<table width=240 border=0 cellspacing=1 cellpadding=0 bgcolor=c100ff>
<tr><td fixwidth=240 align=left>
<img src="L2UI.SquareGray" width=240 height=1>
<table width=240 border=0 cellspacing=0 cellpadding=0 ><tr><td align=left fixwidth=170>
</td><td align=center width=64>
%achievement_level_progress_bar%
</td></tr></table><br>
</td></tr>
<tr><td align=left><font color=ff8e00>%achievement_level_description%</font></td></tr>
<tr><td align=left><font color=00fff2>IN PROGRESS</font></td></tr>
<tr><td align=center>
<table width=240 border=0 cellspacing=0 cellpadding=0><tr>
<td width=16 valign=top>%reward_switch%</td>
<td fixwidth=224><font color=LEVEL>
%reward_list%<br>
</font></td></tr></table><br>
</td></tr></table>
 

Attachments

  • barrrr.webp
    barrrr.webp
    11.3 KB · Views: 51
You need to change the code in the core because of -> %achievement_level_progress_bar%
That means you can't change it via html from the file.
 
You need to change the code in the core because of -> %achievement_level_progress_bar%
That means you can't change it via html from the file.
Hello, I found what I need to edit in the core but I see the code as read only and I can not modify. How can I edit code?
 

Attachments

  • progressbar.webp
    progressbar.webp
    47.8 KB · Views: 29
from here you need l2 tool. Find the file -> export the texture, change the color, replace the texture and done.
 
Back
Top