Lucera 2 / Multiprotocol - Item 8762 (Life Stone) not stacking on drop

ricardonc

Vassal
Customer
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.
 
item_begin tag=2 object_id=8762 drop_type=0 drop_anim_type=3 drop_radius=3 drop_height=3 UNK_0=0 drop_mesh={[dropitems.drop_mineral_unique_m00];[];[]} drop_texture={[dropitemstex.drop_mineral_unique_t00];[];[]} icon={[icon.etc_mineral_unique_i03];[];[];[];[]} durability=0 weight=2 material_type=53 crystallizable=0 type1=0 mesh_tex_pair={{[]};{[]}} drop_sound=[ItemSound.itemdrop_mold] equip_sound=[] stackable=0 etcitem_type=0 crystal_type=0 item_end



this is what's inside. which value should i fit there? 0 (i don't know if it means infinite)?

Thanks for all help.
 
Back
Top