soul bound help

Post here if you need help getting started with Daggerfall Unity or just want to clarify a potential bug. Questions about playing or modding classic Daggerfall should be posted to Community.
Post Reply
Regnier
Posts: 374
Joined: Wed Oct 02, 2019 6:26 am

soul bound help

Post by Regnier »

is my soul binding bugged? i add the dragonling soul but it doesnt change the enchant points.

its not just visual, it wont let you enchant if its over that value.

Let me know if you can recreate it. thanks
Attachments
SAVE220.zip
(504.32 KiB) Downloaded 50 times

User avatar
Jay_H
Posts: 4061
Joined: Tue Aug 25, 2015 1:54 am
Contact:

Re: soul bound help

Post by Jay_H »

I tested it in 0.13.1 and have the same problem. I loaded your save data and looked at the soul trap:

Code: Select all

"uid": 33784340,
                    "shortName": "Soul Trap",
                    "nativeMaterialValue": 0,
                    "dyeColor": "SilverOrElven",
                    "weightInKg": 0.25,
                    "drawOrder": 0,
                    "value1": 5000,
                    "value2": 0,
                    "hits1": 1000,
                    "hits2": 1000,
                    "hits3": 0,
                    "stackCount": 1,
                    "enchantmentPoints": 3000,
                    "message": 0,
                    "legacyMagic": null,
                    "customMagic": null,
                    "playerTextureArchive": 0,
                    "playerTextureRecord": 0,
                    "worldTextureArchive": 254,
                    "worldTextureRecord": 3,
                    "itemGroup": "MiscItems",
                    "groupIndex": 1,
                    "currentVariant": 0,
                    "isQuestItem": false,
                    "questUID": 0,
                    "questItemSymbol": null,
                    "trappedSoulType": "Dragonling",
                    "className": null,
                    "poisonType": "None",
                    "potionRecipe": 0,
                    "repairData": null,
                    "timeForItemToDisappear": 0,
                    "timeHealthLeechLastUsed": 0,
                    "$version": "v1"
Nothing out of the ordinary to me, so I suppose the next step is to try other souls and see if they are also bugged.

Regnier
Posts: 374
Joined: Wed Oct 02, 2019 6:26 am

Re: soul bound help

Post by Regnier »

i didnt read UESP close enough...only the quest dragonling is affects ep...big waste of time lol...

ill try to find ancient lich and vampire instead...damn

thanks for looking into it.

User avatar
Jay_H
Posts: 4061
Joined: Tue Aug 25, 2015 1:54 am
Contact:

Re: soul bound help

Post by Jay_H »

Ah, that indeed was it then. Well, at least we have the answer now :)

Post Reply