Secret Experience

Secret Experience (https://secretexperience.net/)
-   [L2J] Dúvidas (https://secretexperience.net/l2j-duvidas/)
-   -   [Interlude] Problema Ao Add Itens! (https://secretexperience.net/l2j-duvidas/17365-problema-ao-add-itens.html)

elinhomaielo 22-12-2009 07:52 PM

Problema Ao Add Itens!
 
Galera eu adicionei uns itens no server.. versao l2j-secret.
Eu add: as sqls
os arquivos la na pasta do server,
e a system ta ok os itemsname-e
...
As texturas do meu game ja ta ok!

Eu mando cria o iten ele aparece que criou...
mas não aparece no inventario, nem na table "Itens"...
Se alguem souber oq é..
Obrigado!

Datenna 22-12-2009 08:48 PM

E os weaponsgrp e armorgrp.
Lembre-se se tem algum problema nunca está certo.

out 22-12-2009 09:21 PM

Citação:

aparece no inventario, nem na table "Itens"...
Se fosse na system apareceria na tabela "items", e o seguinte crie o iten e obeserva no console se aparece "item not found", se aparecer isso, mande a xml do item

Nao esqueça! verifique se ta certo a SQL

Preto 22-12-2009 10:59 PM

Amigo...

eu ja tive problemas assim... da uma olhada nas SQL dos itens pra ver se na hora de dar Bath FIle.. num dar msg de error.. lah na janelin.. ok...

edudiasbar 23-12-2009 12:19 AM

e confere se os mesmos ids das sql sao das xml
se estiver correto repasse a xml na maioria das vezes e um caracter a mais ou a menos ou linha de comando errado se 1 tiver errado a xml toda para

mulek22 23-12-2009 04:46 AM

Estou Com o Mesmo Problema Do Criador do Topico...
Crio o Item, Mas Não Aparece No Inventario e Nem Na 'TABLE ITEMS'.
Vou Postar o Link do xml e sql pra darem uma olhada, um dos itens q não aparecem é o set TT.
Espero Ajuda.
Obrigado !
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

renatokamus 23-12-2009 08:47 AM

Posso te fazer uma pergunta..?
vc alterou os statos da sua TT pq eu tava olhando aki os statos dela taum meio deferente!!! se tiver alterado tenta coloca ela sem alterar!!! e verifique se vai dar o mesmo erro!



Citação:

Se Ajudei Clique em Obrigado Por favor Não custa nada.! Thx:twitcy:

elinhomaielo 23-12-2009 10:13 AM

Tentei Tudo isso... mais nada :(

Trinix 23-12-2009 12:06 PM

@elinhomaielo
seu erro pode ser 1 desses:
vc fez a XML e nao fez a SQL pra colocar no Navicat
ou nao boto o mesmo ID da XML na SQL ou deixou a XML com algum erro si nao for isso axo que é no client na system nao sei mas concerteza nao pois si fosse pelomenos apareceria na table itens

Kaos 23-12-2009 12:18 PM

bom cara voce quer adicionar ah TT ?? Voce so modifica o set Apella e troca o nome no itemname

out 23-12-2009 12:40 PM


@Muleke22

Código:

<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE list SYSTEM "armors.dtd">
<list>
<item id='9513' name="Titanium Helm">
<for>
<add val='500' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9514' name="Heavy Titanium Armor">
<for>
        <add val='500' order='0x10' stat='pDef'/>
        <add val='3' order='0x40' stat='CON'>
                        <and>
                        <using slotitem="9513;6"/>
                        <using slotitem="9515;9"/>
                        <using slotitem="9516;12"/>
                        </and>
                </add>
                <add val='2000' order='0x40' stat='maxHp'>
                        <and>
                        <using slotitem="9513;6"/>
                        <using slotitem="9515;9"/>
                        <using slotitem="9516;12"/>
                        </and>
                </add>
        <add val='100' order='0x50' stat='pAtkSpd'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9515;9"/>
                <using slotitem="9516;12"/>
                </and>
        </add>
        <add val='2000' order='0x40' stat='pAtk'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9515;9"/>
                <using slotitem="9516;12"/>
                </and>
        </add>
        <add val='50' order='0x10' stat='runSpd'>
                <and>
                <using slotitem="9513;6;6"/>
                <using slotitem="9518;9;6"/>
                <using slotitem="9519;12;6"/>
                </and> 
        </add>
        <add val='1000' order='0x50' stat='mDef'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9515;9"/>
                <using slotitem="9516;12"/>
                </and>
        </add>
  <add val='1' order='0x30' stat='regMp'>
                <and>
                <using slotitem="9513;6;6"/>
                <using slotitem="9515;9;6"/>
                <using slotitem="9516;12;6"/>
                </and>
        </add>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9515' name="Heavy Titanium Gloves">
<for>
<add val='500' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9516' name="Heavy Titanium Boots">
<for>
<add val='500' order='0x10' stat='pDef'/>
<add val='50' order='0x10' stat='runSpd'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9517' name="Light Titanium Mail">
<for>
        <add val='400' order='0x10' stat='pDef'/>
        <add val='3' order='0x40' stat='DEX'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9518;9"/>
                <using slotitem="9519;12"/>
                </and>
        </add>
        <add val='1500' order='0x40' stat='maxHp'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9518;9"/>
                <using slotitem="9519;12"/>
                </and>
        </add>
        <add val='500' order='0x40' stat='maxMp'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9518;9"/>
                <using slotitem="9519;12"/>
                </and>
        </add>
        <add val='300' order='0x50' stat='pAtkSpd'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9518;9"/>
                <using slotitem="9519;12"/>
                </and>
        </add>
        <add val='900' order='0x40' stat='pAtk'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9518;9"/>
                <using slotitem="9519;12"/>
                </and> 
        </add> 
        <add val='1000' order='0x50' stat='mDef'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9518;9"/>
                <using slotitem="9519;12"/>
                </and>
        </add>
        <add val='5' order='0x40' stat='rEvas'>
                <and>
                <using slotitem="9513;6;6"/>
                <using slotitem="9518;9;6"/>
                <using slotitem="9519;12;6"/>
                </and>
        </add>
        <add val='100' order='0x10' stat='runSpd'>
                <and>
                <using slotitem="9513;6;6"/>
                <using slotitem="9518;9;6"/>
                <using slotitem="9519;12;6"/>
                </and>
        </add>
        <add val='1200' order='0x50' stat='mDef'>
                <and>
                <using slotitem="9513;6;6"/>
                <using slotitem="9518;9;6"/>
                <using slotitem="9519;12;6"/>
                </and>
        </add>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9518' name="Light Titanium Gauntlets">
<for>
<add val='400' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9519' name="Light Titanium Boots">
<for>
<add val='400' order='0x10' stat='pDef'/>
<add val='20' order='0x10' stat='runSpd'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9520' name="Mesh Titanium Tunic">
<for>
        <add val='450' order='0x10' stat='pDef'/>
        <add val='3' order='0x40' stat='WIT'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9521;9"/>
                <using slotitem="9522;12"/>
                </and>
        </add>
        <add val='3000' order='0x40' stat='maxMp'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9521;9"/>
                <using slotitem="9522;12"/>
                </and>
        </add>
        <add val='700' order='0x50' stat='mAtkSpd'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9521;9"/>
                <using slotitem="9522;12"/>
                </and>
        </add>
        <add val='1500' order='0x40' stat='mAtk'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9521;9"/>
                <using slotitem="9522;12"/>
                </and> 
        </add>
        <add val='1000' order='0x50' stat='mDef'>
                <and>
                <using slotitem="9513;6"/>
                <using slotitem="9521;9"/>
                <using slotitem="9522;12"/>
                </and>
        </add>
        <add val='1500' order='0x40' stat='maxLoad'>
                <and>
                <using slotitem="9513;6;6"/>
                <using slotitem="9521;9;6"/>
                <using slotitem="9522;12;6"/>
                </and>
        </add>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9521' name="Mesh Titanium Gauntlets">
<for>
<add val='450' order='0x10' stat='pDef'/>
<add val='500' order='0x40' stat='maxMp'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9522' name="Mesh Titanium Shoes">
<for>
<add val='450' order='0x10' stat='pDef'/>
<add val='100' order='0x10' stat='runSpd'/>
<add val='500' order='0x40' stat='maxMp'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9523' name="Titanium Earing">
  <for>
    <add val='100' order='0x10' stat='mDef'/>
    <add val='50' order='0x30' stat='mAtkSpd'/>
    <add val='1000' order='0x30' stat='maxHp'/>
    <add val='50' order='0x30' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='mDef'/>
  </for>
</item>
<item id='9524' name="Titanium Ring">
  <for>
    <add val='100' order='0x10' stat='mDef'/>
    <add val='50' order='0x30' stat='mAtkSpd'/>
    <add val='50' order='0x30' stat='pAtkSpd'/>
    <add val='1.17' order='0x40' stat='cAtkAdd'/>
    <enchant val='0' order='0x0C' stat='mDef'/>
  </for>
</item>
<item id='9525' name="Titanium Necklace">
  <for>
    <add val='200' order='0x10' stat='mDef'/>
    <add val='50' order='0x30' stat='mAtkSpd'/>
    <add val='50' order='0x30' stat='pAtkSpd'/>
    <add val='1.17' order='0x40' stat='cAtkAdd'/>
    <add val='500' order='0x40' stat='maxHp'/>
    <add val='500' order='0x40' stat='maxMp'/>
    <enchant val='0' order='0x0C' stat='mDef'/>
  </for>
</item>
<item id='9526' name="Mesh Ice Robe">
<for>
<add val='600' order='0x10' stat='pDef'/>
<add val='1000' order='0x10' stat='maxMp'>
<and>
<using slotitem="9527;6"/>
<using slotitem="9529;9"/>
<using slotitem="9528;12"/>
</and>
</add>
<add val='1000' order='0x10' stat='mAtkSpd'>
<and>
<using slotitem="9527;6"/>
<using slotitem="9529;9"/>
<using slotitem="9528;12"/>
</and>
</add>
<add val='2000' order='0x10' stat='mAtk'>
<and>
<using slotitem="9527;6"/>
<using slotitem="9529;9"/>
<using slotitem="9528;12"/>
</and>
</add>
<add val='1500' order='0x10' stat='mDef'>
<and>
<using slotitem="9527;6"/>
<using slotitem="9529;9"/>
<using slotitem="9528;12"/>
</and>
</add>
<add val='-1' order='0x10' stat='MEN'>
<and>
<using slotitem="9527;6"/>
<using slotitem="9529;9"/>
<using slotitem="9528;12"/>
</and>
</add>
<add val='100' order='0x10' stat='runSpd'>
<and>
<using slotitem="9527;6"/>
<using slotitem="9529;9"/>
<using slotitem="9528;12"/>
</and>
</add>
<add val='3' order='0x10' stat='INT'>
<and>
<using slotitem="9527;6"/>
<using slotitem="9529;9"/>
<using slotitem="9528;12"/>
</and>
</add>
<add val='3' order='0x10' stat='WIT'>
<and>
<using slotitem="9527;6"/>
<using slotitem="9529;9"/>
<using slotitem="9528;12"/>
</and>
</add>
<add val='2000' order='0x10' stat='maxLoad'>
<and>
<using slotitem="9527;6"/>
<using slotitem="9529;9"/>
<using slotitem="9528;12"/>
</and>
</add>
<enchant val='0' order='0x0C' stat='pDef'/>
<enchant val='0' order='0x0C' stat='mDef'/>
</for>
</item>
<item id='9527' name="Mesh Ice Cap">
<for>
<add val='600' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9528' name="Mesh Ice Boot">
<for>
<add val='600' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9529' name="Mesh Ice Gloves">
<for>
<add val='600' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9530' name="Light Ice Chest">
<for>
<add val='700' order='0x10' stat='pDef'/>
<add val='10' order='0x10' stat='rEvas'/>
<add val='300' order='0x10' stat='pAtkSpd'>
<and>
<using slotitem="9533;6"/>
<using slotitem="9532;12"/>
<using slotitem="9531;9"/>
</and>
</add>
<add val='3000' order='0x20' stat='pAtk'>
<and>
<using slotitem="9533;6"/>
<using slotitem="9532;12"/>
<using slotitem="9531;9"/>
</and>
</add>
<add val='1700' order='0x20' stat='mDef'>
<and>
<using slotitem="9533;6"/>
<using slotitem="9532;12"/>
<using slotitem="9531;9"/>
</and>
</add>
<add val='3000' order='0x30' stat='maxHp'>
<and>
<using slotitem="9533;6"/>
<using slotitem="9532;12"/>
<using slotitem="9531;9"/>
</and>
</add>
<add val='1000' order='0x40' stat='maxMp'>
<and>
<using slotitem="9533;6"/>
<using slotitem="9532;12"/>
<using slotitem="9531;9"/>
</and>
</add>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9531' name="Light Ice Legs">
<for>
<add val='700' order='0x10' stat='pDef'/>
<add val="100" order="0x40" stat='runSpd'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9532' name="Light Ice Boots">
<for>
<add val='700' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9533' name="Light Ice Gloves">
<for>
<add val='700' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9534' name="Epic Mask">
  <for>
    <add val='1540' order='0x10' stat='maxMp'/>
    <add val='500' order='0x10' stat='pAtk'/>
    <add val='30' order='0x10' stat='runSpd'/>
  </for>
</item>
<item id='9539' name="Heavy Ice Chest">
<for>
<add val='800' order='0x10' stat='pDef'/>
<and>
<using slotitem="9538;6"/>
<using slotitem="9537;9"/>
<using slotitem="9536;12"/>
</and>
<add val='1500' order='0x10' stat='mDef'/>
<and>
<using slotitem="9538;6"/>
<using slotitem="9537;9"/>
<using slotitem="9536;12"/>
</and>
<add val='4000' order='0x10' stat='maxHp'>
<and>
<using slotitem="9538;6"/>
<using slotitem="9537;9"/>
<using slotitem="9536;12"/>
</and>
</add>
<add val='-1' order='0x10' stat='DEX'>
<and>
<using slotitem="9538;6"/>
<using slotitem="9537;9"/>
<using slotitem="9536;12"/>
</and>
</add>
<add val='2' order='0x10' stat='STR'>
<and>
<using slotitem="9538;6"/>
<using slotitem="9537;9"/>
<using slotitem="9536;12"/>
</and>
</add>
<enchant val='0' order='0x0C' stat='pDef'/>
<enchant val='0' order='0x0C' stat='mDef'/>
</for>
</item>
<item id='9535' name="Heavy Ice Legs">
<for>
<add val='800' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9536' name="Heavy Ice Boots">
<for>
<add val='800' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9537' name="Heavy Ice Gloves">
<for>
<add val='800' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9538' name="Heavy Ice Helmet">
<for>
<add val='800' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
</list>


Apague as linhas Que estao em vermelho


Horários baseados na GMT -3. Agora são 03:14 AM.

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