Zyganas Posted April 4, 2015 Posted April 4, 2015 (edited) Hello guys, im looking for simple systemmsg file without any texts on the screen and so on. Only with colorful damage chat. So if somebody have this kind of systemmsg, could u guys put it here? Thanks :) Edited April 5, 2015 by Zyganas
SweeTs Posted April 5, 2015 Posted April 5, 2015 bump Use the godamn BUMP button when available. Do not spam after H hours -.-
SweeTs Posted April 5, 2015 Posted April 5, 2015 (edited) You can easily make it on your own. Take clean file and find lines which you want to colorize. rgba[0] rgba[1] rgba[2] rgba[3] blue green red alpha 79 9B B0 FF grey 00 BE FF FF yellow F1 61 00 FF blue 00 38 FF FF orange 19 D5 4A FF green 48 15 FF FF red FF E1 78 FF cyaneous A7 28 F4 FF pink Use the following method to convert all your favourite colours saved in hexadecimal code to RGBA used in L2 client: 1) Divide code for 3 pieces, with every piece for 2 signs. Eg; #112233 becomes 11 22 33 2) Reverse pieces order: 33 22 11 3) Add Alpha parameter ('FF') at the end of code: 33 22 11 FF 4) Received color code pieces insert in the appropriate columns in the file Edited April 5, 2015 by SweeTs
Zyganas Posted April 5, 2015 Author Posted April 5, 2015 You can easily make it on your own. Take clean file and find lines which you want to colorize. okay, thank you. :)
Recommended Posts