Jump to content

Question

6 answers to this question

Recommended Posts

Posted (edited)

Nope.

But there must have some source edition with some diferent color message. Cause i dont really think you can change the colors of the board alerts, the hexed controls they're colors i think. So you would have to send a diferent type o board message.

@edit

o.O you are male? great plastic surgery

Edited by Tribbiani
Posted

with a source edit you can modify it to use any color you like, some weeks ago I've added support for a colour message stuff which supports any of the 16 million rgb colours. we current use it for custom reg ("error") messages e.g. in pc.c

				if( e_tick > 99 )
					sprintf(e_msg,"Item Failed. [%s] is cooling down. wait %.1f minutes.",
									itemdb_jname(sd->status.inventory[n].nameid),
									(double)e_tick / 60);
				else
					sprintf(e_msg,"Item Failed. [%s] is cooling down. wait %d seconds.",
									itemdb_jname(sd->status.inventory[n].nameid),
									e_tick);

clif_colormes(sd,COLOR_RED,e_msg);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...