22-07-2013, 05:55 PM
|
#2
|
|
Jesus Te Ama, Mas EU Não!
Registrado em: Oct 2008
Localização: 45º 33º 34º N | 122º 41º 41º W DESTINATION: ANYWHERE Adidas
Posts: 4,133
Agradecido 6,058 Vezes em 2,106 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
Pontos: 20,442, Nível: 90 |
Nome Real: Anderson Andrade
|
Não tenho certeza, mas acho que a COND é o que determina.
Aqui uma XML de umas capas:
<?xml version="1.0" encoding="utf-8"?>
<list>
<item id='66000' name="Cloak of Aden">
<cond msgId="1518">
<and>
<player castle = "5"/>
<player pledgeClass = "2"/>
</and>
</cond>
<for>
<add val='20' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='66001' name="Cloak of Dion">
<cond msgId="1518">
<and>
<player castle = "2"/>
<player pledgeClass = "2"/>
</and>
</cond>
<for>
<add val='20' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='66002' name="Cloak of Giran">
<cond msgId="1518">
<and>
<player castle = "3"/>
<player pledgeClass = "2"/>
</and>
</cond>
<for>
<add val='20' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='66003' name="Cloak of Gludio">
<cond msgId="1518">
<and>
<player castle = "1"/>
<player pledgeClass = "2"/>
</and>
</cond>
<for>
<add val='20' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='66004' name="Cloak of Goddard">
<cond msgId="1518">
<and>
<player castle = "7"/>
<player pledgeClass = "2"/>
</and>
</cond>
<for>
<add val='20' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='66005' name="Cloak of Innadril">
<cond msgId="1518">
<and>
<player castle = "6"/>
<player pledgeClass = "2"/>
</and>
</cond>
<for>
<add val='20' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='66006' name="Cloak of Oren">
<cond msgId="1518">
<and>
<player castle = "4"/>
<player pledgeClass = "2"/>
</and>
</cond>
<for>
<add val='20' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='66007' name="Cloak of Rune">
<cond msgId="1518">
<and>
<player castle = "8"/>
<player pledgeClass = "2"/>
</and>
</cond>
<for>
<add val='20' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='66008' name="Cloak of Schuttgart">
<cond msgId="1518">
<and>
<player castle = "9"/>
<player pledgeClass = "2"/>
</and>
</cond>
<for>
<add val='20' order='0x10' stat='pDef'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
</list>
|
|
|