Resolution Realms adding custom item problem.
So I have added 2 skins to the Resolution Realms source and a ton of commands, and so I try to add a sword. But I had everything ready but then when I change to the new binary data the swf doesnt work but everything else does. Here is the code for the sword.
<Object type="0x2052" id="Indomptable">
<Class>Equipment</Class>
<Item/>
<Texture>
<File>lofiObj3</File>
<Index>0x630</Index>
</Texture>
<SlotType>1</SlotType>
<Description>{equip.As_detailed_sword_crafted_out_ of_blackened_metal_and_preciou}</Description>
<RateOfFire>0.35</RateOfFire>
<Sound>weapon/mithril_sword</Sound>
<Projectile>
<ObjectId>Fire Bust Shot</ObjectId>
<Speed>100</Speed>
<MinDamage>566</MinDamage>
<MaxDamage>650</MaxDamage>
<LifetimeMS>350</LifetimeMS>
<Size>100</Size>
</Projectile>
<BagType>4</BagType>
<FameBonus>6</FameBonus>
<OldSound>bladeSwing</OldSound>
<feedPower>1000</feedPower>
<DisplayId>{equip.Indomptable}</DisplayId>
</Object>