• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

new slots

  • Thread starter Thread starter verdehile95
  • Start date Start date
every container has declared size in items.xml

XML:
    <item id="1988" article="a" name="backpack">
        <attribute key="weight" value="1800" />
        <attribute key="containerSize" value="20" />
        <attribute key="slotType" value="backpack" />
    </item>

containerSize this is what you are looking for.
 
every container has declared size in items.xml

XML:
    <item id="1988" article="a" name="backpack">
        <attribute key="weight" value="1800" />
        <attribute key="containerSize" value="20" />
        <attribute key="slotType" value="backpack" />
    </item>

containerSize this is what you are looking for.
i wanna create additional inventory slot
 
Last edited:
wtf, im lost

@edit
1. Create a new slot, lets name it "emblemSlot"
2. Create a new item that will be a container with xx slots
3. Set this new item slotType to emblemSlot
 
Last edited:
Back
Top