• 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!

Remeres new sprite container problem

Bolmack

Member
Joined
Mar 7, 2015
Messages
91
Reaction score
6
Hello im inserting the new stuff in my server, and in this case this item is a container, ingame you can open it, but when im mapping i cant see the sloots of the item and i need to put some items inside, what could be the problem?.

There is an example of a barrel showing its sloots.

aasss-1443948.png


EDIT!: Sorry i used the same image from above didnt take a new 1 for the van gotta change it

EDIT 2: There it is the item in remeres, doesnt show any sloot.

mmmmmmmmm-1444404.png



And here an ingame image, where it shows that in fact, yes it is a container.
aasss-1443951.png


So i hope some1 can help C: thanks
 
Last edited:
Hello im inserting the new stuff in my server, and in this case this item is a container, ingame you can open it, but when im mapping i cant see the sloots of the item and i need to put some items inside, what could be the problem?.

There is an example of a barrel showing its sloots.
nd here is my item wich is the door of the van and it doesnt show any slot.


And here an ingame image, where it shows that in fact, yes it is a container.


So i hope some1 can help C: thanks
Did you copy your .dat and .otb files with new items to RME folder for X client version?
 
And 2 year after, i got the same problem, did you solve it?
Just add the item to items.xml (rme folder/data/clientversion/items.xml)

example:
XML:
<item id="1410" article="a" name="stone coffin">
    <attribute key="containerSize" value="10"/>
</item>
 
Back
Top