Jump to content

Protocol:Color Codes: Difference between revisions

From Sylverant Wiki
m Add to protocol category.
Add values of color codes.
Line 1: Line 1:
A small list of the color codes that are supported in PSO:
A small list of the color codes that are supported in PSO:
* 0 = Black
* 0 = Black (H'000000)
* 1 = Dark Blue
* 1 = Dark Blue (H'0000FF)
* 2 = Green
* 2 = Green (H'2DF800)
* 3 = Cyan
* 3 = Cyan (H'1BFBFC)
* 4 = Red
* 4 = Red (H'FF0F00)
* 5 = Magenta
* 5 = Magenta (H'FE1FFF)
* 6 = Yellow
* 6 = Yellow (H'FFFD00)
* 7 = White
* 7 = White (H'FFFFFF)
* 8 = Pink (v2+) (H'FF8481)
* G = Gold (v2+) (H'C05B00)


There do not seem to be any color codes greater than 7.
There do not seem to be any other color codes...


[[Category:PSO Server Protocol]]
[[Category:PSO Server Protocol]]

Revision as of 23:13, 20 March 2012

A small list of the color codes that are supported in PSO:

  • 0 = Black (H'000000)
  • 1 = Dark Blue (H'0000FF)
  • 2 = Green (H'2DF800)
  • 3 = Cyan (H'1BFBFC)
  • 4 = Red (H'FF0F00)
  • 5 = Magenta (H'FE1FFF)
  • 6 = Yellow (H'FFFD00)
  • 7 = White (H'FFFFFF)
  • 8 = Pink (v2+) (H'FF8481)
  • G = Gold (v2+) (H'C05B00)

There do not seem to be any other color codes...