Author Topic: NESS Spawns Creature w/o loot  (Read 528 times)

Legacy_Buddywarrior

  • Hero Member
  • *****
  • Posts: 512
  • Karma: +0/-0
NESS Spawns Creature w/o loot
« on: February 14, 2011, 04:54:31 pm »


               I have a test frog that's been my guinea pig. It have an on spawned script that always puts an item in its inventory. The corpse is set with No Perm Death and a lootable corpse.

When I set the frog in the area, or have it spawned from a custom script, it always drops the item as intended. When I use NESS on the otherhand, the item isn't on the poor dead frogs corpse.

I'm using the following for the NESS line on the waypoint.

SP_SN01_SD01_CD600T1
Spawn 1 at a time with a 1 min delay and a 6min corpse decay. Leave inventory and equipped items.

I have played with it though and can't seams to find a solution, hopefully somebody else has an answer.
               
               

               
            

Legacy_kalbaern

  • Hero Member
  • *****
  • Posts: 1531
  • Karma: +0/-0
NESS Spawns Creature w/o loot
« Reply #1 on: February 15, 2011, 04:44:32 am »


               Try moving treasure creation to your OnDeath Event.
               
               

               
            

Legacy_SHOVA

  • Hero Member
  • *****
  • Posts: 893
  • Karma: +0/-0
NESS Spawns Creature w/o loot
« Reply #2 on: February 15, 2011, 05:26:19 am »


               question, what other scripting systems are you using? I found that NESS, with HCR3, and TonyKs Ai, caused NESS to behave badly esp with loot drops, and corpse despawn times. When I removed HCR3, NESS began to funtion as it should.
               
               

               
            

Legacy_TSMDude

  • Hero Member
  • *****
  • Posts: 1515
  • Karma: +0/-0
NESS Spawns Creature w/o loot
« Reply #3 on: February 15, 2011, 01:00:26 pm »


               

SHOVA wrote...

question, what other scripting systems are you using? I found that NESS, with HCR3, and TonyKs Ai, caused NESS to behave badly esp with loot drops, and corpse despawn times. When I removed HCR3, NESS began to funtion as it should.


I did not know that...have you tracked down the culprit by chance, Shova? I use both in a different mod than our PW and have not done a in depth test. Thanks for the heads up either way.
               
               

               
            

Legacy_SHOVA

  • Hero Member
  • *****
  • Posts: 893
  • Karma: +0/-0
NESS Spawns Creature w/o loot
« Reply #4 on: February 15, 2011, 01:35:55 pm »


               tracked it down, not completely, I know it has something to do with the HCR on spawn, global settings, and on death (for everything other than PC) but the actual culprit, no clue. My solution was to remove the HCR, as what I was using it for was added in CEP2 with the CRAP stuff. HCR seemed to be screewing up some of TonyKs AI as well, mainly that the creature would spawn (NESS) then make a B-line straight for the PC, regardless of how far away. Of couse, items on the Creature spawned would not drop into its corpse. For me it became a trade off, My mod is heavy with NESS, and I do not want to figure out some other system to change it. I do miss the PC corpse funtions of HCR, mainly the ablity to pick up another PCs body and take it to the temple to be raised, but that is a small trade off for having my creatures drop the correct items on death. Note if anyone has a non HCR way to pick up a players corpse and have a NPC raise them, please share it '<img'>
               
               

               


                     Modifié par SHOVA, 15 février 2011 - 01:37 .
                     
                  


            

Legacy_Buddywarrior

  • Hero Member
  • *****
  • Posts: 512
  • Karma: +0/-0
NESS Spawns Creature w/o loot
« Reply #5 on: February 16, 2011, 02:22:51 pm »


               It looks like if I uncheck the 'Leave Lootable Corpse" and use the NESS CD option, that it seams to be working.