Oxxy 24 Posted June 1, 2015 (edited) Building plugins under WindowsBuilding plugins under LinuxWhat this plugin does?: It allows you to make your chat colored! New commands: 2 script commands:*color2hex(var) - converts the decimal value into hex, showing the color in #HEXFORMAT (like #FF0000);*setcolor(var) - sets CHAT_COLOR variable to var value; @color "HEX_COLOR";example usage: @color 0x0000FF - will set your chat color to Blue. Changelist: version 1.0: initial release Screenshots: Added other version of chat_color, now it doesn't disguise you and make you targetable, tho you can't see by yourself the color of your chat. That is done this way because the packet 0x2C1 actually was made to be used only by npcs. For you it will look like normal (green in chat, white above the head), others will see the true color(red, for example, if you set your @color 0xFF0000). :-) Example script to set color: prontera,150,150,6 script chat color 700,{ mes color2hex(CHAT_COLOR); mes CHAT_COLOR; if(select("close:set color value") == 1) close; input .@a$; setcolor(axtoi(.@a$)); close;} chat_color.c chat_colorA.c Edited June 1, 2015 by Oxxy 5 koko24, Quazi, Neo-Mind and 2 others reacted to this Share this post Link to post Share on other sites
Neo-Mind 264 Posted June 1, 2015 now thats handy 2 Oxxy and evilpuncker reacted to this Share this post Link to post Share on other sites
evilpuncker 504 Posted June 1, 2015 very handy indeed Share this post Link to post Share on other sites
Oxxy 24 Posted June 1, 2015 when i type a msg. my GM sprite gone.. why is this happening??.. and my character become targetable.. not yet saying any msg. after typing a msg.. and become targetable.. Because of this Share this post Link to post Share on other sites
Dastgir 1246 Posted June 1, 2015 when i type a msg. my GM sprite gone.. why is this happening??.. and my character become targetable.. not yet saying any msg. after typing a msg.. and become targetable.. Because of this Great, a feature to remove gm sprites in game, now make a command to put them back Share this post Link to post Share on other sites
Oxxy 24 Posted June 1, 2015 (edited) when i type a msg. my GM sprite gone.. why is this happening??.. and my character become targetable.. not yet saying any msg. after typing a msg.. and become targetable.. Because of this Great, a feature to remove gm sprites in game, now make a command to put them back It does remove it only for a short amount of time and other players see you using GM sprite anyway :-) Edited June 1, 2015 by Oxxy Share this post Link to post Share on other sites
loliserver 0 Posted June 30, 2015 Is possible only name color? Share this post Link to post Share on other sites
Oxxy 24 Posted July 1, 2015 Is possible only name color? Name coloring requires doing some reverse engineering with exe. Its not about the sources only. So, its not possible with this modification. Share this post Link to post Share on other sites
ossi0110 200 Posted July 1, 2015 Is possible only name color? Name coloring requires doing some reverse engineering with exe. Its not about the sources only. So, its not possible with this modification. correrct only possibel with Client Reverse Enging Share this post Link to post Share on other sites
Dastgir 1246 Posted July 1, 2015 Is possible only name color? Name coloring requires doing some reverse engineering with exe. Its not about the sources only. So, its not possible with this modification. correrct only possibel with Client Reverse Enging Share it 1 loliserver reacted to this Share this post Link to post Share on other sites
loliserver 0 Posted July 1, 2015 Is possible only name color? Name coloring requires doing some reverse engineering with exe. Its not about the sources only. So, its not possible with this modification. correrct only possibel with Client Reverse Enging Share it Can you tell us how to do that? Share this post Link to post Share on other sites
Oxxy 24 Posted July 1, 2015 (edited) Is possible only name color? Name coloring requires doing some reverse engineering with exe. Its not about the sources only. So, its not possible with this modification. correrct only possibel with Client Reverse Enging Share it Can you tell us how to do that? As I said, its paid modification that requires reverse engineering skills. I could give you a contact of a man, that sells it for 35$ tbh, lets keep the topic clean, guyz. Edited July 1, 2015 by Oxxy Share this post Link to post Share on other sites
Mystery 594 Posted July 2, 2015 Yes. Please stay on topic. If you want more questions regarding the name colour, open a new topic or get in contact. Share this post Link to post Share on other sites
REKT 10 Posted September 8, 2015 Is possible only name color? Name coloring requires doing some reverse engineering with exe. Its not about the sources only. So, its not possible with this modification. correrct only possibel with Client Reverse Enging How to make like this? only or a GM only 'red' with their names? Share this post Link to post Share on other sites
evilpuncker 504 Posted August 28, 2020 @Oxxy this need an update to work on latest hercules Share this post Link to post Share on other sites