Ir para conteúdo
  • Cadastre-se

Community Board


LucasDesigner

Posts recomendados

Olá, trapaceiros.

Este é um Community Board que fiz há algum tempo para um cliente e como gostei do 
design e o servidor não está mais online, decidi compartilhá-lo com todos.
Lembre-se de que os arquivos que você obterá serão os arquivos HTML e os arquivos
 do cliente necessários para as texturas.
Não há códigos java e não há uma ordem específica em que todos os arquivos HTML
são nomeados de acordo com suas páginas, então você terá que editar seus próprios 
arquivos e adicionar os desvios e o lado java você mesmo.

Uma prévia da página inicial

img%5D

 

 


 
	
		
O conteúdo está oculto, favor efetuar login ou se cadastrar!
O arquivo rar contém o seguinte:

Pasta Community Board - Todos os arquivos HTML.
pasta de páginas da comunidade - Todas as capturas de tela.
L2EssenceCommunity.utx - Adicione isso às suas texturas para que você 
possa ver as texturas.

O conteúdo está oculto, favor efetuar login ou se cadastrar!

Editado por LucasDesigner
  • Gostei 8

Falar é fácil. Mostre-me o código.

Link para o comentário
Compartilhar em outros sites


Creditos

O conteúdo está oculto, favor efetuar login ou se cadastrar!
 (MxC) 

  • Gostei 1
  • Haha 1

Um mundo de diversão no Lineage 2

https://www.primeworld.com.br

Discord: Em breve

Comunidade brasileira de Lineage. Interlude Remastered / High Five / Essence 

Classes remasterizadas, sistemas únicos, diversão garantida.

Link para o comentário
Compartilhar em outros sites

2 horas atrás, Nezuko disse:

Creditos

O conteúdo está oculto, favor efetuar login ou se cadastrar!
 (MxC) 

Pois é, faz um tempinho que ja vi ela na Mxc, e em outro forum russo, tenho até baixado a meses.

Editado por junin00
  • Gostei 1

👀🙏🦮🚗🏃‍♂️☀️🎧♐📳⚽🚲🏓☕🎣🚭🏳️

Link para o comentário
Compartilhar em outros sites

5 minutos atrás, junin00 disse:

Tenta desse arquivo que eu tenho.

O conteúdo está oculto, favor efetuar login ou se cadastrar!

mesma coisa kk, essa pasta das fotos tem q colocar algum lugar?

23 minutos atrás, junin00 disse:

Pois é, faz um tempinho que ja vi ela na Mxc, e em outro forum russo, tenho até baixado a meses.

No meu gracia final ela abre, só nesse interlude que não, tem vez que trava l2exe ate quando vou abrir ele no interlude, print no gracia final

 

graciafinal altb.png

Link para o comentário
Compartilhar em outros sites

39 minutos atrás, Sarada disse:

mesma coisa kk, essa pasta das fotos tem q colocar algum lugar?

No meu gracia final ela abre, só nesse interlude que não, tem vez que trava l2exe ate quando vou abrir ele no interlude, print no gracia final

 

graciafinal altb.png

Não, as fotos é só pra visualizar.

Então eu tentei colocar no interlude também, não consegui, creio que pode ser o formato que foi colocado as dds no arquivo utx, que o client mais antigo não aceita.

👀🙏🦮🚗🏃‍♂️☀️🎧♐📳⚽🚲🏓☕🎣🚭🏳️

Link para o comentário
Compartilhar em outros sites

3 horas atrás, Sarada disse:

mesma coisa kk, essa pasta das fotos tem q colocar algum lugar?

No meu gracia final ela abre, só nesse interlude que não, tem vez que trava l2exe ate quando vou abrir ele no interlude, print no gracia final

 

graciafinal altb.png

 

altera o codigo home.html


 

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

Editado por LucasDesigner

Falar é fácil. Mostre-me o código.

Link para o comentário
Compartilhar em outros sites

21 horas atrás, Sarada disse:

mesma coisa kk, essa pasta das fotos tem q colocar algum lugar?

No meu gracia final ela abre, só nesse interlude que não, tem vez que trava l2exe ate quando vou abrir ele no interlude, print no gracia final

 

graciafinal altb.png

A dimensão da Ui das comunity acima do hellbound é diferente da do interlude 

Um mundo de diversão no Lineage 2

https://www.primeworld.com.br

Discord: Em breve

