Jump to content

spamming illegal clothing

Pending 2.8.2

GooberGrape
GooberGrape

Posted

Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.25, 17.84, 321.85) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.jacketx1.19152083 (-68.25, 17.84, 321.85) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.wood.armor.pantsx1.21479103 (-68.25, 17.84, 321.85) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.hoodiex1.21614319 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.jacketx1.19152083 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.wood.armor.pantsx1.21479103 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.hoodiex1.21614319 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.jacketx1.19152083 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.wood.armor.pantsx1.21479103 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.hoodiex1.21614319 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.jacketx1.19152083 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.wood.armor.pantsx1.21479103 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.hoodiex1.21614319 (-68.49, 17.98, 321.37) 
Object reference not set to an instance of an object
[22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.49, 17.98

Looking at the error messages and the NpcSpawn plugin code, these errors are likely coming from the NpcSpawn plugin when it tries to equip clothing items on the "Tempest Saber" NPC.

Here's what's happening:

"Tempest Saber" is an NPC name - The NpcSpawn plugin allows custom NPC names through the Config.Name property

The errors occur with clothing items - The plugin has an UpdateInventory() method that equips wear items on NPCs

The null reference errors suggest the plugin is trying to equip items that either:

Don't exist (invalid item shortnames)

Have issues with the item creation process

Have problems with the container they're being moved to

The most likely cause is in the NPC's configuration where WearItems are defined. Check your NpcSpawn configuration files for the "Tempest Saber" NPC and verify:

Item shortnames are correct - Ensure items like "hoodie", "attire.hide.skirt", "jacket", "wood.armor.pants" are valid

The NPC preset/configuration is properly formatted

No conflicting items - Some items can't be worn together

To fix this:

Look for the "Tempest Saber" NPC configuration in your NpcSpawn preset files

Check the WearItems section for any invalid item names

Consider temporarily removing the wear items to see if the errors stop

Add items back one by one to identify which specific item is causing issues

The error format [ITEM ERROR #1]: [AI] isn't directly from NpcSpawn's code, so it might be coming from another plugin that's monitoring or logging NPC equipment errors.

1.9m

Downloads

Total number of downloads.

8.6k

Customers

Total customers served.

129.1k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.