Author Topic: How to block the animation of facing with neck a near creature?  (Read 326 times)

Legacy_WhiteTiger

  • Hero Member
  • *****
  • Posts: 889
  • Karma: +0/-0


               

I want to block a NPC of rotating the neck when facing a creature.


 


"The neck/head of the creature follows the object in his front I'm trying to disable it." This animation should be removed for a specific case.


 


Edited: I tried use SetCommandable(FALSE, OBJECT_SELF) and does not worked. 



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
How to block the animation of facing with neck a near creature?
« Reply #1 on: June 01, 2015, 07:14:28 am »


               

try blind him



               
               

               
            

Legacy_WhiteTiger

  • Hero Member
  • *****
  • Posts: 889
  • Karma: +0/-0
How to block the animation of facing with neck a near creature?
« Reply #2 on: June 01, 2015, 09:10:08 am »


               

Blinding him not worked but that was a valid test.



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
How to block the animation of facing with neck a near creature?
« Reply #3 on: June 01, 2015, 09:21:13 am »


               


Blinding him not worked but that was a valid test.




I suppose this creature doesnt have true seeing? That would negated the blindness.


 


Other than that maybe use non dynamic npc appearance? But its quite possible they do this as well.


 


Probably no way to do that, I also think its a client-side feature, meaning that other players wont see the npc is currently watching you.


               
               

               
            

Legacy_WhiteTiger

  • Hero Member
  • *****
  • Posts: 889
  • Karma: +0/-0
How to block the animation of facing with neck a near creature?
« Reply #4 on: June 01, 2015, 07:32:57 pm »


               Its a goblin creature. When the night comes, it sleep with custom effect. I am simulating a Effect Sleep. Because the EffectSleep() turn the goblin on the ground. I don't want this.


My effect Sleep: SetCommandable to false and a Z z z vfx effect looping on your head.


The problem is when you are in front of the goblin it is looking for you
               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
How to block the animation of facing with neck a near creature?
« Reply #5 on: June 01, 2015, 08:36:47 pm »


               

another idea


try apply visual effect VFX_DUR_FREEZE_ANIMATIONS (or something like that)



               
               

               
            

Legacy_Proleric

  • Hero Member
  • *****
  • Posts: 1750
  • Karma: +0/-0
How to block the animation of facing with neck a near creature?
« Reply #6 on: June 01, 2015, 10:38:03 pm »


               I did this recently for a vampire but don't have access right now. i used the lie back animation and  then maybe EffectCutsceneParalyze - not certain.
               
               

               
            

Legacy_WhiteTiger

  • Hero Member
  • *****
  • Posts: 889
  • Karma: +0/-0
How to block the animation of facing with neck a near creature?
« Reply #7 on: June 01, 2015, 11:19:41 pm »


               


another idea


try apply visual effect VFX_DUR_FREEZE_ANIMATIONS (or something like that)




 


yes this worked. thanks