Author Topic: Mounted NPC not moving  (Read 633 times)

Legacy_bensec01

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
Mounted NPC not moving
« on: November 27, 2010, 04:33:38 am »


               Hey folks,

   I'm getting back into NWN, and I'm having a blast.  :happy:  I'm working on a module for a group of friends to play, and I'm doing fine.  However, I found one thing I can't figure out yet - I added a mounted human (NPC) to one of my areas, and it won't "wander" like the others.

   I do the following:

1) Create the NPC
2) Create a series of waypoints
3) Create a set from the waypoints

   When I click on the NPC, it shows me the path it should take, just like any of the other monsters/NPCs I do this with, but the mounted human never moves.  It just stands there where I placed it originally.

   If it shows me the path, shouldn't it move?  Bug?  Something I'm missing?  I went through his feats and made sure he had everything I thought he'd need to "ride" his mount, but he just stands there, looking at me.

Would appreciate a bit of help!  Thanks!

Benny
               
               

               
            

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
Mounted NPC not moving
« Reply #1 on: November 27, 2010, 11:28:17 pm »


               Make sure he has the default hearbeat script (it has much of the waypoint-walking code).



Funky
               
               

               
            

Legacy_bensec01

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
Mounted NPC not moving
« Reply #2 on: November 27, 2010, 11:48:19 pm »


               Ah hah.  That was almost it - the heartbeat script needed to be changed to nw_c2_default1, and the *spawn* script needed to be changed to nw_c2_default9.  Now he's riding where he should.



Thanks so much!



Benny