|
[Mini Tutorial]Adicionando imagem do l2 no html do npc

20-02-2009, 03:06 AM
[SIZE="2"]Como ninguem ainda postou esse tutorial fiz esse mini para quem gosta de customizar o seu npc, entao vamos começar.
Abra o html do npc que voce escolher.
Agora coloque essa duas linhas:[/SIZE]
<img src="L2UI_CH3.onscrmsg_pattern01_2" width=300 height=32 align=left>
<img src="L2Font-e.mini_logo-e" width=250 height=95> <---- deixe do jeito que esta
[SIZE="2"]Exemplo:[/SIZE]
<html>
<head>
<title>Rin4a's Buffer</title>
</head>
<body>
<center>
<img src="L2UI_CH3.herotower_deco" width=256 height=32>
<img src="L2UI_CH3.onscrmsg_pattern01_2" width=300 height=32 align=left>
<img src="L2Font-e.mini_logo-e" width=250 height=95>
<br>
Welcome, traveller!<br>
I see that you want to empower your soul,<br>and to do that, you need my powers!<br>I'm ready to serve you!<br>
<button value="Buff me" action="bypass -h npc_%objectId%_Quest 55555_NPCBuffer" width=120 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
<button value="Buffer info" action="bypass -h npc_%objectId%_Chat 1" width=120 height=22 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
</center>
</body>
</html>
[SIZE="2"]Resutaldo:[/SIZE]
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
---------EDIT--------
Outros codigos:
<img src="L2UI_CH3.onscrmsg_pattern01_2" width=300 height=32 align=left>
<img src="L2Font-e.replay_logo-e" width=250 height=95> <---- deixe do jeito que esta
IMAGEM:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
<img src="L2UI_CH3.onscrmsg_pattern01_2" width=300 height=32 align=left>
<img src="L2Font-e.start_logo-e" width=250 height=250> <---- deixe do jeito que esta
IMAGEM:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
[SIZE="2"]Espero que tenham gostado, Quem gostou da um obrigadin ae blz... abraços
Creditos: MEUS[/SIZE]
|
KingKr0n0z
Membro - Veterano
Registrado em: Nov 2008
Localização: Boa Vista - Roraima
Posts: 574
Nome Real: Andreh Fernandes
|
|