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

TFS 1.X+ Is there function to freeza monster

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
993
Solutions
5
Reaction score
55
Using tfs 1.2 and trying to edit my spell and having issues of not allowing monster to move when spell is being casted but dont see any feature how to achieve. Any ideas or code snippers how i could do it?
 
You could perhaps achieve this with a very heavy paralyze?
Although the problem with that is the duration of immobility and the actions one could take during that time.
Throw in some ice effects and voila

Perhaps this link will help:
----
 
You could perhaps achieve this with a very heavy paralyze?
Although the problem with that is the duration of immobility and the actions one could take during that time.
Throw in some ice effects and voila

Perhaps this link will help:
----
Idk applying paralyze condition doesnt seem like a good idea. That thread is empty hes trying to achieve the same what im trying to do
 
As Levi said, you can use creature:setMovementBlocked(state) and creature:isMovementBlocked() methods

If you want to disable more than just the movement/walking, here is a stun condition that might be helpful
 
Back
Top