Postado Junho 16, 2014 10 anos cara voce nao precisa de nada, o item ta feito : <item id="2363" article="a" name="blood orb"> <attribute key="weight" value="150"/> <attribute key="slotType" value="necklace"/> <attribute key="charges" value="50"/> <attribute key="showcharges" value="1"/> <attribute key="absorbPercentPhysical" value="5"/> <attribute key="absorbPercentFire" value="5"/> <attribute key="absorbPercentIce" value="5"/> <attribute key="absorbPercentEarth" value="5"/> <attribute key="absorbPercentDeath" value="5"/> <attribute key="absorbPercentHoly" value="5"/> <attribute key="absorbPercentEnergy" value="5"/> <attribute key="showattributes" value="1"/> </item> Dica <item id="2363" article="a" name="blood orb"> <attribute key="weight" value="150"/> <attribute key="slotType" value="necklace"/> <attribute key="charges" value="50"/> <attribute key="showcharges" value="1"/> <attribute key="absorbPercentAll" value="5" /> <attribute key="showattributes" value="1" /> </item> <attribute key="absorbPercentAll" value="5" /> já que haviam todos os absorbs, utilizei o absorbpercentAll. veja se funciona.
Postado Junho 16, 2014 10 anos Autor ele funciona assim infinitamente se eu tirar o numero de cargas?
Postado Junho 16, 2014 10 anos Solução sim, se apagar o attribute charges ficara infinito. mas tambem pode colocar por tempo, um exemplo é a soft boots no caso é so substituir charges por duration : <attribute key="duration" value="12000"/> 12000 = 200 minutos Te ajudei ? REP+
Postado Junho 16, 2014 10 anos Autor HAHA' então, o que você me diz se quando eu tento colocar o item no lugar da munição no inventario ele informa: you cannot dress this object there portugues: você não pode vestir este objeto não tipo, ele ta funcionando, porem se eu usar na mao, mas nao to conseguindo passar ele pro lugar da munição. ;X desculpa o encomodooo u,u
Postado Junho 16, 2014 10 anos cara, mas voce pediu pra colocar ele como colar, se quiser colocar como local da munição entao coloque assim : <item id="2363" article="a" name="blood orb"> <attribute key="weight" value="150"/> <attribute key="slotType" value="ammo"/> <attribute key="charges" value="50"/> <attribute key="showcharges" value="1"/> <attribute key="absorbPercentAll" value="5" /> <attribute key="showattributes" value="1" /> </item> se quiser coloca-lo como anel : <item id="2363" article="a" name="blood orb"> <attribute key="weight" value="150"/> <attribute key="slotType" value="ring"/> <attribute key="charges" value="50"/> <attribute key="showcharges" value="1"/> <attribute key="absorbPercentAll" value="5" /> <attribute key="showattributes" value="1" /> </item> como colar : <item id="2363" article="a" name="blood orb"> <attribute key="weight" value="150"/> <attribute key="slotType" value="necklace"/> <attribute key="charges" value="50"/> <attribute key="showcharges" value="1"/> <attribute key="absorbPercentAll" value="5" /> <attribute key="showattributes" value="1" /> </item> qualquer duvida pode perguntar !
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.