Skip to content

Instantly share code, notes, and snippets.

@MrNice
Created May 23, 2017 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrNice/8d71649dae3494f8173b15ae115f3ffb to your computer and use it in GitHub Desktop.
Save MrNice/8d71649dae3494f8173b15ae115f3ffb to your computer and use it in GitHub Desktop.
Default clanlord macros
// This macro file is included for every character by default.
// Use it for general macros that you want available to all characters.
//
"??" "/help " @text "\r"
"aa" "/action " @text "\r"
"gg" "/give " @text "\r"
"ii" "/info " @text "\r"
"kk" "/karma " @text "\r"
"mm" "/money\r"
"nn" "/news\r"
"pp" "/ponder " @text "\r"
"sh" "/share " @text "\r"
"sl" "/sleep\r"
"t" "/think " @text "\r"
"tt" "/thinkto " @text "\r"
"th" "/thank " @text "\r"
"ui" "/useitem " @text "\r"
"uu" "/use " @text "\r"
"un" "/unshare " @text "\r"
"w" "/who " @text "\r"
"wh" "/whisper " @text "\r"
"yy" "/yell " @text "\r"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment