0.7.126 Linux: "Iron mace" quest item uses Elven color [NOT REPRODUCED]

Locked

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: 0.7.126 Linux: "Iron mace" quest item uses Elven color

Post by Interkarma »

Reattached save so not hosted externally.

The item data has properties to use SilverOrElven dye with a material value of 0 (iron).

Code: Select all

"nativeMaterialValue": 0,
"dyeColor": "SilverOrElven",
Changing the nativeMaterialValue to 2 (silver) or 3 (elven) syncs these up again.

Not sure how this data ended up in this state. Possibly due to the item being quest-related. I haven't been able to reproduce at this time.

Based on the age of this one, and that nobody else has raised this issue, this problem is likely unique or already resolved. I'll close this one out and we can open again later if needed.
Attachments
Erroneous iron mace.zip
(177.78 KiB) Downloaded 81 times

Locked