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

How do I turn water into movable in tibia 7.6 sim map 4.8.

Exraiel

New Member
Joined
Jun 20, 2019
Messages
27
Reaction score
0
I can't walk on it what do I edit to make it passable.

<item id="4608" name="shallow water">
<attribute key="description" value="You see the silvery movement of fish."/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
<attribute key="allowpickupable" value="1"/>
<attribute key="fluidSource" value="water"/>
</item>

This is what I see In Otserv I may try this.
<item id="106" name="grass"/> <item id="464" article="a" name="sandstone wall" editorsuffix=" (Walkable)"/>

<item id="4608" name="shallow water" editorsuffix=" (Walkable)"/>

Edit

<item id="4608" name="shallow water" editorsuffix=" (Walkable)">
<attribute key="effect" value="bluebubble"/>
<attribute key="allowpickupable" value="1"/>
<attribute key="fluidSource" value="water"/>
</item>

Maybe Try <attribute key="Walkable" value="yes"/>?


This didn't work any advice?
 
Last edited:
items.otb store this kind of information, you probably need to change the "blockpath" and "walkable" tags
 
Solution
Back
Top Bottom