forums | blogs | polls | tutorials | downloads | rules | help

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in remember_me_form_alter() (line 78 of /var/www/siegetheday.org/sites/all/modules/contrib/remember_me/remember_me.module).

Exception Detected Issue With NPC Stores

So, I have decided to get back into modding, and am in the process of making a mod to go along with a siegelet in DSLOA. It's been running fairly smoothly, but I have had considerable issues with NPC shopping. Whenever the game itself loads in a shopkeeper, a whole crap-ton of errors are thrown, sometimes causing the game itself to crash. For example:

+00:00:18.752 - TELL ERIK TO TELL GREG TO TELL JAKE: I just couldn't find anything given the query 'shield/25-35'. Somehow this ended up with the following query parameters:
+00:00:18.752 -
+00:00:18.752 - traitDb = shield
+00:00:18.752 - itemPowerMin = 22.4
+00:00:18.752 - itemPowerMax = 22.4
+00:00:18.752 - fuzziness = 6.9
+00:00:18.752 - specificType = pt_shield
+00:00:18.752 - basicType = pt_armor
+00:00:18.752 - modifierCount = 1
+00:00:18.752 - armorMaterial =
+00:00:18.752 - armorSkillType =
+00:00:18.753 - finish =
+00:00:18.753 - type = normal
+00:00:18.753 - CloneGo: pcontent query failed with request '#shield/25-35'
+00:00:18.753 - Failed to add item '#shield/25-35' to slot 'il_main'
+00:00:18.754 - TELL ERIK TO TELL GREG TO TELL JAKE: I just couldn't find anything given the query 'shield/25-35'. Somehow this ended up with the following query parameters:
+00:00:18.754 -
+00:00:18.754 - traitDb = shield
+00:00:18.754 - itemPowerMin = 22.4
+00:00:18.755 - itemPowerMax = 22.4
+00:00:18.755 - fuzziness = 7.8
+00:00:18.755 - specificType = pt_shield
+00:00:18.755 - basicType = pt_armor
+00:00:18.755 - modifierCount = 2
+00:00:18.755 - armorMaterial =
+00:00:18.755 - armorSkillType =
+00:00:18.755 - finish =
+00:00:18.755 - type = normal
+00:00:18.755 - CloneGo: pcontent query failed with request '#shield/25-35'
+00:00:18.755 - Failed to add item '#shield/25-35' to slot 'il_main'

-Taken from the Logs section in the Dungeon Siege Legends of Aranna folder.
Now, I've spent forever trying to figure this problem out, and for the life of me have not been able to find anything associated with stores. I know it's an issue with the parameterized content, and I though it might be my mod at first, so I took it off of my computer and tried again, but it still crashed. The only idea I have come up with is that Dungeon Siege somehow created a hidden folder of my mod somewhere else or something like that. Heck, I have no clue, and I've wasted hours on this thing. The map is fine except for this one issue as far as I can see.
So, if anyone out there either has a solution, or is willing to help, I'd be overwhelmed with joy. If it makes it easier, I can shoot them an email with the DSMAP and DSRES file attached.

Thanks in advance!
-A Newbie Modder