Postado Abril 8, 2017 8 anos Olá pessoal! Estou com um problema , refiz varios itens e coloquei atributos neles, porem nenhum esta dando estes atributos aos players, vocês sabem me dizer por que ? vou bota ai um deles como exemplo. No item.xml ta assim: <item fromid="16103" toid="16104" article="a" name="XXXX Shield"> <attribute key="weight" value="2900" /> <attribute key="description" value="Its a XXXXXX Shield." /> <attribute key="defense" value="39" /> <attribute key="absorbPercentDeath" value="5" /> <attribute key="skillSword" value="3" /> <attribute key="skillAxe" value="3" /> <attribute key="skillClub" value="3" /> <attribute key="skillDist" value="3" /> <attribute key="weaponType" value="shield" /> </item> no movements.xml ta assim : <movevent event="Equip" itemid="16104" slot="shield" level="1" function="onEquipItem"> <vocation name="Knight" /> <vocation name="Elite Knight" showInDescription="0" /> <vocation name="Paladin" /> <vocation name="Royal Paladin" showInDescription="0" /> </movevent> <movevent event="DeEquip" itemid="16104" slot="shield" function="onDeEquipItem" /> Segui o modelo do item "Fiery Rainbow Shield", que atribui 3 de shield ao player. no caso do "Fiery Rainbow Shield" está funcionando mas no meu não. O que eu fiz de errado ? vlw
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.