Adam
July 3rd, 2010, 00:07
Simple -
Client.java Search for -
if(k10 >= 10000000)
Replace it with -
if(k10 >= 10000000)
smallText.method385(0x00FF80,intToKOrMil(k10), j6 + 9 + j7, k5 + k6);
or if you want correct shadowing -
smallText.method385(0, intToKOrMil(k10), j6 + 10 + j7, k5 + 1 + k6);
if(k10 > 99999 && k10 < 10000000 ) {
smallText.method385(0xFFFFFF, intToKOrMil(k10), j6 + 9 + j7, k5 + k6);
} else if(k10 > 9999999){
smallText.method385(0x00ff80, intToKOrMil(k10), j6 + 9 + j7, k5 + k6);
} else{
smallText.method385(0xFFFF00, intToKOrMil(k10), j6 + 9 + j7, k5 + k6);
}
kthxbaidone
Before
Only the registered members can see the link.
After
Only the registered members can see the link.
Also posted on R-S
Client.java Search for -
if(k10 >= 10000000)
Replace it with -
if(k10 >= 10000000)
smallText.method385(0x00FF80,intToKOrMil(k10), j6 + 9 + j7, k5 + k6);
or if you want correct shadowing -
smallText.method385(0, intToKOrMil(k10), j6 + 10 + j7, k5 + 1 + k6);
if(k10 > 99999 && k10 < 10000000 ) {
smallText.method385(0xFFFFFF, intToKOrMil(k10), j6 + 9 + j7, k5 + k6);
} else if(k10 > 9999999){
smallText.method385(0x00ff80, intToKOrMil(k10), j6 + 9 + j7, k5 + k6);
} else{
smallText.method385(0xFFFF00, intToKOrMil(k10), j6 + 9 + j7, k5 + k6);
}
kthxbaidone
Before
Only the registered members can see the link.
After
Only the registered members can see the link.
Also posted on R-S