Altimage Posted November 24, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 96 Reputation: 1 Joined: 03/07/12 Last Seen: January 19, 2023 Share Posted November 24, 2012 (edited) How to chage display clif_displaymessage to dispom color in src? clif_displaymessage (sd->fd, msg_txt(263)); change to dispom color[red] Edited November 24, 2012 by Altimage Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 24, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted November 24, 2012 http://rathena.org/board/topic/72457-chat-color-change/#entry148451 try it Quote Link to comment Share on other sites More sharing options...
Altimage Posted November 24, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 96 Reputation: 1 Joined: 03/07/12 Last Seen: January 19, 2023 Author Share Posted November 24, 2012 thk so much hm, sorry i need to change clif_displaymessage (sd->fd, msg_txt(263)) show in Dispbottom, How to change it? Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 24, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted November 24, 2012 thk so much hm, sorry i need to change clif_displaymessage (sd->fd, msg_txt(263)) show in Dispbottom, How to change it? see how he did and do same thing Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted November 24, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted November 24, 2012 (edited) void clif_broadcast2(struct block_list* bl, const char* mes, int len, unsigned long fontColor, short fontType, short fontSize, short fontAlign, short fontY, enum send_target target) you can try this clif_broadcast2( &sd->bl, msg_txt(263), strlen(msg_txt(263)) +1 , strtol("0x38FF38", NULL, 0), 0x190, 12, 0, 0, SELF); 0x38FF38 is color Edited November 24, 2012 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Altimage Posted November 24, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 96 Reputation: 1 Joined: 03/07/12 Last Seen: January 19, 2023 Author Share Posted November 24, 2012 Oh thkz Quote Link to comment Share on other sites More sharing options...
Question
Altimage
How to chage display clif_displaymessage to dispom color in src?
clif_displaymessage (sd->fd, msg_txt(263)); change to dispom color[red]
Edited by AltimageLink to comment
Share on other sites
5 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.