|
Rowene Beginner
Joined: 11 Jan 2002 Posts: 27 Location: United Kingdom
|
Posted: Fri May 09, 2003 10:41 pm
Bug in use of color in status line |
The colour command in the status line no longer appears to work in 6.61
The command <color blue> no longer works, you just get the aforementioned command appearing in your status line. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat May 10, 2003 1:51 pm |
Can't get it to fail. What is the exact command you are using?
Here is what I do and it works fine:
#STATUS {<color blue>testing</color>}
Kjata |
|
|
|
Rowene Beginner
Joined: 11 Jan 2002 Posts: 27 Location: United Kingdom
|
Posted: Sat May 10, 2003 10:56 pm |
This is the command that I have been using in all public versions and many beta prior to 6.61
#STAT {<color blue>Skill Inc:@skill_count <color grey>Exp:@totalexp <color Orange>GP's:@totalgold <color Orange>SP's:@totalsilver <color red light bold>Mob Death Count:@killtotal <color blue>Weather:@WeatherV <color blue>Time:@DayV} |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat May 10, 2003 11:38 pm |
You are missing all of your closing tags. Change it to this:
#STAT {<color blue>Skill Inc:@skill_count</color> <color grey>Exp:@totalexp</color> <color Orange>GP's:@totalgold</color> <color Orange>SP's:@totalsilver</color> <color red light bold>Mob Death Count:@killtotal</color> <color blue>Weather:@WeatherV</color> <color blue>Time:@DayV</color>}
Kjata |
|
|
|
Rowene Beginner
Joined: 11 Jan 2002 Posts: 27 Location: United Kingdom
|
Posted: Sun May 11, 2003 12:08 am |
thanks
|
|
|
|
|
|