Purpose: Fixing pickup glitch when item is on floor for item ids over the cache limit
Difficulty: 1/10
Assumed Knowledge: How to follow directions
Classes Modified: Client.Java
Procedure
Step 1: Ok this tutorial will show you how to fix the "..." option when you try to pickup an item that is over the cache limit on a custom client. first open client.Java and search for
Code:
if(class8.aStringArray168 != null && class8.aStringArray168[j3] != null)
{
aStringArray1199[anInt1133] = class8.aStringArray168[j3] + " @[email protected]" + class8.aString170;
if(j3 == 0)
anIntArray1093[anInt1133] = 652;
if(j3 == 1)
anIntArray1093[anInt1133] = 567;
if(j3 == 2)
anIntArray1093[anInt1133] = 234;
if(j3 == 3)
anIntArray1093[anInt1133] = 244;
if(j3 == 4)
anIntArray1093[anInt1133] = 213;
anIntArray1094[anInt1133] = class30_sub2_sub4_sub2.anInt1558;
anIntArray1091[anInt1133] = i1;
anIntArray1092[anInt1133] = j1;
anInt1133++;
} else
Step 2: Delete that whole code, close and save client.Java
Step 3: Compile, Run and then you see it has worked! Enjoy!
Credits: Lumby (Me) i am Mopar roks on moparscape