zMUD Targeting Script
Posted: Sun Nov 14, 2010 6:38 am
#CLASS {Targeting}
#ALIAS ta {
#var target %1
#echo Your target is now set to %1.
}
#ALIAS kk {k @target}
#ALIAS bb {ba @target}
#ALIAS b {ba}
#ALIAS q {k @target}
#ALIAS p {ba @target}
#KEY \ {k @target}
#CLASS 0
"ta xxx" will set your target to xxx.
kk = kill target
bb = backstab target
q = k target
p = backstab target
\ (key) = k target, I always set this as a macro, its the key above enter makes spamming easy!
Its a very simple script I think its kind of obvious what to change if you want to change the aliases to bash instead of stab etc. Feel free to mail me if you have any questions.
#ALIAS ta {
#var target %1
#echo Your target is now set to %1.
}
#ALIAS kk {k @target}
#ALIAS bb {ba @target}
#ALIAS b {ba}
#ALIAS q {k @target}
#ALIAS p {ba @target}
#KEY \ {k @target}
#CLASS 0
"ta xxx" will set your target to xxx.
kk = kill target
bb = backstab target
q = k target
p = backstab target
\ (key) = k target, I always set this as a macro, its the key above enter makes spamming easy!
Its a very simple script I think its kind of obvious what to change if you want to change the aliases to bash instead of stab etc. Feel free to mail me if you have any questions.