|
Hubbleybarb Newbie
Joined: 15 Apr 2003 Posts: 1
|
Posted: Wed Apr 16, 2003 12:00 am
targetting mobs |
I want to create a targetting system using Zmud 5.55 that does this basically
I want to target a NPC that is not in the same room using something like "target burly.dwarf" or just a single keyword burly
then I want to be able to make an alias "TT" to track target(burly.dwarf)or "LT" to look at target NPC
I would also like to set the target for my other windows using :target burly.dwarf, so that my other characters can cast targetted spells on him bye typing alias's also...can this be done? any help would be greatly appreciated |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Apr 16, 2003 2:45 am |
5.55 was replaced as the current public version about 2 1/2 years ago (maybe more). This works with the current public version but it may contain commands/system variables that weren't available in the older version. If so, you'll have to modify it.
#AL target {#FORALL %names {:%i:#VAR target {%-1}}}
#AL TT {track @target}
#AL LT {look @target}
LightBulb
Advanced Member |
|
|
|
|
|