settings-color
r1
Squared has a powerful color-customization system at your disposal.
colorgroups
To determine what color should be used for class or hp coloring, Squared looks up the corresponding colorgroup option value. All colorgroup options are named along the lines of colorgroup-identifier, where the identifier gives an indication of what that colorgroup is used for. By default, the following colorgroups are defined:
class-related
- colorgroup-tank 150,100,50
- A brown color for tank classes.
- colorgroup-mpdps 255,80,80
- A red color for melee physical dps.
- colorgroup-rpdps 255,180,0
- An orange color for ranged physical dps.
- colorgroup-rmdps 255,255,60
- A yellow color for ranged magical dps.
- colorgroup-msupp 180,120,255
- A lavender color for melee support (DoK/WP)
- colorgroup-rsupp 100,150,255
- A bluish-purple for ranged support (AM/Shaman/Runepriest/Zealot)
If you wish to further customize class coloring (such as giving each class a unique color, or adding other general types), you can create more colorgroups via the following command:
- /script Squared.SetSetting("colorgroup-identifier", {255, 255, 255})
(changing the RGB values and identifier as you wish).
hp-related
- colorgroup-hphigh 200,200,0
- A yellow color for people below the hp-high threshhold.
- colorgroup-hpmedium 200,100,0
- An orange color for people below the hp-medium threshhold.
- colorgroup-hplow 200,0,0
- A red color for people below the hp-low threshhold.
- colorgroup-hpdead 100, 0, 0
- The color the background of bar turns when the person is dead. Dark red by default.
colortypes
To determine what colorgroup to use for a given class, Squared looks at its colortype options. These are of the form colortype-classname, with the class name corresponding to the English name for the class with spaces and in lower case.
- colortype-ironbreaker - Default is tank
- colortype-swordmaster - Default is tank
- colortype-chosen - Default is tank
- colortype-blackorc - Default is tank
- colortype-witchhunter - Default is mpdps
- colortype-whitelion - Default is mpdps
- colortype-marauder - Default is mpdps
- colortype-witchelf - Default is mpdps
- colortype-brightwizard - Default is rmdps
- colortype-magus - Default is rmdps
- colortype-sorcerer - Default is rmdps
- colortype-engineer - Default is rpdps
- colortype-shadowwarrior - Default is rpdps
- colortype-squigherder - Default is rpdps
- colortype-warriorpriest - Default is msupp
- colortype-discipleofkhaine - Default is msupp
- colortype-archmage - Default is rsupp
- colortype-shaman - Default is rsupp
- colortype-runepriest - Default is rsupp
- colortype-zealot - Default is rsupp
These of course can all be modified to point at whatever colorgroup you wish.
Facts
- Date created
- 25 Sep 2008