Jump to content

Recommended Posts

Posted

[shadow=red,left]Today i think to make something funny. i have bad java skills so i decide to make different name colors between races. it's very simple code.

 

Here it is[/shadow]

http://pastebin.com/MqzWNHBe

 

[shadow=red,left]Hope someone will need it.

 

Colors List:[/shadow]

Humans

Elfs

Dark Elfs

Orcs

Dwarfs

 

 

 

[shadow=red,left]Credits to me[/shadow]

Posted

1) Improper hide. 200 posts? Even B1ggBoss's codes aren't hidden for that much.

2) Pff, more checks, more useless lines >_> Next thing will be blue name for males and pink for females..

Posted

 

2) Pff, more checks, more useless lines >_> Next thing will be blue name for males and pink for females..

You have great inspiration!In max 1 week it will be implemented
Posted

No! Come on!

I mean.. I was just joking :x

Or another

different colour for each rank

 

Different for Vagabond

different for Baron

different for Marquis

etc

Posted

Or another

different colour for each rank

 

Different for Vagabond

different for Baron

different for Marquis

etc

 

Anyway, the conclusion is that we can have tons of such codes, and they are pretty useless..

Posted

Anyway, the conclusion is that we can have tons of such codes, and they are pretty useless..

Last offtopic post

 

someone should make an 'AIO' of them

  • 1 month later...
Posted

how about if i want to set my own colors?

#

case human:

                    player.getAppearance().setNameColor(0xff7f00);

              break;

              case elf:

                      player.getAppearance().setNameColor(0xff0000);

              break;

              case darkelf:

                      player.getAppearance().setNameColor(0x00ffff);

              break;

              case orc:

                      player.getAppearance().setNameColor(0x0099ff);

              break;

              case dwarf:

                      player.getAppearance().setNameColor(0x70db93);

 

where can i find codes for other colors?

Posted

Hmm it seems intresting.

May i test it to see if really works ;)

Anyway thnx for share

it is working tested on interlude.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock