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

3.1.0: prepare battle neckro; add possible fix to frozen minions problem #198

Closed jpw1991 closed 1 year ago

jpw1991 commented 1 year ago

Made possible fix to frozen minions problem but further testing is needed:

Client checks & claims ZDO ownership if it owns the minions when issuing commands:

                if (!character.IsOwner())
                {
                    character.m_nview.ClaimOwnership();
                }

Cheb's Valheim Library MR