Comunidade brasileira de Lineage. Interlude Remastered / High Five / Essence 

Classes remasterizadas, sistemas únicos, diversão garantida.

Link para o comentário
Compartilhar em outros sites

Para que funcione a HTML no Interlude, inclusive com a mesma texture, é só alterar algumas coisas no código da HTML.

Alterar <html noscrollbar> para <html>

Incluir <head> abaixo do <html>

Alterar a primeira table, que é <table width="770"> para <table width="600">.

Desta forma, a HTML irá funcionar normalmente com as texturas, cabe a vocês organizar da forma mais adequada, respeitando as dimensões da UI.

HTML home já editada:

Spoiler

<html>
<head>
<body>
    <center>
    <table width="600">
        <tr>
            <td>
                <table>
                    <tr>
                        <td>
                            <table width="180" height="490" background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg">
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td>
                                                    <center><img src="L2EssenceCommunity.logo" width=143 height=128></center>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td>
                                                    <center><img src="L2EssenceCommunity.effect_top" width=167 height=18></center>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td height=10>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Home" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.home_btn_over" fore="L2EssenceCommunity.home_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="GM Shop" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.gmshop_btn_over" fore="L2EssenceCommunity.gmshop_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Buffer" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.buffer_btn_over" fore="L2EssenceCommunity.buffer_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Teleport" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.teleport_btn_over" fore="L2EssenceCommunity.teleport_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Account Service" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.acc_services_btn_over" fore="L2EssenceCommunity.acc_services_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Item Broker" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.itembroker_btn_over" fore="L2EssenceCommunity.itembroker_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Rankings" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.rankings_btn_over" fore="L2EssenceCommunity.rankings_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <center><img src="L2EssenceCommunity.effect_bottom" width=167 height=18></center>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td height=10>
                                    </td>
                                </tr>
                            </table>
                            <br>
                        </td>
                        <td>
                            <table width="570" height="490" background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg">
                                <tr><td height=4></td></tr>
                                <tr>
                                    <td width=10></td>
                                    <td>
                                        <!--- server info --->
                                        <center>
                                        <table background="L2EssenceCommunity.home_server_info_bg" width=560>
                                            <tr><td height=16></td></tr>
                                            <tr>
                                                <td width=10>
                                                </td>
                                                <td width=150>
                                                    <font color="808080">L2Essence.com:</font> <font color="LEVEL">Classic 2.9</font>
                                                </td>
                                                <td width=110>
                                                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                                </td>
                                                <td width=80>
                                                    <font color="808080">Exp:</font> 25x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Adena:</font> 15x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Drop:</font> 5x
                                                </td>
                                            </tr>
                                            <tr><td height=10></td></tr>
                                            <tr>
                                                <td width=10>
                                                </td>
                                                <td width=150>
                                                    <font color="808080">Online:</font> <font color="LEVEL">1920</font>
                                                </td>
                                                <td width=110>
                                                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                                </td>
                                                <td width=80>
                                                    <font color="808080">Exp:</font> 25x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Adena:</font> 15x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Drop:</font> 5x
                                                </td>
                                            </tr>
                                            <tr><td height=16></td></tr>
                                        </table>
                                        </center>
                                        <!--- server info --->
                                        <br>
                                        <!--- donation store --->
                                        <center>
                                        <table background="L2EssenceCommunity.donate_bg" width=560>
                                            <tr>
                                                <td>
                                                    <table>
                                                        <tr><td height=30></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td width=300>
                                                                <font name="hs22" color="LEVEL">DONATION STORE</font>
                                                            </td>
                                                            <td width=200>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <table>
                                                        <tr><td height=10></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td height=40 width=34><img src=L2EssenceCommunity.donate_item_1 width=32 height=32></td>
                                                            <td height=32 width=200>Item Name<br1><font name="hs15" color="LEVEL">90 Coin of Luck</font>
                                                            </td>
                                                            <td width=150>
                                                            </td>
                                                        </tr>
                                                        <tr><td height=10></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td height=40 width=34><img src=L2EssenceCommunity.donate_item_2 width=32 height=32></td>
                                                            <td height=32 width=200>Item Name<br1><font name="hs15" color="LEVEL">190 Coin of Luck</font>
                                                            </td>
                                                            <td width=150>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <table>
                                                        <tr><td height=20></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td width=300>
                                                                <button value="View more items" action="bypass _bbshome" width=255 height=33 back="L2EssenceCommunity.donate_items_btn_over" fore="L2EssenceCommunity.donate_items_btn">
                                                            </td>
                                                            <td width=200>
                                                            </td>
                                                        </tr>
                                                        <tr><td height=40></td></tr>
                                                    </table>
                                                </td>
                                            </tr>
                                        </table>
                                        </center>
                                        <!--- donation store --->
                                        <!--- buy premium --->
                                        <center>
                                        <table width=540>
                                            <tr>
                                                <td>
                                                    <center>
                                                    <table background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg" width=175>
                                                        <tr><td height=2></td></tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><img src="L2EssenceCommunity.premium_crown" width=74 height=50></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center>1 Day Premium</center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><font name="hs15" color="LEVEL">30 Coin of Luck</font></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><button value="Buy Premium" action="bypass _bbshome" width=154 height=27 back="L2EssenceCommunity.buy_premium_btn_over" fore="L2EssenceCommunity.buy_premium_btn"></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td height=10></td>
                                                        </tr>
                                                    </table>
                                                    </center>
                                                </td>
                                                <td>
                                                    <center>
                                                    <table background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg" width=175>
                                                        <tr><td height=2></td></tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><img src="L2EssenceCommunity.premium_crown" width=74 height=50></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center>7 Day Premium</center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><font name="hs15" color="LEVEL">140 Coin of Luck</font></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><button value="Buy Premium" action="bypass _bbshome" width=154 height=27 back="L2EssenceCommunity.buy_premium_btn_over" fore="L2EssenceCommunity.buy_premium_btn"></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td height=10></td>
                                                        </tr>
                                                    </table>
                                                    </center>
                                                </td>
                                                <td>
                                                    <center>
                                                    <table background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg" width=175>
                                                        <tr><td height=2></td></tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><img src="L2EssenceCommunity.premium_crown" width=74 height=50></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center>30 Day Premium</center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><font name="hs15" color="LEVEL">470 Coin of Luck</font></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><button value="Buy Premium" action="bypass _bbshome" width=154 height=27 back="L2EssenceCommunity.buy_premium_btn_over" fore="L2EssenceCommunity.buy_premium_btn"></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td height=10></td>
                                                        </tr>
                                                    </table>
                                                    </center>
                                                </td>
                                            </tr>
                                        </table>
                                        </center>
                                        <!--- buy premium --->
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
    </center>
