Skip to content

Instantly share code, notes, and snippets.

@jhnsnc
Created February 4, 2016 22:59
Show Gist options
  • Save jhnsnc/c5eed176c7ac9f1dfd83 to your computer and use it in GitHub Desktop.
Save jhnsnc/c5eed176c7ac9f1dfd83 to your computer and use it in GitHub Desktop.
Aliases file for useful chat aliases in DDO
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<UI>
<Version Value="1.0"/>
<!-- this is the part that actually matters (also, remove this line) -->
<Aliases>
<Alias String=";black" Value="&lt;rgb=#000000>"/>
<Alias String=";blue" Value="&lt;rgb=#1050FF>"/>
<Alias String=";gold" Value="&lt;rgb=#FFD700>"/>
<Alias String=";gray" Value="&lt;rgb=#999999>"/>
<Alias String=";green" Value="&lt;rgb=#33FF33>"/>
<Alias String=";orange" Value="&lt;rgb=#FF9945>"/>
<Alias String=";pink" Value="&lt;rgb=#FF0099>"/>
<Alias String=";purple" Value="&lt;rgb=#8020FF>"/>
<Alias String=";red" Value="&lt;rgb=#FF1515>"/>
<Alias String=";white" Value="&lt;rgb=#FFFFFF>"/>
<Alias String=";yellow" Value="&lt;rgb=#FFFF33>"/>
<Alias String=";rgb" Value="&lt;/rgb>"/>
<Alias String=";load" Value="/ui layout load layout"/>
<Alias String=";c" Value="/p ;blue All Clear!;rgb"/>
<Alias String=";v" Value="/p ;yellow Don't forget your voice;rgb"/>
<Alias String=";t" Value="/p ;red it's a TRAP!;rgb"/>
<Alias String=";scshort" Value="&lt;p> ;scshortr &lt;p> ;scshortg &lt;p> ;scshortb"/>
<Alias String=";scshortr" Value=";white {Shortcut}:;rgb;red EEEW ;rgb"/>
<Alias String=";scshortg" Value=";white {Shortcut}:;rgb;green SEW ;rgb"/>
<Alias String=";scshortb" Value=";white {Shortcut}:;rgb;blue SWEE ;rgb"/>
<Alias String=";scsolo" Value="&lt;p> ;scsolor &lt;p> ;scsolog &lt;p> ;scsolob"/>
<Alias String=";scsolor" Value=";white {Solo}:;rgb;red (E)SW EEEE WEW ;rgb"/>
<Alias String=";scsolog" Value=";white {Solo}:;rgb;green (E)NESS NNEW ;rgb"/>
<Alias String=";scsolob" Value=";white {Solo}:;rgb;blue (E)WSN WEW EEE ;rgb"/>
<Alias String=";scduo" Value="&lt;p> ;scduor &lt;p> ;scduog &lt;p> ;scduob"/>
<Alias String=";scduor" Value=";white {1}:;rgb;red (E)NN SEW ;rgb;white {2}:;rgb;red WW EWW ;rgb"/>
<Alias String=";scduog" Value=";white {1}:;rgb;green (E)WW NEW ;rgb;white {2}:;rgb;green WE NEW ;rgb"/>
<Alias String=";scduob" Value=";white {1}:;rgb;blue (E)SN SEE ;rgb;white {2}:;rgb;blue WS EEE ;rgb"/>
<Alias String=";scfull" Value="&lt;p> ;scfullr &lt;p> ;scfullg &lt;p> ;scfullb"/>
<Alias String=";scfullr" Value=";white {Full}:;rgb;red (E) EEEE SSNWN;rgb;white {DD};rgb;red SESSW ;rgb"/>
<Alias String=";scfullg" Value=";white {Full}:;rgb;green (E) EEE NNNN NNN;rgb;white {DD};rgb;green WSW;rgb;white {O};rgb;green SEW ;rgb"/>
<Alias String=";scfullb" Value=";white {Full}:;rgb;blue (E);rgb;white {DD};rgb;blue NWW WW NNNS;rgb;white {O};rgb;blue SNW WEE ;rgb"/>
<Alias String=";valemats" Value="&lt;p> ;red {Running with the Devils}: Battle, Fungus/Pebble ;rgb &lt;p> ;yellow {Let Sleeping Dust Lie}: Strategy, Husk/Funk ;rgb &lt;p> ;green {Rainbow in the Dark}: Foresight, Twig/Pebble ;rgb &lt;p> ;blue {Coalescence Chamber}: Victory, Twig/Funk ;rgb &lt;p> ;purple {Ritual Sacrifice}: Might, Petal/Fungus ;rgb &lt;p> ;white {Vale rares}: Husk/Petal ;rgb"/>
<Alias String=";sigil" Value=";white &lt;p> {Desecrated Temple of Vol}: Right wing &lt;p> {Flesh Maker's Laboratory}: Left wing &lt;p> {Inferno of the Damned}: Right frame &lt;p> {Ghosts of Perdition}: Left frame &lt;p> {Random}: Left pincer, Center frame, Eye of the abbot, Right pincer ;rgb"/>
</Aliases>
<!-- the rest of your .layout file goes here (also, remove this line) -->
</UI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment