taultunleashed logoFarming bot : LOTROExtreme
newtopic  postreply
 [ 6 posts ] 
blue large dot

Farming bot : LOTROExtreme

Posted: September 5th, 2007, 4:05 pm
 
apollo2889
apollo2889's Reps:
User avatar
Can anyone make me a simple farming bot? The constant planting and picking is driving me slightly out of my mind. Thanks!


Reply with quote
Posted: September 5th, 2007, 11:19 pm
 
pimpoo
pimpoo's Reps:
User avatar
i use this one :
http://www.macros.com/download.htm

pretty nice program just record and playback


Reply with quote
Posted: September 6th, 2007, 5:25 am
 
gthomas1
gthomas1's Reps:
User avatar
this is what I use with autoit. very basic. In order to keep it calibrated for myself, I put the tradeskill window in the top-left corner, and selected on the item I want to make. When doing this, I usually run in windows mode (dont remember resolution, but I'm sure its default).

Anyway, you'll probably have to change the click location on the first MouseMove if you have anything moved around, use a different resolution, or different UI or something, but when you do set it up, its easier to set it up so you can easily put your tradeskill window in the correct location before starting. I have it setup for Master level using the store bought farming tools with a little bit of leeway for lag, so if you want it any faster, you're going to have to adjust times yourself.

Basically, all it does is ask you for the number of loops, puts focus on your lotro window, clicks your "make" button, presses del (target nearest item default), presses u (use--harvests item), then "enter" (take all items in loot window), and repeats.

Some of it was copied from other code and auto generated from the AU3Recorder, but its really not complicated enough to worry about either way.

If you dont know autoit, dont know how to find your mouse loc, etc, please ignore this script, as it's probably too much trouble to get it setup.

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)

$loops = 1
While $loops = 1
  $text = InputBox("Loops", "Loops?")
  If $text > 0 Then
    $loops = $text
  Else
    $loops = 0
  EndIf
WEnd

WinWait("The Lord of the Rings Online™: Shadows of Angmar™","")
If Not WinActive("The Lord of the Rings Online™: Shadows of Angmar™","") Then WinActivate("The Lord of the Rings Online™: Shadows of Angmar™","")
WinWaitActive("The Lord of the Rings Online™: Shadows of Angmar™","")

Sleep (3000)
While $loops > 0
  MouseMove(296,479)
  MouseDown("left")
  MouseUp("left")
  Sleep(23000)
  Send("{DEL}")
  Sleep(500)
  Send("u")
  Sleep(9000)
  Send("{ENTER}")
  Sleep(1000)
  $loops = $loops - 1
WEnd


I'm hoping that the advanced version of lotroE will have support for window/objects in window locations to make stuff like this a lot easier.


Reply with quote
Posted: September 6th, 2007, 12:02 pm
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
Yes the (currently private) Advanced version currently supports window locations.

_________________
Use Search first, ask questions later!


Reply with quote
Posted: September 6th, 2007, 6:20 pm
 
mobhit
mobhit's Reps:
User avatar
well im not that sure how to use it...can someone like give me the steps (one by one) in order to like....help me get the stuff i need


Reply with quote
Posted: September 7th, 2007, 11:38 am
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
steps to do what?

_________________
Use Search first, ask questions later!


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 46 guests

cron
Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of LOTROExtreme RSS Feed 
Sitemap of LOTROExtreme Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?