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.
Discussion of Eggdrop's code and module programming in C.
FLCL
Voice
Posts: 2 Joined: Thu Sep 29, 2005 5:16 pm
Post
by FLCL » Thu Sep 29, 2005 5:24 pm
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.
De Kus
Revered One
Posts: 1361 Joined: Sun Dec 15, 2002 11:41 am
Location: Germany
Post
by De Kus » Thu Sep 29, 2005 5:49 pm
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...
FLCL
Voice
Posts: 2 Joined: Thu Sep 29, 2005 5:16 pm
Post
by FLCL » Fri Sep 30, 2005 7:34 am
Uhmm, i'm gonna try that.
Thanks
EDIT: Solved.
I simply changed those values in stats.conf and voilá: color change!
thaks again.