Can any of u guys Post or Upload File 1200x700 resolution ... or any save file...
i really dont get it Auto it
it will be cool if anyone make YOUTUBE TUTORIAL
THANKS
I levelled 2 chars to 80 from 71 with this![]()
Yeah I'm not too familiar with Auto-it. But I did go in and edit the join battle coords to get that to work properly.
I still can't get it to recoginze that the BG is over. It'll just wait until the BG times out then it goes back to the Qeue area and will just continue on as if it were in a BG.
No Enter Battle button located , checking again in 5 seconds ...
this is what it displays...
i cant figure it out how to set up button :SS ???
pls someone explain me
im using 1024x768 Resolution...
also on mini map clics on different place :S
pls someone make video tutorial...
how do i download this Pvp bot? Please someone tell me i got hurry now to put it on for tonight
Last edited by swedanne; 10-25-2009 at 01:59 PM.
All the people asking how to do it in autoit, you're obviously not reading the original post as it's pretty plainly laid out there.
I guess i'll say it again, do the following to make this bot work.
Download and install AutoIt
Run SciTE Script Editor (in the autoit folder or shortcut in your start menu).
Paste the code in from the code section here: Original Post.
Save
Click Tools -> Go.
Follow instructions at the top left of your screen (the bot will pop up little messages to tell you whats going on).
It's really very simple.
Anyone running in a lower resolution, you need to run at the res I stated, unfortunately I havn't gotten around to making it work for lower res yet (though I plan to in the future when I get more time off work).
Last edited by =Z=; 10-25-2009 at 10:50 PM.
Thanks for posting Z. I'd still like some help to help figure out why the bot wont recognize that the game is over.
I've tried changing the coords, I tried leaving them the same and changing my rez to your rez. nothing makes the bot recognize that the game is over.
=Z= it will be awesome if u can post Video Tutorial
it will be more clear and everyone will understand it ..
to record good videos Try Camtasia its 300 $ software
but im sure u can find it cracked and plS
Make Video Tutorial
PLZ PLS PLZ
You might of edited the wrong section for co-ordinates on accident.
Look for:
At the bottom of the BG bot script. I recommend playing a BG without the bot on and getting the co-ordinates at the end to make sure you know exactly where the button is.Code:$coord = PixelSearch(600, 675, 732, 678, 0x670000, 10) ;searches for color of leave battleground button within 10 variations If Not @error Then MouseMove ($coord[0], $coord[1]) ;move to area coordinates for leave battleground button ToolTip("BG has ended, re-starting queing process in 10 seconds", 0, 0) ; displays tooltip in top left corner sleep (2000) MouseClick ("left") sleep (8000) Queue() ; call combat loop EndIf
I can also see a problem with finding the button on graphics cards where you have it set to a ton of brightness, or enabled color correction or "digital viberence" like on Nvidia cards. I would reccomend setting all your colors and brightness back to default in game and in your graphics control panel if this is the case. Hopefully that gets you going and grinding lots of honor.
Last edited by Manbeast; 10-26-2009 at 03:49 PM.
As manbeast said, a good way to troubleshoot the bot when it isn't working is to watch it play a game and see where it's wrong, if you notice it's clicking just to the left/right of the exit button, maybe the coords are wrong.
You can also try adjusting the color its looking for, but only if you actually know what you're doing. I explained it earlier in the thread, you'd have to use the Window Info tool that comes with AutoIt and select the "mouse" tab then look for color and convert it from hex to decimal.
It's not really as complicated as it sounds though....
=Z= maybe u can make for some resolutions
like 800x600
1024x768 etc...
Hi, i got it to enter and leave battle grounds. But i am having problems entering any other bg except for AV. Even when i tell it to enter AB, it enters AV instead. Do i have to change the cords for highlighting the other bg's aswell?