Adding items to Club's server.
I recently tried to add items to a Pserver. Im using Club's soruce.
No errors but I can't spawn or get the items In-Game. Any help?
This is my picture of image 70.
This is what I added to my additions.xml:
</Object>
<Object type="0xe0" id="The Forgotten Crown">
<Class>Equipment</Class>
<Item/>
<Texture>
<File>lofiObj6</File>
<Index>0x5a</Index>
</Texture>
<SlotType>9</SlotType>
<Description>An eerie reminder of what lays in the depths of the Shatters.</Description>
<ActivateOnEquip stat="0" amount="110">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="20" amount="6">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="28" amount="6">IncrementStat</ActivateOnEquip>
<BagType>4</BagType>
<FameBonus>5</FameBonus>
</Object>
<Object type="0x17c1" id="Bracer of the Guardian">
<Class>Equipment</Class>
<Item/>
<Texture>
<File>lofiObj6</File>
<Index>0xe1</Index>
</Texture>
<SlotType>9</SlotType>
<Description>Wearing it makes you feel particularly strong.</Description>
<ActivateOnEquip stat="0" amount="60">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="3" amount="60">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="20" amount="6">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="21" amount="6">IncrementStat</ActivateOnEquip>
<BagType>4</BagType>
<FameBonus>5</FameBonus>
</Object>
No errors but I can't spawn or get the items In-Game. Any help?
This is my picture of image 70.
This is what I added to my additions.xml:
</Object>
<Object type="0xe0" id="The Forgotten Crown">
<Class>Equipment</Class>
<Item/>
<Texture>
<File>lofiObj6</File>
<Index>0x5a</Index>
</Texture>
<SlotType>9</SlotType>
<Description>An eerie reminder of what lays in the depths of the Shatters.</Description>
<ActivateOnEquip stat="0" amount="110">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="20" amount="6">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="28" amount="6">IncrementStat</ActivateOnEquip>
<BagType>4</BagType>
<FameBonus>5</FameBonus>
</Object>
<Object type="0x17c1" id="Bracer of the Guardian">
<Class>Equipment</Class>
<Item/>
<Texture>
<File>lofiObj6</File>
<Index>0xe1</Index>
</Texture>
<SlotType>9</SlotType>
<Description>Wearing it makes you feel particularly strong.</Description>
<ActivateOnEquip stat="0" amount="60">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="3" amount="60">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="20" amount="6">IncrementStat</ActivateOnEquip>
<ActivateOnEquip stat="21" amount="6">IncrementStat</ActivateOnEquip>
<BagType>4</BagType>
<FameBonus>5</FameBonus>
</Object>
