Some people are not against the bots and macros, because bots and macros can help you level up or making money while you are not playing. There are lots of LotRO community forums that provide bots and macros, one of the sites I recommend is Strategy Freaks, which allows people to share tips, tricks, as well as provides bots, macros, exploits, hacks, and guides for macro.
Macro reviews articles will help you to make decision before buying macros, I know it’s frustrating when you have searched tons of sites look for the macros that will work, feel free to check out LotRO Macro review articles.
—-
Here is a bot for grinding with a hunter (using autoit as well).
sleep(3000)
While 1 = 1
;keep pressing backspace until a target is aqquired
while PixelGetColor(626,121) <> 0×111095
send(”{BACKSPACE}”)
Sleep(random(1,2)*1000)
WEnd
;while target is aqquired
;also check to see if target is out of range by seeing if it has looped more than 100 times
$i = 0
while PixelGetColor(626,121) = 0×111095 AND $i <> 100
;use swift bow
send(4)
Sleep(random(1,2)*1000)
;use quickshot
send(1)
Sleep(random(1,2)*1000)
$i += 1
WEnd
;check to see if health is full
While PixelGetColor(381,79) <> 0×2CE30E
Sleep(random(1,2)*1000)
WEnd
WEnd
================================================== ============
My swift bow and quickshot are in number 4 and 1 slot respectively.
To setup the bot make sure you have “auto run to target” turned off.
Stand somewhere non aggro Mob that you want to farm spawns in front of you, maybe with you back to some object to prevent them accidently coming in behind you. Because the bot does not move but rely on the fact that enemies will spawn infront you.
The bot will