HD Scripts Posted June 21, 2012 Posted June 21, 2012 Change color of the dispbottom? This is possible? o.O' Quote
herenow Posted June 21, 2012 Posted June 21, 2012 (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 June 21, 2012 by Tribbiani Quote
HD Scripts Posted June 21, 2012 Author Posted June 21, 2012 hahaaa, i'm male yes @topic right, then is a edit of hexed? but'm try so Quote
herenow Posted June 21, 2012 Posted June 21, 2012 You could try this, its another type of board message. And this is a green alert. message strcharinfo(0),"place your message here"; Quote
HD Scripts Posted June 21, 2012 Author Posted June 21, 2012 yeah, i try this too, but not a funcion... but ok, i'm try others funcions to my hexed '-' thank's Quote
Ind Posted June 21, 2012 Posted June 21, 2012 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); Quote
HD Scripts Posted June 21, 2012 Author Posted June 21, 2012 hmmm, yes, but 'm a sucker with source. but modify this command, it is my will.. Quote
Question
HD Scripts
Change color of the dispbottom?
This is possible? o.O'
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.