From 575ac55efcd21415d0ad67f57fecdc22997625fa Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Wed, 18 Sep 2019 08:28:02 -0400 Subject: [PATCH] Destroyed Emote Colors (markdown) --- Emote-Colors.md | 65 ------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 Emote-Colors.md diff --git a/Emote-Colors.md b/Emote-Colors.md deleted file mode 100644 index 4350a64..0000000 --- a/Emote-Colors.md +++ /dev/null @@ -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|