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

Mapping: Guardian Statue with note?

Extrodus

|| Blazera.net ||
Joined
Dec 22, 2008
Messages
2,691
Solutions
7
Reaction score
549
Location
Canada
Im trying to get guardian statues and other statues like it to have notes and say things, how can I do it like Tibia has done it.. the map editor doesn't seem to allow you to put a note.

Example:
statuesz.png
 
XML:
<item id="8836" article="a" name="guardian statue"/>
		<attribute key="writeable" value="1"/>
		<attribute key="maxTextLen" value="1024"/>
<item id="8837" article="a" name="guardian statue"/>
		<attribute key="writeable" value="1"/>
		<attribute key="maxTextLen" value="1024"/>

I don't know if the maximum value for text length can be that much.
So if it doesn't work, try to lower the value. 768, 512, 256, 128.

Put this into items.xml in the client version folder you are using in RME.

Edit: I'm talking non-sense... Please wait.
Edit: Fail. I have no idea how to solve this problem.
 
Last edited:
Karma, Will that work? Or did you try and it didnt work? I understand the steps/process.. would that work if I did that?!
 
Keep the old items.xml (from installing RME) inside the 8.60 folder, but use the items.otb from the server.

That's how I was able to write on items (in RME 2.1).
 
Back
Top