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

Solved DoCreatureSetNoMove(), having issues whit the function.

Status
Not open for further replies.

DemShion

New Member
Joined
Apr 8, 2013
Messages
82
Reaction score
1
Location
Mexico
Hello, as the title says im having problems using the doCreatureSetNoMove() function, it works just fine, except if you target someone and set chase mode on or simply follow him, its like the function didnt even existed when following whit a client function, but works perfectly when you try to move whit the arrows or map/minimap clicks, does anyone have a solution? thats a real deal braker for a lot of the spells i was working on u.u, help is apreciated, ty for reading, gl & hf.
 
Last edited:
XML:
	<event type="follow" name="follow" event="buffer">
		<![CDATA[
			return not getCreatureNoMove(cid)
		]]>
	</event>

Lua:
registerCreatureEvent(cid, "follow")
 
Status
Not open for further replies.
Back
Top