This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Stats.mod color

Discussion of Eggdrop's code and module programming in C.
Post Reply
F
FLCL
Voice
Posts: 2
Joined: Thu Sep 29, 2005 5:16 pm

Stats.mod color

Post by FLCL »

Hi

Is there any way to chage the default colors of the nick table in stats.mod?

see here what i say: Link

what i want to change is that blue-to-black listing, put it in my own colors.

Thanks.
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

open livestats.c and search for 'wert = table_color', the following codes seems to be the generation for the color flow (you will find multiple simliar pattern with that string)
base color is determined by table_color and fade_table_to which is defined in stats.c and linked to the tcl vars $table-color and $fade-table-to.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
F
FLCL
Voice
Posts: 2
Joined: Thu Sep 29, 2005 5:16 pm

Post by FLCL »

Uhmm, i'm gonna try that.
Thanks

EDIT: Solved. :D I simply changed those values in stats.conf and voilá: color change!

thaks again.
Post Reply