|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
Join Date: Feb 2005
Location: Fife,Scotland
Age: 40
Posts: 258
|
im trying to change the font of chars that are logged in to a differnet color but i cant see where in webstatus.cs to change it , ican change all other colors but the text for names(not the names heading in the table)
any pointers please?
__________________
|
|
|
|
|
|
#2 (permalink) |
|
Forum Novice
Join Date: Aug 2003
Age: 31
Posts: 179
|
I believe the section of code you want to edit is here:
Code:
{
op.Write( Encode( m.Name ) );
}
op.Write( "</td><td>" );
op.Write( m.X );
op.Write( ", " );
op.Write( m.Y );
op.Write( ", " );
op.Write( m.Z );
op.Write( " (" );
op.Write( m.Map );
op.Write( ")</td><td>" );
op.Write( m.Kills );
op.Write( "</td><td>" );
op.Write( m.Karma );
op.Write( " / " );
op.Write( m.Fame );
op.WriteLine( "</td></tr>" );
}
}
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|