zMUD Targeting Script

For technical issues & scripting. Dump it all here!
Post Reply
Robby
Posts: 73
Joined: Fri Apr 02, 2010 7:44 am

zMUD Targeting Script

Post by Robby »

#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.
Post Reply