Ir para conteúdo
  • Cadastre-se
  • 0

BUG HTML :/


ChristoferFernandes

Pergunta

Olá, boa tarde! Estou com um problema de html que é um pouco esquisito até, eu tenho os botões da ct1, no caso "L2UI_ct1.button_DF" eles são em 32x32 e vi que em alguns npc's os caras conseguiram colocar o botão até 128x32, coisa de louco, então eu não soube editar isso ainda e estou a criar um botão de 128x32 e vou jogar na L2UI_CT1.utx, masss eu fui colocar o de 32x32, ele ficou do jeito que eu queria, porém, ele deu um problema assim ficou uma caixa preta abaixo dele como se fosse um botão alternativo, entendi nada......... E quando vou colocar as imagens de outros botões que estão abaixo, as mesmas continuam lá e isso é estressante, se alguém puder me ajudar, serei grato

image.png.d62f2e24ca882956e285f73661fe6104.png

Grandes vitórias requer grandes esforços, até onde está disposto a ir pelos seus sonhos ?

Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts recomendados


  • 0

 

<html>
    <head>
        <title>Lineage II Kamael</title>
    </head>
    <body>
        <img src="L2UI.SquareGray" width=290 height=1>
        <table align="center" width="380">
            <tr>
                <td><img src="L2UI_CT1.Frame_DF_silhouette_left" width=128 height=32></td>
                <td><img src="L2UI_CT1.Frame_DF_silhouette_right" width=128 height=32></td>
            </tr>
        </table>
        <center>
            <img src="art3.teladelogo3" width=256 height=128>
        </center>
        <img src="L2UI.SquareGray" width=290 height=1>
        <img src="L2UI.SquareBlank" widht=1 height=2>
        <center>
            Welcome to <font color="8000FF">Lineage II Kamael</font> - Support
        </center>
        <center>
        <table width=290>
            <tr>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
            </tr>
            <tr>
                <td align="center"><button value="Buff" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-1.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                <td align="center"><button value="Song" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-2.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                <td align="center"><button value="Dance" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-3.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
            </tr>
        </table>
        </center>
        <center>
            <table>
                <tr>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                </tr>
                <tr>
                    <td align="center"><button value="Special" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-5.htm" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                    <td align="center"><button value="Recovery" action="bypass -h npc_%objectId%_heal" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                    <td align="center"><button value="Cancel" action="bypass -h npc_%objectId%_cleanup" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                </tr>
            </table>
        </center>
        <center>
            <table>
                <tr>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                </tr>
                <tr>
                    <td align="center"><button value="FFighter" action="bypass -h npc_%objectId%_fbuff" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
                    <td align="center"><button value="FMage" action="bypass -h npc_%objectId%_mbuff" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                </tr>
            </table>
        </center>
        <center>
            <img src="SquareGray" width=290 height=1>
            <img src="SquareBlank" width=1 height=2>  
            <a action="bypass -h npc_%objectId%_support"><font color="FFD700">Scheme Buffer</font></a><br>
            <img src="L2UI_CH3.herotower_deco" width=256 height=32>
        </center>
    </body>
</html>

É pra já!

<html>
    <head>
        <title>Lineage II Kamael</title>
    </head>
    <body>
        <img src="L2UI.SquareGray" width=290 height=1>
        <table align="center" width="380">
            <tr>
                <td><img src="L2UI_CT1.Frame_DF_silhouette_left" width=128 height=32></td>
                <td><img src="L2UI_CT1.Frame_DF_silhouette_right" width=128 height=32></td>
            </tr>
        </table>
        <center>
            <img src="art3.teladelogo3" width=256 height=128>
        </center>
        <img src="L2UI.SquareGray" width=290 height=1>
        <img src="L2UI.SquareBlank" widht=1 height=2>
        <center>
            Welcome to <font color="8000FF">Lineage II Kamael</font> - Support
        </center>
        <center>
        <table width=290>
            <tr>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
            </tr>
            <tr>
                <td align="center"><button value="Buff" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-1.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                <td align="center"><button value="Song" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-2.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                <td align="center"><button value="Dance" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-3.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
            </tr>
        </table>
        </center>
        <center>
            <table>
                <tr>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                </tr>
                <tr>
                    <td align="center"><button value="Special" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-5.htm" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                    <td align="center"><button value="Recovery" action="bypass -h npc_%objectId%_heal" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                    <td align="center"><button value="Cancel" action="bypass -h npc_%objectId%_cleanup" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                </tr>
            </table>
        </center>
        <center>
            <table>
                <tr>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                </tr>
                <tr>
                    <td align="center"><button value="FFighter" action="bypass -h npc_%objectId%_fbuff" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
                    <td align="center"><button value="FMage" action="bypass -h npc_%objectId%_mbuff" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                </tr>
            </table>
        </center>
        <center>
            <img src="SquareGray" width=290 height=1>
            <img src="SquareBlank" width=1 height=2>  
            <a action="bypass -h npc_%objectId%_support"><font color="FFD700">Scheme Buffer</font></a><br>
            <img src="L2UI_CH3.herotower_deco" width=256 height=32>
        </center>
    </body>
</html>

 

Grandes vitórias requer grandes esforços, até onde está disposto a ir pelos seus sonhos ?

