Jump to content
  • 0

help dispbottom


HD Scripts

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  183
  • Reputation:   15
  • Joined:  06/10/12
  • Last Seen:  

Change color of the dispbottom?

This is possible? o.O'

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  02/12/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  183
  • Reputation:   15
  • Joined:  06/10/12
  • Last Seen:  

hahaaa, i'm male yes ;)

@topic

right, then is a edit of hexed? but'm try so

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  02/12/12
  • Last Seen:  

You could try this, its another type of board message. And this is a green alert.

message strcharinfo(0),"place your message here";

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  183
  • Reputation:   15
  • Joined:  06/10/12
  • Last Seen:  

yeah, i try this too, but not a funcion...

but ok, i'm try others funcions to my hexed '-'

thank's

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  169
  • Topics Per Day:  0.04
  • Content Count:  1260
  • Reputation:   750
  • Joined:  11/19/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  183
  • Reputation:   15
  • Joined:  06/10/12
  • Last Seen:  

hmmm, yes, but 'm a sucker with source.

but modify this command, it is my will.. ;)

Link to comment
Share on other sites

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.

×
×
  • Create New...