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

[monster] force monsters to only face on direction

Hultin

Member
Joined
Dec 2, 2008
Messages
262
Reaction score
17
As thread says, I'm wondering if it's possible to make monsters face in a certain directon at all times, in my case, to the north.
 
Make a spell with this in it

Code:
doCreatureSetLookDirection(cid, dir)

Make that spell a "defense" on the monster every 500ms or so. This will correct the monster to face the direction every x seconds. If the monster moves it will change direction and then right after it stops moving, it will face back to the direction you wanted. Other than this, there is no way to make the monster "stick" north or "slide" I guess is how it would look xD
 
Back
Top