Quote Originally Posted by r3g View Post
Marcus101RR, open Player.cs, look for public void UpdatePlayerEquips(int i) then change:

for (int j = 0; j < 8; j++) , for (int k = 3; k < 8; k++) and for (int l = 3; l < 8; l++)

to

for (int j = 0; j < 16; j++) , for (int k = 3; k < 16; k++) and for (int l = 3; l < 16; l++)

So far it works. However, "Equipped in social slot, no stats will be gained" message still show up.
Thank you sir, i will test it and give you feed back, you may just earn yourself a rep point unlike the kid above.