Secret Experience

Secret Experience (https://secretexperience.net/)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/l2j-duvidas-solucionadas/)
-   -   Erro no multisell (https://secretexperience.net/l2j-duvidas-solucionadas/32312-erro-no-multisell.html)

speedyks 11-07-2011 07:24 PM

Erro no multisell
 
1 Anexo(s)
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

Código:

<!--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

Código HTML:

<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>


ExclusivesHost 11-07-2011 07:47 PM

Tenta assim

help

Ajuda

<?xml version="1.0" encoding="UTF-8"?>
<list>
<!--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>
</list>




speedyks 11-07-2011 07:52 PM

Opa, vou testar cara, muito obrigado pela ajuda.


#Edit:

É galera, não resolveu o problema... alguém aí tem uma luz pro meu problema?

Sirius 11-07-2011 08:37 PM

tienes algun archivo en multisell que no tenga nº?

speedyks 11-07-2011 08:47 PM

No, todos son nº

GugaMagic 11-07-2011 10:48 PM

<?xml version="1.0" encoding="UTF-8"?>
<list>
<!--Dynasty Heavy-->

<item id="10"> <-------------------- muda esse número
<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>
</list>


Horários baseados na GMT -3. Agora são 06:38 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0