</body>
</html>

Imagem do Community no Interlude:

Screenshot_1.png.0e7ad8acfda585ebc9efdf24fc72a8c4.png

Para as outras HTML's, efetuar o mesmo procedimento.

Editado por Schuster
  • Gostei 3
  • Obrigado 1
Link para o comentário
Compartilhar em outros sites

  • 1 ano depois...
  • 8 meses depois...
  • 11 meses depois...
En 17/6/2021 a las 22:30, Schuster dijo:

Para que funcione a HTML no Interlude, inclusive com a mesma texture, é só alterar algumas coisas no código da HTML.

Alterar <html noscrollbar> para <html>

Incluir <head> abaixo do <html>

Alterar a primeira table, que é <table width="770"> para <table width="600">.

Desta forma, a HTML irá funcionar normalmente com as texturas, cabe a vocês organizar da forma mais adequada, respeitando as dimensões da UI.

HTML home já editada:

  Revelar contenido oculto

<html>
<head>
<body>
    <center>
    <table width="600">
        <tr>
            <td>
                <table>
                    <tr>
                        <td>
                            <table width="180" height="490" background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg">
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td>
                                                    <center><img src="L2EssenceCommunity.logo" width=143 height=128></center>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td>
                                                    <center><img src="L2EssenceCommunity.effect_top" width=167 height=18></center>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td height=10>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Home" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.home_btn_over" fore="L2EssenceCommunity.home_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="GM Shop" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.gmshop_btn_over" fore="L2EssenceCommunity.gmshop_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Buffer" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.buffer_btn_over" fore="L2EssenceCommunity.buffer_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Teleport" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.teleport_btn_over" fore="L2EssenceCommunity.teleport_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Account Service" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.acc_services_btn_over" fore="L2EssenceCommunity.acc_services_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Item Broker" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.itembroker_btn_over" fore="L2EssenceCommunity.itembroker_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Rankings" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.rankings_btn_over" fore="L2EssenceCommunity.rankings_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <center><img src="L2EssenceCommunity.effect_bottom" width=167 height=18></center>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td height=10>
                                    </td>
                                </tr>
                            </table>
                            <br>
                        </td>
                        <td>
                            <table width="570" height="490" background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg">
                                <tr><td height=4></td></tr>
                                <tr>
                                    <td width=10></td>
                                    <td>
                                        <!--- server info --->
                                        <center>
                                        <table background="L2EssenceCommunity.home_server_info_bg" width=560>
                                            <tr><td height=16></td></tr>
                                            <tr>
                                                <td width=10>
                                                </td>
                                                <td width=150>
                                                    <font color="808080">L2Essence.com:</font> <font color="LEVEL">Classic 2.9</font>
                                                </td>
                                                <td width=110>
                                                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                                </td>
                                                <td width=80>
                                                    <font color="808080">Exp:</font> 25x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Adena:</font> 15x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Drop:</font> 5x
                                                </td>
                                            </tr>
                                            <tr><td height=10></td></tr>
                                            <tr>
                                                <td width=10>
                                                </td>
                                                <td width=150>
                                                    <font color="808080">Online:</font> <font color="LEVEL">1920</font>
                                                </td>
                                                <td width=110>
                                                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                                </td>
                                                <td width=80>
                                                    <font color="808080">Exp:</font> 25x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Adena:</font> 15x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Drop:</font> 5x
                                                </td>
                                            </tr>
                                            <tr><td height=16></td></tr>
                                        </table>
                                        </center>
                                        <!--- server info --->
                                        <br>
                                        <!--- donation store --->
                                        <center>
                                        <table background="L2EssenceCommunity.donate_bg" width=560>
                                            <tr>
                                                <td>
                                                    <table>
                                                        <tr><td height=30></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td width=300>
                                                                <font name="hs22" color="LEVEL">DONATION STORE</font>
                                                            </td>
                                                            <td width=200>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <table>
                                                        <tr><td height=10></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td height=40 width=34><img src=L2EssenceCommunity.donate_item_1 width=32 height=32></td>
                                                            <td height=32 width=200>Item Name<br1><font name="hs15" color="LEVEL">90 Coin of Luck</font>
                                                            </td>
                                                            <td width=150>
                                                            </td>
                                                        </tr>
                                                        <tr><td height=10></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td height=40 width=34><img src=L2EssenceCommunity.donate_item_2 width=32 height=32></td>
                                                            <td height=32 width=200>Item Name<br1><font name="hs15" color="LEVEL">190 Coin of Luck</font>
                                                            </td>
                                                            <td width=150>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <table>
                                                        <tr><td height=20></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td width=300>
                                                                <button value="View more items" action="bypass _bbshome" width=255 height=33 back="L2EssenceCommunity.donate_items_btn_over" fore="L2EssenceCommunity.donate_items_btn">
                                                            </td>
                                                            <td width=200>
                                                            </td>
                                                        </tr>
                                                        <tr><td height=40></td></tr>
                                                    </table>
                                                </td>
                                            </tr>
                                        </table>
                                        </center>
                                        <!--- donation store --->
                                        <!--- buy premium --->
                                        <center>
                                        <table width=540>
                                            <tr>
                                                <td>
                                                    <center>
                                                    <table background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg" width=175>
                                                        <tr><td height=2></td></tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><img src="L2EssenceCommunity.premium_crown" width=74 height=50></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center>1 Day Premium</center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><font name="hs15" color="LEVEL">30 Coin of Luck</font></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><button value="Buy Premium" action="bypass _bbshome" width=154 height=27 back="L2EssenceCommunity.buy_premium_btn_over" fore="L2EssenceCommunity.buy_premium_btn"></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td height=10></td>
                                                        </tr>
                                                    </table>
                                                    </center>
                                                </td>
                                                <td>
                                                    <center>
                                                    <table background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg" width=175>
                                                        <tr><td height=2></td></tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><img src="L2EssenceCommunity.premium_crown" width=74 height=50></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center>7 Day Premium</center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><font name="hs15" color="LEVEL">140 Coin of Luck</font></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><button value="Buy Premium" action="bypass _bbshome" width=154 height=27 back="L2EssenceCommunity.buy_premium_btn_over" fore="L2EssenceCommunity.buy_premium_btn"></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td height=10></td>
                                                        </tr>
                                                    </table>
                                                    </center>
                                                </td>
                                                <td>
                                                    <center>
                                                    <table background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg" width=175>
                                                        <tr><td height=2></td></tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><img src="L2EssenceCommunity.premium_crown" width=74 height=50></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center>30 Day Premium</center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><font name="hs15" color="LEVEL">470 Coin of Luck</font></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><button value="Buy Premium" action="bypass _bbshome" width=154 height=27 back="L2EssenceCommunity.buy_premium_btn_over" fore="L2EssenceCommunity.buy_premium_btn"></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td height=10></td>
                                                        </tr>
                                                    </table>
                                                    </center>
                                                </td>
                                            </tr>
                                        </table>
                                        </center>
                                        <!--- buy premium --->
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
    </center>
