AnnieRuru
~~Cute~Cute~Scripter~~
- Messages
- 1,677
- Points
- 0
- Location
- your next door ~
- Discord
- AnnieRuru#1609
- Github
- AnnieRuru
- Emulator
- Client Version
- 2019-05-30aRagexeRE
I've always wanted to suggest this
add this into dbconst.txt
COLOR_Aqua 0x00FFFFCOLOR_Black 0x000000COLOR_Blue 0x0000FFCOLOR_Gray 0x808080COLOR_Green 0x008000COLOR_Lime 0x00FF00COLOR_Maroon 0x800000COLOR_Navy 0x000080COLOR_Olive 0x808000COLOR_Orange 0xFFA500COLOR_Purple 0x800080COLOR_Red 0xFF0000COLOR_Silver 0xC0C0C0COLOR_Teal 0x008080COLOR_White 0xFFFFFFCOLOR_Yellow 0xFFFF00COLOR_Pink 0xFFC0CBCOLOR_Chocolate 0xD2691ECOLOR_Cyan 0x00FFFFCOLOR_Gold 0xFFD700COLOR_Violet 0xEE82EE
then when you script, you can just refer to constant file to get your color
no numbers ... and it also tells you which color for the announcement
prontera,162,180,5 script aasdf 100,{ announce "test color", bc_all, COLOR_Aqua; announce "test color", bc_all, COLOR_Black; announce "test color", bc_all, COLOR_Blue;// announce "test color", bc_all, COLOR_Fuchsia; // not working announce "test color", bc_all, COLOR_Gray; announce "test color", bc_all, COLOR_Green; announce "test color", bc_all, COLOR_Lime; announce "test color", bc_all, COLOR_Maroon; announce "test color", bc_all, COLOR_Navy; announce "test color", bc_all, COLOR_Olive; announce "test color", bc_all, COLOR_Orange; announce "test color", bc_all, COLOR_Purple; announce "test color", bc_all, COLOR_Red; announce "test color", bc_all, COLOR_Silver; announce "test color", bc_all, COLOR_Teal; announce "test color", bc_all, COLOR_White; announce "test color", bc_all, COLOR_Yellow; announce "test color", bc_all, COLOR_Pink; announce "test color", bc_all, COLOR_Chocolate; announce "test color", bc_all, COLOR_Cyan; announce "test color", bc_all, COLOR_Gold; announce "test color", bc_all, COLOR_Violet; end;}
MAGIC !

.
.
.
.
Add all of these ?
http://www.w3schools.com/html/html_colornames.asp
maybe too many ?
or just a few that frequently use enough ?
edit: I think just 17 colors enough ?
I mean 18, plus Pink
add this into dbconst.txt
COLOR_Aqua 0x00FFFFCOLOR_Black 0x000000COLOR_Blue 0x0000FFCOLOR_Gray 0x808080COLOR_Green 0x008000COLOR_Lime 0x00FF00COLOR_Maroon 0x800000COLOR_Navy 0x000080COLOR_Olive 0x808000COLOR_Orange 0xFFA500COLOR_Purple 0x800080COLOR_Red 0xFF0000COLOR_Silver 0xC0C0C0COLOR_Teal 0x008080COLOR_White 0xFFFFFFCOLOR_Yellow 0xFFFF00COLOR_Pink 0xFFC0CBCOLOR_Chocolate 0xD2691ECOLOR_Cyan 0x00FFFFCOLOR_Gold 0xFFD700COLOR_Violet 0xEE82EE
then when you script, you can just refer to constant file to get your color
no numbers ... and it also tells you which color for the announcement
prontera,162,180,5 script aasdf 100,{ announce "test color", bc_all, COLOR_Aqua; announce "test color", bc_all, COLOR_Black; announce "test color", bc_all, COLOR_Blue;// announce "test color", bc_all, COLOR_Fuchsia; // not working announce "test color", bc_all, COLOR_Gray; announce "test color", bc_all, COLOR_Green; announce "test color", bc_all, COLOR_Lime; announce "test color", bc_all, COLOR_Maroon; announce "test color", bc_all, COLOR_Navy; announce "test color", bc_all, COLOR_Olive; announce "test color", bc_all, COLOR_Orange; announce "test color", bc_all, COLOR_Purple; announce "test color", bc_all, COLOR_Red; announce "test color", bc_all, COLOR_Silver; announce "test color", bc_all, COLOR_Teal; announce "test color", bc_all, COLOR_White; announce "test color", bc_all, COLOR_Yellow; announce "test color", bc_all, COLOR_Pink; announce "test color", bc_all, COLOR_Chocolate; announce "test color", bc_all, COLOR_Cyan; announce "test color", bc_all, COLOR_Gold; announce "test color", bc_all, COLOR_Violet; end;}
MAGIC !

.
.
.
.
Add all of these ?
http://www.w3schools.com/html/html_colornames.asp
maybe too many ?
or just a few that frequently use enough ?
edit: I think just 17 colors enough ?
I mean 18, plus Pink
Last edited by a moderator: