mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-13 13:12:25 +00:00
Destroyed Emote Colors (markdown)
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**
|
||||
|
||||

|
||||
|
||||
**Higher Range**
|
||||
|
||||

|
||||
|
||||
|
||||
```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|
|
||||
Loading…
x
Reference in New Issue
Block a user