Walking thru players is blocked on protocols below 8.54 by client. When you press arrow key to walk into player, client won't send packet 'walk' to server.I'm looking for coder to enable players on no pvp or under protection level canwalkthrough players on 7.72 protocol.
Contact me vía PM.
Otc::GameCreatureWalkthrough - of course you must add 8.54 code on server side.Hello do you know how to enable mounts in Otcv8 if I'm using. Version under 8.7?Walking thru players is blocked on protocols below 8.54 by client. When you press arrow key to walk into player, client won't send packet 'walk' to server.
If you add 8.54 walk thru code to 7.72, it will allow walking thru players by map click [when walk path is calculated on server side], but not by arrow key.
If you are using OTCv8, you can enable it on any protocol using featureOtc::GameCreatureWalkthrough- of course you must add 8.54 code on server side.
You can add any feature here:Hello do you know how to enable mounts in Otcv8 if I'm using. Version under 8.7?
g_game.enableFeature(GamePlayerMounts)
Thank you very muchYou can add any feature here:
to make it work for all protocol versions. For mounts add:![]()
otclientv8/modules/game_features/features.lua at 4c1fc24f26f6e3fdc9b46916672340dacfcd4b55 · OTCv8/otclientv8
Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client - OTCv8/otclientv8github.com
LUA:g_game.enableFeature(GamePlayerMounts)