PDA

View Full Version : Look at target


Simsam
08-06-2006, 11:46 PM
Hello,
I would like to devellop a little mod that would make my character turn to face his current target. A bit like the Follow command, except it would work on enemies and wouldnt move you toward the target but just change the character's heading.

I think his would allow to make much more intuitive combats (more like a soulcalibur or zelda style where you just conentrate on strafing around your target instead of fighting to be aligned with it).

I have already done this mod for many games (oblivion for example) and it greatly improved my gaming experience.
But i am new to wow modding and -having checked the list of functions- I am not sure whether this is possible or not.

I would appreciate a lot if an expert modder could give me some hints on how to get started.

lordlag
09-06-2006, 04:10 AM
Im not a modder, but I dont think that there is any way to make your character move at all without some kind of keypress. >_<

BamED
09-06-2006, 09:03 AM
It may have been possible before last patch. But since patch 1.10 it is not possible for addons to call any of the movement functions anymore. So it cannot be done.

include
11-06-2006, 12:17 PM
nevertheless, its not possible to find the DIRECTION of your enemies. you cant get any position-informations about your target. :(