User Tools

Site Tools


aliases

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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**  (See also: [[spell_spam|Spell Spam]], [[loop|Loops]], [[trigger|Triggers]])
  
-'' +<code> 
-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]  or  alias [load|save|clear]\\ + alias [SHORT] [REPLACE]  or  alias [load|save|clear] 
-\\ + 
-> 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 
 +</code> 
 + 
 +**Examples of useful aliases** 
 + 
 +Shorten the Look command:\\ 
 +''alias l look''\\ 
 + 
 +Shorten the Group command:\\ 
 +''alias gr group''\\ 
 + 
 +Use [[pick_lock|pick lock]] to unlock a door then open the door itself:\\ 
 +''alias pl pick %1 %2&open %1 %2''\\ 
 + 
 +Make [[taunt|taunt]] a bit more useful:\\ 
 +''alias t taunt %1 %2&bash %2''\\ 
 + 
 +Using a [[loop|Loop]] to make tracking down mobs easier:\\ 
 +''alias find loop 1 100 track $.%''\\
aliases.1615445814.txt.gz · Last modified: 2021/03/11 06:56 by lynx