Hi everyone,
I'm currently setting up a custom farm zone on my Lucera 2 (Multiprotocol) server, and I want a specific mob to drop Top-Grade Life Stone: level 76 (ID: 8762).
The issue is that when the item drops, it doesn't stack in the inventory, even though I have stackable="true" defined in the XML. Here is my current item configuration:
<etcitem id="8762" name="Top-Grade Life Stone: level 76">
<set name="class" value="MISC"/>
<set name="crystal_type" value="NONE"/>
<set name="icon" value="icon.etc_mineral_unique_i03"/>
<set name="price" value="4800000"/>
<set name="stackable" value="true"/>
<set name="type" value="MATERIAL"/>
<set name="weight" value="10"/>
</etcitem>
Does anyone know how to fix this? Is there a specific config file (.properties) or a core restriction in Lucera 2 that forces Life Stones to remain non-stackable?
Any help would be greatly appreciated! Thanks in advance.
I'm currently setting up a custom farm zone on my Lucera 2 (Multiprotocol) server, and I want a specific mob to drop Top-Grade Life Stone: level 76 (ID: 8762).
The issue is that when the item drops, it doesn't stack in the inventory, even though I have stackable="true" defined in the XML. Here is my current item configuration:
<etcitem id="8762" name="Top-Grade Life Stone: level 76">
<set name="class" value="MISC"/>
<set name="crystal_type" value="NONE"/>
<set name="icon" value="icon.etc_mineral_unique_i03"/>
<set name="price" value="4800000"/>
<set name="stackable" value="true"/>
<set name="type" value="MATERIAL"/>
<set name="weight" value="10"/>
</etcitem>
Does anyone know how to fix this? Is there a specific config file (.properties) or a core restriction in Lucera 2 that forces Life Stones to remain non-stackable?
Any help would be greatly appreciated! Thanks in advance.