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);
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. ]