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

NPC Starting look direction

Narzerus

Full-stack developer and old OT Developer
Joined
Oct 29, 2007
Messages
202
Reaction score
11
NPC Starting look direction..
Is there any way to set this?

Hopefully on the spawn file.. So I could put instances of the same NPC on different directions.


Thanks in advance.
 
so u mean that npc's not moving ye? (on focus a direction will be hanged anyway [when player say hi])

use:
getThingFromPos(pos)
isNpc(cid);
doCreatureSetLookDirection(cid, dir)
 
QuaS thanks for your reply, No. I mean I want a NPC to spawn looking to a certain direction, it doesn't matter if it changes with a focus afterwards.
 
I guess he wants that as soon as the server opens, the NPC appears facing a certain direction, this would require a script I guess..
 
Back
Top