Thread: [Re-Released]Change floor color

Results 1 to 5 of 5
  1. #1 [Re-Released]Change floor color 
    Donator


    Join Date
    Sep 2007
    Age
    24
    Posts
    2,430
    Thanks given
    127
    Thanks received
    508
    Rep Power
    386
    ok this is not mine at all i keep backups of tuts tho
    Simple lil hack to make snow

    Well Kevin knows his way, and I know my way, my way is alot simpler.

    Open up class22.java

    Add:

    Code:
    import java.io.*;
    import java.awt.Color;
    import java.io.PrintStream;
    Find:

    Code:
    if(i == 1)
    {
    anInt390 = class30_sub2_sub2.method412();
    Under it add:


    Code:
    anInt390 = Brandoncolorid;
    Now find:


    Code:
    public Class22()
    Replace it with:


    Code:
    public Class22()
    {
    color = new Color(250, 250, 250);
    Brandoncolorid = color.getRGB();
    s = "";
    anInt391 = -1;
    aBoolean393 = true;
    }
    Above:

    Code:
    private boolean aBoolean385;
    Add:


    Code:
    Color color;
    int Brandoncolorid;
    public String s;
    Simple close and compile and you are now done


    RGB color list [Only registered and activated users can see links. ]

    How to change the colors and such
    Find the
    Code:
    color = new Color(250, 250, 250);And then go to
    [Only registered and activated users can see links. ]
    i used

    Code:
    240 255 240 f0fff0 honeydewso i changed the

    Code:
    color = new Color(250, 250, 250);to

    Code:
    color = new Color(240, 255, 240);then i ended up with


    Want more colors than what is on the RGB color list?

    Go to
    [Only registered and activated users can see links. ]
    When you are there you will see somthink called
    « enter 6-digit HEX code
    IN there you can enter any 6 digit number of a html color i.e 99FF33 That will give you 153 255 51 RGB color to make your new floor

    Or a photoshop number i.e 82700f that will give you a goldise kind of theme Rpg colors are
    130 112 15

    So you can get your html colors from [Only registered and activated users can see links. ]

    or were ever you go so lets test it ill say i want a light blue going into a dark ground ill get my photoshop digits that will be 0f7382 enter it into the geneator RRGB colors will = 15 115 130

    So i replace the
    color = new Color(250, 250, 250);
    with
    color = new Color(15, 115, 130);

    And ill come out with

    Credits go to T X
     

  2. #2  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    You got permission to post this?
     

  3. #3  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    30
    Posts
    6,023
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    Quote Originally Posted by D E T R O I T View Post
    You got permission to post this?
    Does it matter?


    Do you have permission to be using Jagex's clients?


    Didn't think so, be Quite.
     

  4. #4  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,784
    Discord
    View profile
    Rep Power
    5000
    If i remember, i did this a while ago, and it changes the ENTIRE floor to that colour, not certain parts like grass etc..just if anyone is curious.

    But i could be wrong since this is alot more lengthy than the tutorial i had to do when i changed my floor colour.

     

  5. #5  
    Member Market Banned Market Banned

    Zee Best's Avatar
    Join Date
    Feb 2007
    Age
    29
    Posts
    3,036
    Thanks given
    24
    Thanks received
    210
    Rep Power
    1171
    LMFAO at the
    Code:
    brandoncolour
    This tutorial was released by TX and has been leeched basically, however it is also against the rules to post tutorial's or downloads from other people without permission, so locked.


    [Only registered and activated users can see links. ]
     


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
  •