Postado Agosto 7, 2019 6 anos olá meu rainbow shield nao está encantando, ao usar os itens ele aparece a msg na tela. segue em baixo meu itens xml e meu movements. <item id="8905" article="a" name="rainbow shield"> <attribute key="description" value="Strange elemental magic flows over this shield." /> <attribute key="weight" value="6900" /> <attribute key="defense" value="30" /> <attribute key="weaponType" value="shield" /> </item> <item id="8906" article="a" name="fiery rainbow shield"> <attribute key="description" value="It has been temporarily imbued with fire magic and boosts your shielding skill." /> <attribute key="weight" value="6900" /> <attribute key="defense" value="36" /> <attribute key="weaponType" value="shield" /> <attribute key="duration" value="1200" /> <attribute key="decayTo" value="8905" /> <attribute key="skillShield" value="3" /> </item> <item id="8907" article="an" name="icy rainbow shield"> <attribute key="description" value="It has been temporarily imbued with ice magic and has a greatly increased shielding value." /> <attribute key="weight" value="6900" /> <attribute key="defense" value="39" /> <attribute key="weaponType" value="shield" /> <attribute key="duration" value="1200" /> <attribute key="decayTo" value="8905" /> </item> <item id="8908" article="a" name="sparking rainbow shield"> <attribute key="description" value="It has been temporarily imbued with energy magic and increases your speed." /> <attribute key="weight" value="6900" /> <attribute key="defense" value="36" /> <attribute key="weaponType" value="shield" /> <attribute key="duration" value="1200" /> <attribute key="decayTo" value="8905" /> <attribute key="speed" value="20" /> </item> <item id="8909" article="a" name="terran rainbow shield"> <attribute key="description" value="It has been temporarily imbued with earth magic and boosts your regeneration." /> <attribute key="weight" value="6900" /> <attribute key="defense" value="37" /> <attribute key="weaponType" value="shield" /> <attribute key="duration" value="1200" /> <attribute key="decayTo" value="8905" /> <attribute key="healthGain" value="1" /> <attribute key="healthTicks" value="3000" /> <attribute key="manaGain" value="4" /> <attribute key="manaTicks" value="3000" /> </item> agora o movements <movevent type="Equip" fromid="8905" toid="8909" slot="shield" event="function" value="onEquipItem"> </movevent> <movevent type="DeEquip" fromid="8905" toid="8909" slot="shield" event="function" value="onDeEquipItem"/> eu uso tfs 0.4 Editado Agosto 7, 2019 6 anos por bpm91 (veja o histórico de edições)
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.