[PI/Slashscape]Fixing ugly money colours

Discussion in 'RuneScape Miscellaneous' started by Royal Crown, Jul 8, 2010.

Thread Status:
Not open for further replies.
[PI/Slashscape]Fixing ugly money colours
  1. Unread #1 - Jul 8, 2010 at 1:52 PM
  2. Royal Crown
    Joined:
    Jul 4, 2010
    Posts:
    77
    Referrals:
    0
    Sythe Gold:
    0

    Royal Crown Member
    Banned

    [PI/Slashscape]Fixing ugly money colours

    Simple -
    Client.java Search for -
    Code:
    if(k10 >= 10000000)
    Replace it with -
    Code:
    if(k10 >= 10000000)
    smallText.method385(0x00FF80,intToKOrMil(k10), j6 + 9 + j7, k5 + k6);
    or if you want correct shadowing -
    Code:
    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
    [​IMG]
    After
    [​IMG]
    Also posted on R-S
    100% Credits to me
     
< [PI/Slashscape]Adding skillcape emote button | [317]How to load sprite through the cache >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site