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

nekiro downgrade label writeables dont work

Tormented

Banned User
Joined
Jan 13, 2024
Messages
56
Reaction score
23
anyone know the cause i can write label once then can never open it again letter doenst work

<item id="2599" article="a" name="label">
<attribute key="weight" value="10"/>
<attribute key="readable" value="1"/>
<attribute key="writeable" value="1"/>
<attribute key="maxTextLen" value="64"/>
</item>

maxtextlen in object builder has limit to 10 for some reason

1719123342275.png
Post automatically merged:

just checked with vanilla items.otb xml and spr dat seems to persist so its none of that.
maybe @Nekiro will find few seconds of his very expensive private time and give some explaination to what is missing or what he forgot/was unable to write due to skill issue ah i think writeable should be boolean im just looking at theforgottenserver branch. nope that is not it anyways. added flag writeables in item.otb not it.
did he not add something in sources? this pretty much makes this engine unusable for the most part. very odd and specific situation

ProtocolGame parse message exception (18 bytes, 0 unread, last opcode is 0x00 (0), prev opcode is 0x96 (150), proto: 772): InputMessage eof reached
10 00 0e 00
96 03 00 00 00 b3 0d 00 40 00 00 00 00
00




ProtocolGame parse message exception (28 bytes, 13 unread, last opcode is 0x96 (150), prev opcode is 0xffffffff (-1), proto: 772): InputMessage eof reached
20 00 18 00
96 06 00 00 00 b3 0d 00 40 00 03 00 61 73 73 07 00 54 6f 72 6d 65 6e 74

ProtocolGame parse message exception (28 bytes, 13 unread, last opcode is 0x96 (150), prev opcode is 0xffffffff (-1), proto: 772): InputMessage eof reached
20 00 18 00
96 07 00 00 00 b3 0d 00 40 00 03 00 61 73 73 07 00 54 6f 72 6d 65 6e 74
 
Last edited:
Back
Top