SolvedAdding items to Club's server.

Posts 13 of 3 · Page 1 of 1
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>
Close this. I found out that I have to wait a few minutes before the server for the items to work.
No, you don't have to wait a few minutes. Usually those kinds of things are caused by either an ID conflict or a hex type conflict.


Quote Originally Posted by LCraft303 View Post
"0xe0"
Quote Originally Posted by LCraft303 View Post
"The Forgotten Crown"
Quote Originally Posted by LCraft303 View Post
"0x17c1"
Quote Originally Posted by LCraft303 View Post
"Bracer of the Guardian"
Using Ctrl-F, search up each of these strings in the PROJECT. If you get any matches, you may need to change them to a different name or hex type. There can only be one of any hex type or name of an item in the server.
Posts 13 of 3 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?