The code above is a scan of the name of my target. It looks for yellow pixels that are in the name. I have a seperate piece of code that saves the location of the pixels to the file npc.id.
That code loads the file, and searches the locations in the file for a yellow pixel. This is really old code in my bot and is schedualed for a rewrite. I wrote it fast so it is somewhat inefficient. It loads the file everytime it is called and it is specific to only one npc. The rewrite will just pass the reference to the file so it can work with any npc that has a yellow name.
Autoit Skirmish Bot Help
Re: Autoit Skirmish Bot Help
so is this with pwnagebot or a seperate bot, cause i'm just thinking, it would be nice to have the opposite of a blacklist.xml..to have a priority.xml type of file were you can add mobs to so it would attack a certain lieutenant then the rest of the mobs or kill the mobs and go after the lieutenant, such as zealot of pain, or as mdtrav said, stop attacking any other mob and immediately attack the torch bearer. (side note to devs* priority.xml file implementation would be awesome for future releases)mdtrav wrote:yesAsh wrote:one question: s it possible to make the bot hit one target with hight priority ??? if so, it's hell easy to make the Defense of Prancing Pony, you just need to setup the bot to always attack the torch carrier when it comes on range, no mather what or who it's hitting it must stop and kill the torch guy
Best run to date? close to 4 days nonstop during the 200%XP week only stopped to switch areas cause I was leveling crazy fast, also helps to have the pocket +25% xp too
Re: Autoit Skirmish Bot Help
So far I have the Skirmish starter script, and i'm trying to get my combat script to work, it detects combat fine, and kills fast, but cannot properly detect when it is in not in combat so it will sit there trying to attack nothing, or it will recognize its out of combat and select the next target, run to it and kill it, but i have'nt had a successful loot with it so far, here are the fruits of a couple of hours of work hehe:
And tell me if you just want me to try posting the script file as the "script.au3" not the script itself, personally i'd rather the script itself so y'all know there's nothing malicious in the code, and you can look at the code right form here instead of having to rely on having AI3, just my 2 cents
Code: Select all
Local $checksum = pixelchecksum(1070, 940, 1085, 930); gets the checksum of the ride horse skill pixels while out of combat as a reference for when in combat
;
;declared variables are above
;script starts below
while $checksum = pixelchecksum(1070, 940, 1085, 930) ; while the horse skill remains green it loops, waiting until its greyed out, then it continues below
sleep(250)
WEnd
sleep(3000);gives you time to refocus on LOTRO
send("!4"); send ALT+4 (its my stance as a warden, Determination btw)
sleep(1000)
Send("{F10}"); selects nearest target
sleep(350)
send("{=}");Alias thatin short..follows a mob
sleep(7000);gives enough time to reach the targeted mob
Local $checksum2 = pixelchecksum(1150, 705, 1075, 690); checksum of enemies portrait(when it goes away the script is supposed to run the loot part at the bottom)
do
;begin combat
send("2");Celebration of Skill
sleep(1200);cos
send("1");cos
sleep(1200);cos
send("2");cos
sleep(1200);cos
send("1");cos
sleep(1200);cos
send ("4");Cos
sleep(1200);cos
send("1");Boars Rush
sleep(1200);br
send("3") ;br
sleep(1200);br
send("1");br
sleep(1200);br
send("3") ;br
sleep(1200);br
send ("4");br
sleep(1200);br
until $checksum2 = 0; this checks if the area the portrait is in is changed, if it is (the mob is dead and the portrait is gone) then it continues below, else its supposed to loop back up to "do"
sleep(1000)
send("{F10}"); selects the dead mobs body
sleep(500)
send("u"); uses the dead mobs body to loot it
Best run to date? close to 4 days nonstop during the 200%XP week only stopped to switch areas cause I was leveling crazy fast, also helps to have the pocket +25% xp too
Re: Autoit Skirmish Bot Help
hioho skrim botters
havnt played lotro for a long time but skrim botting should get me to interesting levels quite fast
so id love to see your latest/best (complete) script so far, i´d try my best to improve it !
peace
hackzo
havnt played lotro for a long time but skrim botting should get me to interesting levels quite fast
so id love to see your latest/best (complete) script so far, i´d try my best to improve it !
peace
hackzo