[FSOD] Black Screen
After adding a new item to the fabiano source via addition.xml, and rebuilding, aswell as adding the texture to the client, the client simply gives a black screen.
XML is below
Does anyone know what the problem is (Server worked beforehand)
XML is below
Code:
<Object type="0xa00" id="Bloodlust Sword"> <Class>Equipment</Class> <Item/> <Texture> <File>lofiObj5</File> <Index>0x30</Index> </Texture> <SlotType>1</SlotType> <Tier>16</Tier> <Description>A sword covered in the blood of the nexus' enemies.</Description> <RateOfFire>1</RateOfFire> <Sound>weapon/blunt_sword</Sound> <Projectile> <ObjectId>Red BigBullet</ObjectId> <Speed>100</Speed> <MinDamage>45</MinDamage> <MaxDamage>90</MaxDamage> <LifetimeMS>350</LifetimeMS> <Size>100</Size> <MultiHit/> </Projectile> <NumProjectiles>2</NumProjectiles> <ArcGap>15</ArcGap> <ActivateOnEquip stat="20" amount="5">IncrementStat</ActivateOnEquip> <ActivateOnEquip stat="26" amount="5">IncrementStat</ActivateOnEquip> <BagType>6</BagType> <FameBonus>0</FameBonus> <feedPower>9000</feedPower> <DisplayId>Bloodlust Sword</DisplayId> </Object>
