consolecolors.txt
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:1k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. # This file controls the colors used to highlight messages in the
  2. # console.
  3. # Valid colors are:
  4. # black, darkgrey, grey, white
  5. # red, darkred, yellow, brown, green, darkgreen,
  6. # cyan, darkcyan, blue, darkblue, magenta, darkmagenta,
  7. # default
  8. # Format:
  9. # [Message type]
  10. # <message domain> [foreground color][/background color]
  11. # Set to 0 to disable colors
  12. useColors 1
  13. [message]
  14. attackMon cyan 
  15. attackMonMiss cyan 
  16. attacked magenta 
  17. attackedMiss magenta 
  18. connection darkgreen
  19. menu yellow
  20. drop blue
  21. useItem blue
  22. skill green 
  23. selfSkill green
  24. success green
  25. system yellow
  26. pm yellow
  27. pm/sent yellow
  28. publicchat green
  29. guildchat darkgreen
  30. partychat brown
  31. selfchat green
  32. schat yellow
  33. list white
  34. info white
  35. equip grey
  36. teleport yellow
  37. [error]
  38. default red
  39. [warning]
  40. default yellow
  41. info yellow
  42. [debug]
  43. default default