Jump to content

Recommended Posts

Usually, I'd say we need your mod as a zip-file, and we may still. But your error seems to stem from kitsura.lua line 896 calling AddTag on an entity that isn't there. It might be because you're calling AddTag without using the : notation, as in inst:AddTag

I don't get any errors when resurrecting at a firepit (using the mod Campfire Resurrection).

I did get an error as soon as I entered the server, though, which can be fixed by changing line 24 in kitsura.lua from

inst.components.locomotor:SetAttackPeriod(0.6)

to

inst.components.combat:SetAttackPeriod(0.6)

 

I don't get any errors when resurrecting at a firepit (using the mod Campfire Resurrection).

I did get an error as soon as I entered the server, though, which can be fixed by changing line 24 in kitsura.lua from

inst.components.locomotor:SetAttackPeriod(0.6)

to

inst.components.combat:SetAttackPeriod(0.6)

This error might be related to the resurrection bug, though.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...