Does anyone know if using a 10 day MoP trial account and a MoP account work?
Does anyone know if using a 10 day MoP trial account and a MoP account work?
Yeah, I don't know what's going on. I've tried possibly everything I could. Multiple pet combos, multiple servers and zones. I have used 2 different ip addresses for each client. Would never match me together with my second account.
sappp, I'm currently on a Mop Trial on my main account, and my friend is currently on an active subscription MoP account. We have sat in que for over 30 minutes on multiple occasions since tuesday, never matching up. It might work, it might not. It just suddenly stopped for me, but it might work for you. Give it a shot since it seems hit or miss.
Sorry Guvnor, depending on addons and UI scaling its almost impossible to predict how your UI looks. Best is to install AutoIT3 and try it for yourself. I have included pretty explainatory instructions.
And if anyone wonders what are they talking about? I posted a "bot" for it in Autoit3 code, Its in this post
http://www.ownedcore.com/forums/worl...ml#post2740727 (How to get 14m Exp/Hour 85-90 [Video])
kite any idea why the new script is running when pressing f3. seems the original script work in part fine however seems to miss battles sometimes. how are u guys manging to get 3-4 battles a minute im lucky to get 1 a minute using script and i have tried numberous pet combinations.
can some1 write an macro for "find fight" and accept pet battle ?![]()
In order to get alt-tabbing to function properly in Windows 8, you need to run this script: https://dl.dropbox.com/u/20532918/EnableUIAccess.zip
Extract it somewhere, right-click on EnableUIAccess and run it as Administrator. In the future, any script that involves alt-tabbing, you right click on and choose "Run with UI Access". Worked for me, using Windows 8 Pro. 64 bit.
Too bad I can't get any of the scripts posted here to work. Kite's for example doesn't click on "Find Battle", it clicks beneath it a bit - that is even with the correct resolutions. Too bad.
does this still work?
I posted this earlier please read the thread before re-posting something.
Also you need to edit the co-ordinates not just the colour pixel search.
KITE-X i can not cant find the co-ordinates to change for pixel search i cant read german! Which one do i have to change for the accept invite, i already know my code and i just need to put it in a save it
Last edited by Hybrin; 05-10-2013 at 08:46 AM.
; ############# Pixelsearch Invite Main Account ###################
SchleifeInvite:
PixelSearch, Px, Py, 963, 227, 963, 227, 0x4FFAFF, 3, Fast
If ErrorLevel = 0
{
goto SchleifeInviteende
}
Else
{
sleep 150
goto SchleifeInvite
}
SchleifeInviteende:
; ############# Ende Pixelsearch Invite ###################
This is my pixelsearch for invite.
That would mean he has to make a new script for each resolution as the co-ordinates will be in diffrerent places, also he would have to have a different monitor size for each resolution as playing in 1920-1080 the co-ordinates will be different for the screen again... So i doubt he will. You will just have to edit the script yourselves! I am currently trying to edit it for myself on the pixel detection!