Spuz
Without rain, nothing grows.
- Gender
- Male
- Guildcard
- 42002473
- Guildcard 2
- 42002669
After editing the colours i also added these ''Ephinea Items''.Posting if anyone wants (set to a light blue for my event items and the cell is yellow)
Thanks to @Matt, @Jyuki
Got everything perfect except the ''Kill counter'' doesn't have toggable options like the rest (not intergrated to solylib i assume). It's fine as I would just like to change the Font size from 1 to 1.5. If anyone knows what code I am looking to edit and in which lua let me know please.
Spent alot of hours yesterday perfecting it all as I wish for my new laptop. You guys are so boss with all this stuff. Props to you all!
Thanks to @Matt, @Jyuki
Code:
--EPHINEA ITEMS
t[ 0x03160C ] = { 0xFF00BFFF, true } -- DISK Vol.13 "Get It Up"
t[ 0x03160D ] = { 0xFF00BFFF, true } -- DISK Vol.14 "Flight"
t[ 0x03160E ] = { 0xFF00BFFF, true } -- DISK Vol.15 "Space Harrier"
t[ 0x03160F ] = { 0xFF00BFFF, true } -- DISK Vol.16 "Deathwatch"
t[ 0x031610 ] = { 0xFF00BFFF, true } -- DISK Vol.17 "Fly Me To The Moon"
t[ 0x031611 ] = { 0xFF00BFFF, true } -- DISK Vol.18 "Puyo Puyo"
t[ 0x031612 ] = { 0xFF00BFFF, true } -- DISK Vol.19 "Rhythm And Balance"
t[ 0x031613 ] = { 0xFF00BFFF, true } -- DISK Vol.20 "The Party Must Go On"
t[ 0x031005 ] = { 0xFF00BFFF, true } -- Event Egg
t[ 0x031006 ] = { 0xFF00BFFF, true } -- Summer Bronze Badge
t[ 0x031007 ] = { 0xFF00BFFF, true } -- Summer Silver Badge
t[ 0x031008 ] = { 0xFF00BFFF, true } -- Summer Gold Badge
t[ 0x031009 ] = { 0xFF00BFFF, true } -- Summer Platinum Badge
t[ 0x031705 ] = { 0xFF00BFFF, true } -- Viridia Badge
t[ 0x031706 ] = { 0xFF00BFFF, true } -- Greenill Badge
t[ 0x031707 ] = { 0xFF00BFFF, true } -- Skyly Badge
t[ 0x031708 ] = { 0xFF00BFFF, true } -- Blue Badge
t[ 0x031709 ] = { 0xFF00BFFF, true } -- Purplenum Badge
t[ 0x03170A ] = { 0xFF00BFFF, true } -- Pinkall Badge
t[ 0x03170B ] = { 0xFF00BFFF, true } -- Oran Badge
t[ 0x03170C ] = { 0xFF00BFFF, true } -- Yellowboze Badge
t[ 0x03170D ] = { 0xFF00BFFF, true } -- Whitill Badge
t[ 0x03180E ] = { 0xFFEEEE00, true } -- Heart of YN-1107
Got everything perfect except the ''Kill counter'' doesn't have toggable options like the rest (not intergrated to solylib i assume). It's fine as I would just like to change the Font size from 1 to 1.5. If anyone knows what code I am looking to edit and in which lua let me know please.
Spent alot of hours yesterday perfecting it all as I wish for my new laptop. You guys are so boss with all this stuff. Props to you all!