- 0
Sign in to follow this
Followers
0
Where are the messages Hercules outputs in Logs and how to change color?
Asked by
Zirius
-
Recently Browsing 0 members
No registered users viewing this page.

Hello! If we allow to show exp gained/zeny gain in exp.conf
Hercules succesfully displays it, but how can I modify the message and the color? Green is lame I think. LOL.
UPDATE. How to change the color of "clif_disp_onlyself" output by src/map/pc.c?
if(sd->state.showexp) { char output[256]; sprintf(output, "Experience Gained Base:%u (%.2f%%) Job:%u (%.2f%%)",base_exp,nextbp*(float)100,job_exp,nextjp*(float)100); clif_disp_onlyself(sd,output,strlen(output)); }Edited by ZiriusShare this post
Link to post
Share on other sites