
Originally Posted by
r3g
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.