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

Throw item in water TFS 1.5 downgrade by Nekiro 8.6

Azerty

Active Member
Joined
Apr 15, 2022
Messages
335
Solutions
4
Reaction score
37
Good morning, I'm not able to throw item in the water, someone why? I don't know where to edit this... No errors in TFS
The message that appears is "There is not enough room"
 
Solution
Open data/items/items.xml and check that water item ID. It should have:
Code:
        <attribute key="type" value="trashholder" />
        <attribute key="effect" value="bluebubble" />
        <attribute key="ignoreblocking" value="true" />
Open data/items/items.xml and check that water item ID. It should have:
Code:
        <attribute key="type" value="trashholder" />
        <attribute key="effect" value="bluebubble" />
        <attribute key="ignoreblocking" value="true" />
 
Solution
Back
Top