This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
aliases [2021/03/11 06:56] lynx created |
aliases [2021/04/27 18:59] (current) lynx |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **Aliases** | + | **Aliases** |
| - | '' | + | < |
| - | This is a quite powerful command for those of you who don't have a\\ | + | This is a quite powerful command for those of you who don't have a |
| - | client program like tintin++.\\ | + | client program like tintin++. |
| - | Make your own aliases. Shorten down often used and long names.\\ | + | Make your own aliases. Shorten down often used and long names. |
| - | \\ | + | |
| - | alias [SHORT] [REPLACE] | + | alias [SHORT] [REPLACE] |
| - | \\ | + | |
| - | > alias k kill\\ | + | > alias k kill |
| - | > k fido (will be: kill fido)\\ | + | > k fido (will be: kill fido) |
| - | \\ | + | |
| - | > alias z zugerunerweisen\\ | + | > alias z zugerunerweisen |
| - | > rescue z (will be: rescue zugerunerweisen)\\ | + | > rescue z (will be: rescue zugerunerweisen) |
| - | \\ | + | |
| - | You can also define multiple commands with an alias, seperating each\\ | + | You can also define multiple commands with an alias, seperating each |
| - | command with an &:\\ | + | command with an &: |
| - | \\ | + | |
| - | > alias ge get bread bag & eat bread\\ | + | > alias ge get bread bag & eat bread |
| - | \\ | + | |
| - | Will make\\ | + | Will make |
| - | \\ | + | |
| - | > ge = > get bread bag and then eat bread\\ | + | > ge = > get bread bag |
| - | \\ | + | > eat bread |
| - | You can target things with an alias using the % sign, which is replaced\\ | + | |
| - | by whatever you type after your alias.\\ | + | You can target things with an alias using the % sign, which is replaced |
| - | \\ | + | by whatever you type after your alias. |
| - | > alias befriend shake % & smile % & kiss % & french %\\ | + | |
| - | > befriend Wibbler\\ | + | > alias befriend shake % & smile % & kiss % & french % |
| - | \\ | + | > befriend Wibbler |
| - | This will shake the hand of Wibbler, as well as smile, kiss him and \\ | + | |
| - | slip him the tongue.\\ | + | This will shake the hand of Wibbler, as well as smile, kiss him and |
| - | \\ | + | slip him the tongue. |
| - | To remove an alias, simply use the alias command followed by the name of the\\ | + | |
| - | alias, but nothing else.\\ | + | To remove an alias, simply use the alias command followed by the name of the |
| - | \\ | + | alias, but nothing else. |
| - | > alias ge\\ | + | |
| - | '' | + | > alias ge |
| + | |||
| + | See Also: TOGGLE, SPEEDWALK, SPAMMING ALIAS | ||
| + | </ | ||
| + | |||
| + | **Examples of useful aliases** | ||
| + | |||
| + | Shorten the Look command:\\ | ||
| + | '' | ||
| + | |||
| + | Shorten the Group command: | ||
| + | '' | ||
| + | |||
| + | Use [[pick_lock|pick lock]] to unlock a door then open the door itself:\\ | ||
| + | '' | ||
| + | |||
| + | Make [[taunt|taunt]] a bit more useful:\\ | ||
| + | '' | ||
| + | |||
| + | Using a [[loop|Loop]] to make tracking down mobs easier:\\ | ||
| + | '' | ||