Not working

could someone fix it please

160 Arkan - Failed to compile: 'SkeletonProperties.BoneProperty' does not contain a definition for 'name' and no accessible extension method 'name' accepting a first argument of type 'SkeletonProperties.BoneProperty' could be found (are you missing a using directive or an assembly reference?) | Line: 1161, Pos: 84

thanks

I have same problem. Please fix it <3

same here.

[Serializable]
    public class BoneProperty
    {
        // Token: 0x04003F30 RID: 16176
        public GameObject bone;

        // Token: 0x04003F31 RID: 16177
        public string boneName;

        // Token: 0x04003F32 RID: 16178
        public global::HitArea area;
    }

wait w

Merged post

Perhaps we can change the 1050-line code

from

var _bodyPart = entity?.skeletonProperties?.FindBone(info.HitBone)?.name?.english ?? "";

to

var _bodyPart = info.boneName ?? "";

to make the plugin functional. Since I have no way to trigger norecoil or aim, I cannot test whether the correct bone name information can be retrieved.

i have done a fix i belive im not sure how else we can update it but heres a link if it will let me Arkan 1.0.22

RYGNation

i have done a fix i belive im not sure how else we can update it but heres a link if it will let me. hope it helps Arkan 1.0.22

i am providing video proof to see its working i am no pro i just thought i would try and it seems to work  Arkan Vid Test

RYGNation

i am providing video proof to see its working i am no pro i just thought i would try and it seems to work  Arkan Vid Test

 Error while compiling Arkan: } expected | Line: 3642, Pos: 87 

hey man im having this error

Drophix

 Error while compiling Arkan: } expected | Line: 3642, Pos: 87 

hey man im having this error

i will look into this now

Drophix

 Error while compiling Arkan: } expected | Line: 3642, Pos: 87 

hey man im having this error

you get this error with the one i sent? line 3642 should be: curFiredTime = curFiredProjectile.firedTime.Ticks;   let me test this on another server quick

RYGNation

you get this error with the one i sent? line 3642 should be: curFiredTime = curFiredProjectile.firedTime.Ticks;   let me test this on another server quick

glad its working now with the arkan.json