Destroyed Emote Colors (markdown)

TurmoilToad 2019-09-18 08:28:02 -04:00
parent 871b36d884
commit 575ac55efc

@ -1,65 +0,0 @@
Example(s)
```
#emote [name | world | zone] color_id message
#emote skyplane 15 You hear thunderclouds rumbling in the distance.
#emote Brainiacvince 15 I'm right behind you.
(Also applicable to quest API calls)
```
### Visual Reference
**Lower Range**
![image](https://user-images.githubusercontent.com/3319450/42428214-3a32a11e-82f8-11e8-9bfa-fe5175b4996f.png)
**Higher Range**
![image](https://user-images.githubusercontent.com/3319450/42428277-96bea77a-82f8-11e8-8cd6-5d43920f5f6e.png)
```perl
if ($text=~/colors/i) {
for ($i = 0; $i < 100; $i++) {
$client->Message($i, "Emote Color ID (" . $i . ")");
}
}
```
### Table Reference
|ID|Color|
|--- |--- |
|0|white|
|1|gray|
|2|dark green|
|3|gray|
|4|light blue|
|5|light purple|
|6|grey|
|7|white|
|8|grey|
|9|grey|
|10|white|
|11|grey|
|12|light silver|
|13|red|
|14|light green|
|15|yellow|
|16|dark blue|
|17|grey|
|18|cyan|
|257|darkish purple|
|258|lighter cyan|
|259|green, light|
|260|ooc green, slightly lighter|
|261|ooc green, slightly lighter|
|263|blue, emote/spell|
|264|blue emote, filters under spells|
|269|yellow, filters under broadcast|
|270|blue, filters under broadcast|
|271|white, filters under spells|
|272|white, filters under broadcast|
|300|odd blue color|
|315|Maroon|