So I've increased the amount of stones you can carry to 1 million in weightoverloading.cs so you can carry it without being overloaded now.

The problem is everything works fine except there is still this annoying message popping up that I can't seem to locate in the scripts! Could anyone help me find this message in the scripts please?

13593
Post automatically merged:

I got it to go away... thanks (playermobile.cs)
C#:
        public override int MaxWeight { get { return (((Core.ML && Race == Race.Human) ? 100 : 40) + (int)(6666 * Str)); } }
 
Last edited:
Back