Author Topic: NPC's wandering and not POST'ing up HALP!  (Read 302 times)

Legacy_GIANTSWORD

  • Full Member
  • ***
  • Posts: 175
  • Karma: +0/-0
NPC's wandering and not POST'ing up HALP!
« on: August 27, 2014, 05:25:55 am »


               

Hey guys.  Having trouble with my on spawn script not allowing NPC's to use the original POST_+npctag to have them post up!  They are meandering around after spawning in using the NESS spawn system.


 


here is the on_spawn i'm using


 


http://pastebin.com/Pu1TDwK4


 


Thanks in advance to anyone who has the time to take a look!



               
               

               
            

Legacy_kalbaern

  • Hero Member
  • *****
  • Posts: 1531
  • Karma: +0/-0
NPC's wandering and not POST'ing up HALP!
« Reply #1 on: August 27, 2014, 03:34:12 pm »


               

Nowhere in that script does is show the TAG format required to have the NPCs post up. Double check "j_inc_spawnin" to see if indeed the Bioware standard naming is infact used or post a link to that include for someone here to review.



               
               

               
            

Legacy_GIANTSWORD

  • Full Member
  • ***
  • Posts: 175
  • Karma: +0/-0
NPC's wandering and not POST'ing up HALP!
« Reply #2 on: August 28, 2014, 07:27:08 am »


               

Here is j_inc_spawnin for review


 


http://pastebin.com/jKJdy8QG



               
               

               
            

Legacy_kalbaern

  • Hero Member
  • *****
  • Posts: 1531
  • Karma: +0/-0
NPC's wandering and not POST'ing up HALP!
« Reply #3 on: August 28, 2014, 05:14:27 pm »


               

Long story short, it appears you are not using the correct TAGs for your NPC walkpoints. I tracked down and reposted an old Tutorial for Neshke's Extendable Spawning System and posted it on the new vault: http://neverwinterva...t/ness-tutorial


 


The info you seek starts on page 15.



               
               

               
            

Legacy_GIANTSWORD

  • Full Member
  • ***
  • Posts: 175
  • Karma: +0/-0
NPC's wandering and not POST'ing up HALP!
« Reply #4 on: September 01, 2014, 07:45:18 am »


               

Thanks a lot for this.. Really helped out!