jpw1991 / chebs-necromancy

Cheb's Necromancy adds Necromancy to Valheim via craftable wands and structures. Minions will follow you, guard your base, and perform menial tasks.
The Unlicense
10 stars 4 forks source link

2.3.5: guardian wraith shouldn't drop fragments anymore #143

Closed jpw1991 closed 1 year ago

jpw1991 commented 1 year ago

Compiled version here

DeadMor0z commented 1 year ago

GuardianWrath is not summoning: [Error :ChebsNecromancy.Items.SpectralShroud] GuardianWraithCoroutine: spawning Wraith failed No other errors in log

DeadMor0z commented 1 year ago

After full game restart, GuardianSpirit started to appear. Error is gone too. Doesn't drop fragments anymore.

DeadMor0z commented 1 year ago

GuardianWrath is not summoning: [Error :ChebsNecromancy.Items.SpectralShroud] GuardianWraithCoroutine: spawning Wraith failed No other errors in log

I was able to reproduce this error: if game was started with SpectralShroudSpawnWraith option disabled and then enabled with Configuration Manager, then this error will happen and GuardianWraith will not appear. If game was started with that option enabled, then everything is ok, even if you disable/enable it later.

jpw1991 commented 1 year ago

Thanks for testing.

I was able to reproduce this error: if game was started with SpectralShroudSpawnWraith option disabled and then enabled with Configuration Manager, then this error will happen and GuardianWraith will not appear. If game was started with that option enabled, then everything is ok, even if you disable/enable it later.

That is because if it is disabled then the prefab itself isn't even loaded from the asset bundle. It's a feature not a bug because I did that intentionally, but I think it's a bad feature... I did not anticipate this problem. I opened an issue about that here and will fix it soon.