11-07-2011, 07:24 PM
|
#1 (permalink)
|
|
Membro - Recruta
Registrado em: Jun 2010
Posts: 8
Agradecido 0 Vezes em 0 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
Erro no multisell
Opa, fiz meu multisell e tudo mais, configurei, fiz o html... tudo certinho
mas na hora que vou clicar no icone para abrir o meu multisell ele até abre, mas abre o multisell de gemstone e dá um erro no gameserver
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
só um exemplo de como está o meu multisell
<!--Dynasty Heavy-->
<item id="9750">
<ingredient id="5570" count="30000"/>
<ingredient id="5572" count="30000"/>
<ingredient id="5574" count="30000"/>
<production id="9750" count="1"/>
<production id="9751" count="1"/>
<production id="9752" count="1"/>
<production id="9753" count="1"/>
<production id="9754" count="1"/>
</item>
#EDIT
Um amigo meu disse que pode ser um problema no HTML, então, irei postar aqui também
<html>
<body>
<center>
<h1>L2SN Custom Shop</h1>
</center>
<br>
<br>
<center><h1>Armaduras</h1></center>
<center><button value="Titanium" action="bypass -h npc_%objectId%_multisell 87654" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></center>
<br>
<center><button value="Dynasty" action="bypass -h npc_%objectId%_multisell 87652" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></center>
<br>
<br>
<center><h1>Armas</h1></center>
<br>
<center>
<button value="Icarus" action="bypass -h npc_%objectId%_multisell 87651" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></center>
<br>
<center><button value="Dynasty" action="bypass -h npc_%objectId%_multisell 87650" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></center>
<br>
<br>
<br>
<center>L2SuperNation</center>
</body>
</html>
|
|
|