Link para o comentário
Compartilhar em outros sites

  • 0
45 minutos atrás, ChristoferFernandes disse:
<html>
    <head>
        <title>Lineage II Kamael</title>
    </head>
    <body>
        <img src="L2UI.SquareGray" width=290 height=1>
        <table align="center" width="380">
            <tr>
                <td><img src="L2UI_CT1.Frame_DF_silhouette_left" width=128 height=32></td>
                <td><img src="L2UI_CT1.Frame_DF_silhouette_right" width=128 height=32></td>
            </tr>
        </table>
        <center>
            <img src="art3.teladelogo3" width=256 height=128>
        </center>
        <img src="L2UI.SquareGray" width=290 height=1>
        <img src="L2UI.SquareBlank" widht=1 height=2>
        <center>
            Welcome to <font color="8000FF">Lineage II Kamael</font> - Support
        </center>
        <center>
        <table width=290>
            <tr>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
            </tr>
            <tr>
                <td align="center"><button value="Buff" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-1.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                <td align="center"><button value="Song" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-2.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                <td align="center"><button value="Dance" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-3.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
            </tr>
        </table>
        </center>
        <center>
            <table>
                <tr>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                </tr>
                <tr>
                    <td align="center"><button value="Special" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-5.htm" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                    <td align="center"><button value="Recovery" action="bypass -h npc_%objectId%_heal" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                    <td align="center"><button value="Cancel" action="bypass -h npc_%objectId%_cleanup" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                </tr>
            </table>
        </center>
        <center>
            <table>
                <tr>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                </tr>
                <tr>
                    <td align="center"><button value="FFighter" action="bypass -h npc_%objectId%_fbuff" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
                    <td align="center"><button value="FMage" action="bypass -h npc_%objectId%_mbuff" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                </tr>
            </table>
        </center>
        <center>
            <img src="SquareGray" width=290 height=1>
            <img src="SquareBlank" width=1 height=2>  
            <a action="bypass -h npc_%objectId%_support"><font color="FFD700">Scheme Buffer</font></a><br>
            <img src="L2UI_CH3.herotower_deco" width=256 height=32>
        </center>
    </body>
</html>

É pra já!

<html>
    <head>
        <title>Lineage II Kamael</title>
    </head>
    <body>
        <img src="L2UI.SquareGray" width=290 height=1>
        <table align="center" width="380">
            <tr>
                <td><img src="L2UI_CT1.Frame_DF_silhouette_left" width=128 height=32></td>
                <td><img src="L2UI_CT1.Frame_DF_silhouette_right" width=128 height=32></td>
            </tr>
        </table>
        <center>
            <img src="art3.teladelogo3" width=256 height=128>
        </center>
        <img src="L2UI.SquareGray" width=290 height=1>
        <img src="L2UI.SquareBlank" widht=1 height=2>
        <center>
            Welcome to <font color="8000FF">Lineage II Kamael</font> - Support
        </center>
        <center>
        <table width=290>
            <tr>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
                <td align="center"><img src="icon.skill1036" width=32 height=32></td>
            </tr>
            <tr>
                <td align="center"><button value="Buff" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-1.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                <td align="center"><button value="Song" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-2.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                <td align="center"><button value="Dance" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-3.htm" width=80 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
            </tr>
        </table>
        </center>
        <center>
            <table>
                <tr>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                </tr>
                <tr>
                    <td align="center"><button value="Special" action="bypass -h npc_%objectId%_Link mods/buffer/newsub/newsub-5.htm" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                    <td align="center"><button value="Recovery" action="bypass -h npc_%objectId%_heal" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                    <td align="center"><button value="Cancel" action="bypass -h npc_%objectId%_cleanup" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                </tr>
            </table>
        </center>
        <center>
            <table>
                <tr>
                    <td align="center"><img src="icon.skill1036"></td>
                    <td align="center"><img src="icon.skill1036"></td>
                </tr>
                <tr>
                    <td align="center"><button value="FFighter" action="bypass -h npc_%objectId%_fbuff" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
                    <td align="center"><button value="FMage" action="bypass -h npc_%objectId%_mbuff" width=80 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></button></td>
                </tr>
            </table>
        </center>
        <center>
            <img src="SquareGray" width=290 height=1>
            <img src="SquareBlank" width=1 height=2>  
            <a action="bypass -h npc_%objectId%_support"><font color="FFD700">Scheme Buffer</font></a><br>
            <img src="L2UI_CH3.herotower_deco" width=256 height=32>
        </center>
    </body>
</html>

remove os </button>, isso que ta causando o erro, os botões não podem ter fechamento

A imaginação é mais importante que o conhecimento. O conhecimento é limitado. A imaginação envolve o mundo.

Link para o comentário
Compartilhar em outros sites

  • 0

Vou tentar isso aqui e já venho com a resposta

 

Tu me salvou milhões de novo ❤️ gratidão irmão!

agora vou por as outras imagens, gratidão demais ❤️

image.png.3a404139962934b4f2c1e5378c169b87.png

Grandes vitórias requer grandes esforços, até onde está disposto a ir pelos seus sonhos ?

Link para o comentário
Compartilhar em outros 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.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  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.

Processando...




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