[HELP]Make NPC Static

05/09/2012 04:26 QAU661#1
Hello..
I need some help here on how to make my npc doesn't change the direction when players click on the npc..means the npc stay static with 1 direction although players click on them.i try to make it in npc file in ini folder but it doesn't work..anyone have an idea or guideline about this..please share..thank.
05/10/2012 02:47 SoulNecturn#2
Under npc.ini for certain NPC add in the end line:
ChangeDir=0

for example:

Code:
[NpcType2222]
Name=Demons-Online.Com
SimpleObjID=111
StandByMotion=0111000190
BlazeMotion=0111000190
BlazeMotion1=0111000190
BlazeMotion2=0111000190
RestMotion=0111000101
Effect=fleese
ZoomPercent=110
Note=Demons-Online.Com
[B][COLOR="Red"]ChangeDir=0[/COLOR][/B]
Cheers