Postado Setembro 13, 2014 10 anos Como faço para editar o heal de um item Ex: Fusion Armor, ela Heala 1000 de mana a cada segundo. Como faço pra almentar ou diminuir? I helped you ? REP +. Att: Abreu
Postado Setembro 13, 2014 10 anos /data/items abre o items.xml e procura pelo nome do item e vai ter: <attribute key="healthGain" value="1000"/> Aí é só mudar o valor. Ajudei? De nada \o/ Att Rusherzin
Postado Setembro 13, 2014 10 anos Autor /data/items abre o items.xml e procura pelo nome do item e vai ter: <attribute key="healthGain" value="1000"/> Aí é só mudar o valor. Não achei o "healthGain". Olha aqui o item que quero configurar. <item id="2510" article="a" name="fusion armor"> <attribute key="description" value="Health and Ki Regeneration +3000/s."/> <attribute key="weight" value="6500"/> <attribute key="armor" value="150"/> <attribute key="slotType" value="body"/> I helped you ? REP +. Att: Abreu
Postado Setembro 13, 2014 10 anos Não achei o "healthGain". Olha aqui o item que quero configurar. <item id="2510" article="a" name="fusion armor"> <attribute key="description" value="Health and Ki Regeneration +3000/s."/> <attribute key="weight" value="6500"/> <attribute key="armor" value="150"/> <attribute key="slotType" value="body"/> Então basta adicionar, cara..ficando assim: <item id="2510" article="a" name="fusion armor"> <attribute key="description" value="Health and Ki Regeneration +3000/s."/> <attribute key="weight" value="6500"/> <attribute key="armor" value="150"/> <attribute key="slotType" value="body"/> <attribute key="healthGain" value="1000"/> <attribute key="healthTicks" value="6000"/> </item> É só alterar o valor, como o Rusherzin disse; no caso, value="1000"/> (irá healar 1000 de HP). Editado Outubro 2, 2014 10 anos por Bizzle (veja o histórico de edições) Se te ajudei com o que postei, clique em Bizzle
Postado Setembro 13, 2014 10 anos Complementando o que o Bizzle disse Tem que adicionar isso: <attribute key="healthGain" value="1000"/> <attribute key="healthTicks" value="6000"/> healthGain é quando vai healar, no caso é 1000healthTicks é o intervalo de tempo, no caso é 6000 (6 segundos) E tem que adicionar a tag no movements.xml para a função de healar funcione.. Ajudei? De nada \o/ Att Rusherzin
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.