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

Underwater sp?eed change

GuHB

Member
Joined
Dec 14, 2009
Messages
630
Reaction score
9
Location
Brazil
How can i change the slow motion underwater ?

I can't find anything on the Item.xml
 
Open items.otb in OTItemEditor, find the tiles, change the speed?

The higher the number, the slower creatures walk over the tile.
 
Last edited:
Open items.otb in OTItemEditor, find the tiles, change the speed?

The higher the number, the slower creatures walk over the tile.

I change the speed from 500 to 100. But i have this error when i try to open the OT.

Code:
 [Error - Items::loadFromOtb] another <client> version of items.otb is required

ERROR: Unable to load Items <OTB>!

Thanks.
 
Edit graphics.dat of OTItemEditor:
Code:
4C28B721 4C220594 860 [B][COLOR="red"]19[/COLOR][/B]
4C2C7993 4C220594 860 [B][COLOR="red"]20[/COLOR][/B]
4C6A4CBC 4C63F145 861 21
Depending on which Tibia.dat & .spr are you using, you need to change those numbers to 21.
 
Edit graphics.dat of OTItemEditor:
Code:
4C28B721 4C220594 860 [B][COLOR="red"]19[/COLOR][/B]
4C2C7993 4C220594 860 [B][COLOR="red"]20[/COLOR][/B]
4C6A4CBC 4C63F145 861 21
Depending on which Tibia.dat & .spr are you using, you need to change those numbers to 21.


Cyko, you are the beast. Realy thanks for it. :)
 
Back
Top