Wednesday, December 10, 2008

LotRO Bot: Auto Grinding

Hundreds of players run a LotRO bot that levels their characters overnight. Strategy Freaks is a supplier for all of them, as well as the Auto Grinding bots below.
=============================================================

What the script does?

Basically this bot rely totally on your pet doing all of the grinding, while you play a support role. I tested this on a level 5 Lore Master using the Raven. The script will

Click on the button telling your pet to go into agressive mode and therefore attack any nearby enemies, in this case I have placed the shortcut into button seven. The script "send(7)" is the telling the bot to press this button. You can easily change this to another button if you wish.


If the morale of your pet falls below a predetermined level you will cast Beacon of Hope to heal it. The script

if PixelGetColor( 439, 137) <> 0x30F310 Then
send(6)
sleep(Random(4,5)*1000)


does this. You obviously will have to configure this for your respective computer setup (my beacon of hope is in the 6 button slot).

The script will also cast sign of power on the enermy.

send(3)
sleep(Random(4,5)*1000)


Setting up I suggest standing somewhere with lot of non aggro mob which respawn quickly. For testing I stood around the Ole East Past where there are lots of Brood. Also in the Combat settings make sure you "enable skill target forwarding" and before running the script have yourself target your pet.

Read more...

No comments: