Jump to content
  • 0

How to change clif_displaymessage?


Question

Posted (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 by Altimage

5 answers to this question

Recommended Posts

Posted (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 by QQfoolsorellina

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...