Infinest is buggy or laggy, excuse you. You just have a fucked up PC. Period.
On topic, maybe you should ask Infinest how he did it xD
GL with that.
I was trying to use the new sourcecode to change the social column to act like the armor/accessory section that would mean 5 additional accessory effects and bonuses and 3 addition armor bonuses...
I tried setting the Main.tooltip.social to false, and then setting the slot number from 8 to 16, but that didnt seem to work. Anyone have a clue, I know infinest did it, but I want a clean client rather than infinest, as its buggy and laggy.
Infinest is buggy or laggy, excuse you. You just have a fucked up PC. Period.
On topic, maybe you should ask Infinest how he did it xD
GL with that.
Why, how rude and pathetic, do yourself a favor and try to stay on topic or not post at all. I got a way better pc to run any game around yours. So, erm, yes its shitty and buggy. And for what its worth, he destroys servers that try to make players have a legit game, since he SELLS an anti-cheat from what I heard. Excuse me for trying to run an honest community while you pricks try to destroy it.
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.
Last edited by r3g; 04-12-2014 at 10:37 AM.
MintyLolz (11-02-2014),supervoltage (04-21-2014)