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

C++ Looking for c++ function Tfs 1.2

gubbo123

New Member
Joined
Aug 15, 2017
Messages
151
Solutions
1
Reaction score
3
Hello guys, anyone here can tell me
What is the function responsible for keeping monsters still if you don't have sqm free to walk?

what function is called when the monster can't walk.
 
What you mean with keep monsters still? You want monsters to stand in 1 spot while blocking on player instead of moving around? Explain more.
 
for example: there is a monster in a room with a player inside, the monster is surrounded by chests, what is the calling function in this case so that the monster doesn't follow until the player.
 
You mean monsters doesn't move on items like Boxes/Parcels etc..?
Or it doesn't move until the player inside the room attacks?
 
I think you only need to change this inside the monster
<flag canpushitems="1"/>
and maybe this too
<flag canpushcreatures="1"/>
 
Back
Top