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

[items.xml] problem with parcel

andu

Sold 649 scripts, 25 maps and 9 events!
Joined
Aug 7, 2009
Messages
978
Solutions
17
Reaction score
373
GitHub
olrios
Twitch
jamagowy
items.xml:
XML:
	<item id="2595" article="a" name="parcel">
		<attribute key="weight" value="1800"/>
		<attribute key="containerSize" value="10"/>
	</item>

but in game is see
LUA:
18:47 You see a parcel.
It weighs 18.00 oz.
ItemID: [2595].
Position: [X: 316] [Y: 314] [Z: 7].
should be:
LUA:
18:47 You see a parcel. (vol. 10)

I think problem is cuz of wrong items.otb
i tried to fix it with otitemeditor, but these editors are sux tottaly, missed lots of functions like container
normally datEditors have option "container" but otitemeditor not.


Someone have an idea how to set "container" in items.otb for a parcel?
 
Last edited:
Back
Top