</body>
</html>

Imagem do Community no Interlude:

O conteúdo está oculto, favor efetuar login ou se cadastrar!

Para as outras HTML's, efetuar o mesmo procedimento.

hola amigo, me ayudarias con esto? no logro hacerlo

L2 Player Forever

Link para o comentário
Compartilhar em outros sites

Em 17/06/2021 at 23:30, Schuster disse:

Para que funcione a HTML no Interlude, inclusive com a mesma texture, é só alterar algumas coisas no código da HTML.

Alterar <html noscrollbar> para <html>

Incluir <head> abaixo do <html>

Alterar a primeira table, que é <table width="770"> para <table width="600">.

Desta forma, a HTML irá funcionar normalmente com as texturas, cabe a vocês organizar da forma mais adequada, respeitando as dimensões da UI.

HTML home já editada:

  Mostrar conteúdo oculto

<html>
<head>
<body>
    <center>
    <table width="600">
        <tr>
            <td>
                <table>
                    <tr>
                        <td>
                            <table width="180" height="490" background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg">
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td>
                                                    <center><img src="L2EssenceCommunity.logo" width=143 height=128></center>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td>
                                                    <center><img src="L2EssenceCommunity.effect_top" width=167 height=18></center>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td height=10>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Home" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.home_btn_over" fore="L2EssenceCommunity.home_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="GM Shop" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.gmshop_btn_over" fore="L2EssenceCommunity.gmshop_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Buffer" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.buffer_btn_over" fore="L2EssenceCommunity.buffer_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Teleport" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.teleport_btn_over" fore="L2EssenceCommunity.teleport_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Account Service" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.acc_services_btn_over" fore="L2EssenceCommunity.acc_services_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Item Broker" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.itembroker_btn_over" fore="L2EssenceCommunity.itembroker_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <button value="Rankings" action="bypass _bbshome" width=177 height=33 back="L2EssenceCommunity.rankings_btn_over" fore="L2EssenceCommunity.rankings_btn">
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <table width=180>
                                            <tr>
                                                <td align=center>
                                                    <center><img src="L2EssenceCommunity.effect_bottom" width=167 height=18></center>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td height=10>
                                    </td>
                                </tr>
                            </table>
                            <br>
                        </td>
                        <td>
                            <table width="570" height="490" background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg">
                                <tr><td height=4></td></tr>
                                <tr>
                                    <td width=10></td>
                                    <td>
                                        <!--- server info --->
                                        <center>
                                        <table background="L2EssenceCommunity.home_server_info_bg" width=560>
                                            <tr><td height=16></td></tr>
                                            <tr>
                                                <td width=10>
                                                </td>
                                                <td width=150>
                                                    <font color="808080">L2Essence.com:</font> <font color="LEVEL">Classic 2.9</font>
                                                </td>
                                                <td width=110>
                                                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                                </td>
                                                <td width=80>
                                                    <font color="808080">Exp:</font> 25x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Adena:</font> 15x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Drop:</font> 5x
                                                </td>
                                            </tr>
                                            <tr><td height=10></td></tr>
                                            <tr>
                                                <td width=10>
                                                </td>
                                                <td width=150>
                                                    <font color="808080">Online:</font> <font color="LEVEL">1920</font>
                                                </td>
                                                <td width=110>
                                                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                                </td>
                                                <td width=80>
                                                    <font color="808080">Exp:</font> 25x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Adena:</font> 15x
                                                </td>
                                                <td width=100>
                                                    <font color="808080">Drop:</font> 5x
                                                </td>
                                            </tr>
                                            <tr><td height=16></td></tr>
                                        </table>
                                        </center>
                                        <!--- server info --->
                                        <br>
                                        <!--- donation store --->
                                        <center>
                                        <table background="L2EssenceCommunity.donate_bg" width=560>
                                            <tr>
                                                <td>
                                                    <table>
                                                        <tr><td height=30></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td width=300>
                                                                <font name="hs22" color="LEVEL">DONATION STORE</font>
                                                            </td>
                                                            <td width=200>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <table>
                                                        <tr><td height=10></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td height=40 width=34><img src=L2EssenceCommunity.donate_item_1 width=32 height=32></td>
                                                            <td height=32 width=200>Item Name<br1><font name="hs15" color="LEVEL">90 Coin of Luck</font>
                                                            </td>
                                                            <td width=150>
                                                            </td>
                                                        </tr>
                                                        <tr><td height=10></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td height=40 width=34><img src=L2EssenceCommunity.donate_item_2 width=32 height=32></td>
                                                            <td height=32 width=200>Item Name<br1><font name="hs15" color="LEVEL">190 Coin of Luck</font>
                                                            </td>
                                                            <td width=150>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <table>
                                                        <tr><td height=20></td></tr>
                                                        <tr>
                                                            <td width=20></td>
                                                            <td width=300>
                                                                <button value="View more items" action="bypass _bbshome" width=255 height=33 back="L2EssenceCommunity.donate_items_btn_over" fore="L2EssenceCommunity.donate_items_btn">
                                                            </td>
                                                            <td width=200>
                                                            </td>
                                                        </tr>
                                                        <tr><td height=40></td></tr>
                                                    </table>
                                                </td>
                                            </tr>
                                        </table>
                                        </center>
                                        <!--- donation store --->
                                        <!--- buy premium --->
                                        <center>
                                        <table width=540>
                                            <tr>
                                                <td>
                                                    <center>
                                                    <table background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg" width=175>
                                                        <tr><td height=2></td></tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><img src="L2EssenceCommunity.premium_crown" width=74 height=50></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center>1 Day Premium</center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><font name="hs15" color="LEVEL">30 Coin of Luck</font></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><button value="Buy Premium" action="bypass _bbshome" width=154 height=27 back="L2EssenceCommunity.buy_premium_btn_over" fore="L2EssenceCommunity.buy_premium_btn"></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td height=10></td>
                                                        </tr>
                                                    </table>
                                                    </center>
                                                </td>
                                                <td>
                                                    <center>
                                                    <table background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg" width=175>
                                                        <tr><td height=2></td></tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><img src="L2EssenceCommunity.premium_crown" width=74 height=50></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center>7 Day Premium</center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><font name="hs15" color="LEVEL">140 Coin of Luck</font></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><button value="Buy Premium" action="bypass _bbshome" width=154 height=27 back="L2EssenceCommunity.buy_premium_btn_over" fore="L2EssenceCommunity.buy_premium_btn"></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td height=10></td>
                                                        </tr>
                                                    </table>
                                                    </center>
                                                </td>
                                                <td>
                                                    <center>
                                                    <table background="l2ui_ct1.ComboBox_DF_Dropmenu_Bg" width=175>
                                                        <tr><td height=2></td></tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><img src="L2EssenceCommunity.premium_crown" width=74 height=50></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center>30 Day Premium</center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><font name="hs15" color="LEVEL">470 Coin of Luck</font></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td width=180>
                                                                <center><button value="Buy Premium" action="bypass _bbshome" width=154 height=27 back="L2EssenceCommunity.buy_premium_btn_over" fore="L2EssenceCommunity.buy_premium_btn"></center>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td height=10></td>
                                                        </tr>
                                                    </table>
                                                    </center>
                                                </td>
                                            </tr>
                                        </table>
                                        </center>
                                        <!--- buy premium --->
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
    </center>
</body>
</html>

Imagem do Community no Interlude:

O conteúdo está oculto, favor efetuar login ou se cadastrar!

Para as outras HTML's, efetuar o mesmo procedimento.

Poderia me ajudar por em um servidor h5? 

Escanor

Link para o comentário
Compartilhar em outros sites

Em 16/06/2021 at 15:10, Junin00 disse:

Não, as fotos é só pra visualizar.

Então eu tentei colocar no interlude também, não consegui, creio que pode ser o formato que foi colocado as dds no arquivo utx, que o client mais antigo não aceita.

Poderia me ajudar colocar esse comunity no meu h5

Escanor

Link para o comentário
Compartilhar em outros sites

  • 3 meses depois...



×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.