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

Solved Swimming

Exoltes

Novia OTserv Developer
Joined
Jul 2, 2009
Messages
563
Reaction score
47
Location
Belgium
I'm working on a 8.54 Open Tibia Server using The Forgotten Server - Version 0.2.7 (Mystic Spirit).

I was wondering if it is possible to make different sqm's swim able.
For example I would like to make the water id: 493 swimable so people can swim inside my ice caves.

I already tried changing the water id of 493 with the otbm-itemeditor to not bloking and speed 200.
Also I added the id 493 to the movements.xml file
Code:
    <movevent event="StepIn" id="493" script="swimming.lua"/>
    <movevent event="StepOut" id="493" script="swimming.lua"/>

If anyone has an idea of this please let me know.

Thanks in advance.
 
You should edit your tibia.dat and allow the tile to not block. The itemid may be different from clientid, you can see the correct id in RME or itemeditor.
 
Back
Top