Thread: Item Name Colours when you have more than x amount.

Page 1 of 3 123 LastLast
Results 1 to 10 of 26
  1. #1 Item Name Colours when you have more than x amount. 
    Registered Member

    Join Date
    Sep 2006
    Age
    28
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    Here you go

    In client.java search for:

    Code:
    aClass30_Sub2_Sub1_Sub4_1270.method385(0xffff00, method43(-33245, k10), j6 + 9 + j7, 822, k5 + k6);
    Replace with:

    Code:
    											if(k10 >= 1000000)
                                                aClass30_Sub2_Sub1_Sub4_1270.method385(0x00ff80, method43(-33245, k10), j6 + 9 + j7, 822, k5 + k6);
    											else if(k10 >= 100000)
                                                aClass30_Sub2_Sub1_Sub4_1270.method385(0xffffff, method43(-33245, k10), j6 + 9 + j7, 822, k5 + k6);
    											else
    											aClass30_Sub2_Sub1_Sub4_1270.method385(0xffff00, method43(-33245, k10), j6 + 9 + j7, 822, k5 + k6);
    Smile.

    Nice and easy eh?
    I'm back
    Reply With Quote  
     

  2. #2  
    Thecowman
    Guest
    So this like makes it go white when you have 100k? etc. If so then very nice james. Im sure all servers will have this now lol.

    >Thecowman
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Sep 2006
    Age
    28
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    Exactly. I am not 100% sure if 0x000000 is for white but you can change it

    EDIT: Code is 0xffffff. I updated the tut.
    I'm back
    Reply With Quote  
     

  4. #4  
    Registered Member
    Pablo's Avatar
    Join Date
    Oct 2007
    Age
    27
    Posts
    808
    Thanks given
    0
    Thanks received
    0
    Rep Power
    91
    Hey I wanted this thanks.
    [Today 09:32 PM] Im An Angel: You didnt have to tell everyone.
    [Today 09:32 PM] Shiver: Ur dick is small stfu
    Reply With Quote  
     

  5. #5  
    x19
    Guest
    Thanks for this james ***+ for this great find.
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Sep 2007
    Age
    27
    Posts
    523
    Thanks given
    0
    Thanks received
    2
    Rep Power
    89
    Thanks r*3p++. You're always ahead of the rest of us =]
    Reply With Quote  
     

  7. #7  
    Skillz
    Guest
    I you james, thanks for this.
    Reply With Quote  
     

  8. #8  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,881
    Thanks given
    1,854
    Thanks received
    4,741
    Rep Power
    5000
    herp derp old post



    Reply With Quote  
     

  9. #9  
    Horn ( old )
    Guest
    LOL lots of positive comments i used this thanks
    Reply With Quote  
     

  10. #10  
    Registered Member
    JakobWolthers's Avatar
    Join Date
    Aug 2007
    Age
    28
    Posts
    616
    Thanks given
    16
    Thanks received
    3
    Rep Power
    84
    Thank's James your TUT'S is awesome

    i'll add it to my client
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •