help with %list% community

Lordeze

Heir
Customer
Hello, I have a question. I want to modify the format of the %list%, if I can't modify the %list% is there a way to generate a button for each color? I want to achieve 3 columns / . For the raid bosses, the same thing happens to me. I want to add the lvl of each boss and it is in a %list%

Screenshot_15.webpScreenshot_16.webp
**********************************************************
[CÓDIGO]<table width="474" bgcolor="#ff0000" cellspacing="0" cellpadding="0">
<tr><td altura="6"></td></tr>
<tr>
<td ancho="1"></td>
<td align="center" width="472"><font color="#ffffff">Los colores disponibles se enumeran a continuación:</font></td>
<td ancho="1"></td>
</tr>
<tr><td altura="7"></td></tr>
</tabla>
<tabla ancho="474" alto="300" espacio entre celdas="0" relleno de celdas="0">
<tr><td altura="12"></td></tr>
<tr>
<td valign="arriba" align="centro">
<br><br>
<table width="474" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table width="180" cellspacing="0" cellpadding="0">
<tr>
<td></td>
<td valign="top" align="center">%lista%</td>
<td></td>
</tr>
</tabla>
<br><br>
<table width="474" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change FFFFFF" msg="¿Quieres cambiar el color del nombre?">
<font color="#ffffff">Volver a la configuración predeterminada (gratis)</font>
</a>
</td>
</tr>
</table>[/COLOR]

LO QUE QUIERO LOGRAR

[CÓDIGO]<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change 9393FF" msg="¿Desea cambiar el color del nombre?">
<font color="9393FF">9393FF</font>
</a>
</td>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change 7C49FC" msg="¿Desea cambiar el color del nombre?">
<font color="7C49FC">7C49FC</font>
</a>
</td>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change 97F8FC" msg="¿Desea cambiar el color del nombre?">
<font color="97F8FC">97F8FC</font>
</a>
</td>
</tr>
<tr>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change FA9AEE" msg="¿Desea cambiar el color del nombre?">
<font color="FA9AEE">FA9AEE</font>
</a>
</td>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change FF5D93" msg="¿Desea cambiar el color del nombre?">
<font color="FF5D93">FF5D93</font>
</a>
</td>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change 00FCA0" msg="¿Desea cambiar el color del nombre?">
<font color="00FCA0">00FCA0</font>
</a>
</td>
</tr>
<tr>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change A0A601" msg="¿Desea cambiar el color del nombre?">
<font color="A0A601">A0A601</font>
</a>
</td>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change 7898AF" msg="¿Desea cambiar el color del nombre?">
<font color="7898AF">7898AF</font>
</a>
</td>
<td align="center">
<a action="bypass _bbsscripts_services.TitleColor:change 486295" msg="¿Desea cambiar el color del nombre?">
486295
</a>
</td>
</tr>
<tr>
<td align="center" colspan="3">
<a action="bypass _bbsscripts_services.TitleColor:change 999999" msg="¿Quieres cambiar el color del nombre?">
<font color="999999">999999</font>
</a>
</td>
</tr>
</table>[/CÓDIGO]
 
no you cannot.

%%, such commands come straight from the core of the server.
the output/result that you get in the html window is written in the core and is called through %list% or the according command in %%
 
I can't either, individually? ahem //bypass _bbsscripts_services.TitleColor:change 97F8FC//

Does it have to be %list%?
 
I can't either, individually? ahem //bypass _bbsscripts_services.TitleColor:change 97F8FC//

Does it have to be %list%?
The page is generated from a loop of information already embedded by the config server. Everything you don't see in the HTML is located in data/strings.
 
But can I modify these strings? They're already there. I can't see just one example either.
<a action="bypass _bbsscripts_services.NickColor:change 486295" msg="Do you want to change the name color?">
With this button called bypass nickcolor I managed to open the %list% window but it is not the same function as the %list% in community
1747592229361.webp
 
Back
Top