• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ Tfs 1.3 doCreatureSetNoMove is possible?

creature:setMovementBlocked(true) / creature:setMovementBlocked(false)

Btw, check your src folder and open the "luascript.cpp" file, you'll find all lua functions available for your server
 
creature:setMovementBlocked(true) / creature:setMovementBlocked(false)

Btw, check your src folder and open the "luascript.cpp" file, you'll find all lua functions available for your server
I already checked, it doesn't have it in my source, I have to add it... if someone can adapt it to tfs 1.2, I'd appreciate


it I made the tutorial from this link
I added it to the source and compiled it but it gave some errors
 
Last edited:
Back
Top