Post Reply Home » Forums » Lord of the Rings Online » LOTRO - Bots and Hacks » LOTROExtreme

Automatic facing Target : LOTROExtreme

Posted: July 22nd, 2007
Total Posts:14 Joined:2005
If possible, I'de like to have a script that will automatically turn your character to face its current target. It would be nice to be toggable from a hotbar button using the /alias shortcut fonction.

Thanks 8)
Posted: July 22nd, 2007
Total Posts:79 Joined:2007
its very easy from AutoIT thats for sure. and since it will support autoit.

Code: Select all


Opt('SendKeyDownDelay',100)
send("ssssssssssssssssss")

sending an attack skill after this if u got automove to target enabled will focus on ur target.
Posted: August 2nd, 2007
Total Posts:14 Joined:2005
Nice, thx, i'm happy to know it's possible. I'll wait 1.0 and try it out.
Posted: September 18th, 2007
ergotamine
uhm, doesnt that just walk you backwords at a specific speed?
Posted: September 18th, 2007
pimpoo
this will do it:

Code: Select all

Sub FaceTarget()
while GetTargetDirection() - GetPlayerHeading() <> 0 
   keyboard.sendkeys("d")
wend
End Sub
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 28 guests
Post Reply