How to get 14m Exp/Hour 85-90 [Video] menu

User Tag List

Page 16 of 45 FirstFirst ... 121314151617181920 ... LastLast
Results 226 to 240 of 673
  1. #226
    shstorm's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shintr View Post
    i got it working that i get paired up with myself now. but is there a way that it automatically selects the highest level pet at the beginning of the pet battle? cause otherwise all 3 pets gain xp, which isnt what i want
    What did you change that you were doing to make it work?

    How to get 14m Exp/Hour 85-90 [Video]
  2. #227
    shstorm's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheeesh View Post
    Can the people who are unable to get this working post information pertaining to their previous battlepet achievements etc?

    I have access to three accounts. One of them has 300 battlepet achievements. The other two didn't even train battlepets until tonight.

    The two that just trained tonight were able to battle one another and the queues were nearly instant.

    However neither of those accounts could battle the "main" account that has all of the battlepet achievements.

    I wintraded each of the secondary accounts a level 25 pet hoping this would make them eligible but that didn't seem to work either.

    It would seem that this is some sort of safeguard to prevent new players from facing "experienced" pet battlers.

    This is really perplexing and hopefully we will find a solution soon! [I hope it's okay, but I'm going to post this in the two most popular threads pertaining to the pet-battle wintrading.]
    Trying to see if this is the issue

  3. #228
    oblizzion19's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've now levelled three characters from 85-90, one from 60-80, two from 80-85 and a check to see how fast from level 1 was I did a 1-40. So for some of the questions about time taken, heirlooms etc, here are some answers.
    Firstly, heirlooms do work. As does the guild perk, so from 1-40 with guild perk and 5 looms (+55% xp) , took just under 3 hours.

    From 60-70 was 20 mins per level, 70-80 was around 25 mins per level, 80-85 was around 30 mins per level (with only 3 looms for all examples), , I was using 2 accounts, with a 25-14-14 set up on each. In addition I have yielded around 25-30 flawless battlestones since then and have made 50k gold so far.

    Now to the questions about why some of you can't queue with others. The general, and very likely hypothesis is that there are pvp battle pet battlegroups, like arena and rbg battlegroups. However, each battle.net account is assigned to a certain battlegroup, so no matter how many wow accounts you start in that battle.net, you will never get yourself when you queue. I have 3 battle.net accounts, with numerous accounts I'd opened on each (using the free 7-day trial come back to wow promotions and what not) and I am in the same battlegroup as myself on battle.net 2 and 3, but number 1 is on a different battlegroup.

    The easiest and fastest way to check what battlegroup you are on is by simply checking the average queue time when you queue up. If they are identical in time, then you are on the same pvp pet battlegroup and this exploit will work for you. If the average times are different, you are not on the same battlegroup with that battle.net.

    Once I knew which of my battle.nets were on the same battlegroup as one another, I just xferred my chars across to battle.net account 2, and boosted it with battle.net 3. Sure it's £15 a pop for me but the time it takes to do this ~6 hours 85-90, saves 20 hours of levelling.

    No matter what realm, faction or level your character is, as long as that battle.net is in the same battlegroup as another battle.net who you want to face, you will queue against them as long as you have an identical pet level set up, or very very similar (but non-identical will create longer queues).

    TL/DR:
    1) Loom xp bonuses and guild perks work
    2) There are battle.net battlegroups, any character in a certain realm, faction or account on a battle.net is in that battlegroup, the only way to change it is to xfer characters to other battlenets.
    3) To check if you and your friends bnets are on the same pvp pet battlegroup, check that the average queue time is the same.


    Hope this helped answer any questions
    Last edited by oblizzion19; 05-12-2013 at 07:05 AM.

  4. #229
    Amarosh12's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can i get this automated ?

  5. #230
    Hybrin's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2012
    Posts
    102
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Amarosh12 View Post
    how can i get this automated ?
    Please read the whole topic before you ask this question it is quite obvious people have been making auto hot key scripts and Autoit3 scripts to automate the process!
    Use your common sense please thank you/

  6. #231
    afghanjohnny's Avatar Member
    Reputation
    26
    Join Date
    Sep 2009
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    HotKeySet("{F9}", "getpos") 
    
    Func Egetpos()  
    	Local $pos = MouseGetPos()
    	MsgBox(0, "x, y is", $pos[0] & "," & $pos[1])
    	Local $var = PixelGetColor($pos[0], $pos[1])
    	MsgBox(0, "color is", $var)
    Exit 0;;Exits the program
    EndFunc
    
    while 1
    	sleep(500)
    WEnd
    This piece of autoit3 code gets the position and color to allow you to change my or any other script.

  7. #232
    Amarosh12's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks your script works ! btw. autoit3 have a program called "AutoIt Window Info" so you actually dont need a other script to get the informations

  8. #233
    shstorm's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by oblizzion19 View Post
    I've now levelled three characters from 85-90, one from 60-80, two from 80-85 and a check to see how fast from level 1 was I did a 1-40. So for some of the questions about time taken, heirlooms etc, here are some answers.
    Firstly, heirlooms do work. As does the guild perk, so from 1-40 with guild perk and 5 looms (+55% xp) using an automated Bot i wrote myself, took just under 3 hours.

    From 60-70 was 20 mins per level, 70-80 was around 25 mins per level, 80-85 was around 30 mins per level (with only 3 looms for all examples), all automated botting, so not quite as instant as a human doing this, I was using 2 accounts, with a 25-14-14 set up on each. In addition I have yielded around 25-30 flawless battlestones since then and have made 50k gold so far.

    Now to the questions about why some of you can't queue with others. The general, and very likely hypothesis is that there are pvp battle pet battlegroups, like arena and rbg battlegroups. However, each battle.net account is assigned to a certain battlegroup, so no matter how many wow accounts you start in that battle.net, you will never get yourself when you queue. I have 3 battle.net accounts, with numerous accounts I'd opened on each (using the free 7-day trial come back to wow promotions and what not) and I am in the same battlegroup as myself on battle.net 2 and 3, but number 1 is on a different battlegroup.

    The easiest and fastest way to check what battlegroup you are on is by simply checking the average queue time when you queue up. If they are identical in time, then you are on the same pvp pet battlegroup and this exploit will work for you. If the average times are different, you are not on the same battlegroup with that battle.net.

    Once I knew which of my battle.nets were on the same battlegroup as one another, I just xferred my chars across to battle.net account 2, and boosted it with battle.net 3. Sure it's £15 a pop for me but the time it takes to bot this ~6 hours 85-90, saves 20 hours of levelling.

    No matter what realm, faction or level your character is, as long as that battle.net is in the same battlegroup as another battle.net who you want to face, you will queue against them as long as you have an identical pet level set up, or very very similar (but non-identical will create longer queues).

    TL/DR:
    1) Loom xp bonuses and guild perks work
    2) There are battle.net battlegroups, any character in a certain realm, faction or account on a battle.net is in that battlegroup, the only way to change it is to xfer characters to other battlenets.
    3) To check if you and your friends bnets are on the same pvp pet battlegroup, check that the average queue time is the same.


    Hope this helped answer any questions
    I like that you took the time to write this, but I haven't been able to queue with my battlechest account and we have the same queue times. So there must be something else that's keeping it from working, but some of them take too long to determine, such as the achievement difference between accounts. I really want someone to say that this doesn't matter for them, as in, account one: 100ish points, account 2: 30, but both can still be matched up together. It sucks because it's almost worth it to just keep buying battlechest until you get one that matches up with the account you want boosted when you take into account how fast you can level characters, providing you with the least amount of time spent.

  9. #234
    Dassell's Avatar Corporal
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does this work at any level??

  10. #235
    xXK1ll3rXx's Avatar Member
    Reputation
    2
    Join Date
    Nov 2009
    Posts
    221
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shstorm View Post
    What did you change that you were doing to make it work?
    Also want to know. I hope someone can find a solution.

  11. #236
    Hybrin's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2012
    Posts
    102
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NOTE:THIS WILL DO MOUSE CLICK INSTEAD OF ALT+TAB
    please edit #$MC_X= (XXX) #$MC_Y= (XXX) With your co-ordinates and #$MC_C= (XXXXXX) for the pixel colour to the windows taskbar tabs like these (http://images.devs-on.net/Image/dVjG...APX-Region.png)


    Autoit Script Running on Windows 8 With Classic Taskbar -

    Just Updated a Script to Run
    1280x720 Res [Wide] Windowed maximized not full screen. Default UI no Addons. UI SCALE = ONE TICK RIGHT from smallest. Ill get a picture http://images.devs-on.net/Image/4M9g...f1V-Region.png

    Please go back through the pages for the Autoit script for colour and x & y co-ords and edit if this does not work for you! I will not support further development / edit changes for other screen rezolutions as all the information is on this thread already.

    Autoit is by far the easiest to use to create a new script / modify a already made script So thanks to...... afghanjohnny for the autoitscript and Colour X&Y script , Kite-X for the original script, y asdfx123 for Macros for fast user pbattles.
    afghanjohnny is offline


    Code:
    Func ExitProg()  
    	Exit 0;;Exits the program
    EndFunc
    
    $On = False
    
    #Find button X, Y, Color
    $FB_X=623
    $FB_Y=681
    $FB_C=2105376
    
    #Accept button X & Y
    $AB_X=893
    $AB_Y=307
    $AB_C=460551
    
    #First Pet X & Y
    $FP_X=760
    $FP_Y=903
    $FP_C=3154176
    
    #Forfeit flag X & Y
    $FF_X=1020
    $FF_Y=1010
    $FF_C=6514010
    
    #Mouse Click X & Y Tab 
    $MC_X=293
    $MC_Y=1063
    $MC_C=16777215
    
    #Mouse Click X & Y TABB 
    $MT_X=466
    $MT_Y=1064
    $MT_C=10593964
    
    
    While 1
    	While $On = True
    		$var = 1
    		sleep(35)
    		While $var <> $FB_C
    	      sleep(5)
    	      $var = PixelGetColor($FB_X, $FB_Y)
    		  #MsgBox(0, "x, y & color is", $FB_X & "," & $FB_Y & "," & $var)
    		WEnd
    		MouseClick("left",$FB_X, $FB_Y,1)
    		sleep(5)
    MouseClick("left",$MC_X, $MC_Y,1)
    sleep(5)
    MouseClick("left",$FB_X, $FB_Y,1)
    sleep(5)
    While $var <> $AB_C
    	sleep(5)
    	$var = PixelGetColor($AB_X, $AB_Y)
    WEnd
    MouseClick("left",$AB_X, $AB_Y,1)
    sleep(5)
    MouseClick("left",$MT_X, $MT_Y,1)
    sleep(100)
    MouseClick("left",$AB_X, $AB_Y,1)
    sleep(5)
    MouseClick("left",$MC_X, $MC_Y,1)
    sleep(200)
    While $var <> $FP_C
    	sleep(1000)
    	$var = PixelGetColor($FP_X, $FP_Y)
    WEnd
    MouseClick("left",$FP_X, $FP_Y,1)
    sleep(5)
    MouseClick("left",$MT_X, $MT_Y,1)
    sleep(5)
    While $var <> $FF_C
    	sleep(5)
    	$var = PixelGetColor($FF_X,$FF_Y)
    WEnd
    MouseClick("left",$FF_X,$FF_Y,1)
    sleep(3000)
    	WEnd
    	Sleep(100)
    WEnd
    
    Func StartStop()
    	If $On = False Then
    		$On = True
    	Else
    		$On = False
    	EndIf
    EndFunc
    Last edited by Hybrin; 05-11-2013 at 05:41 PM.

  12. #237
    ciso77's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm using Autoit3 and I need some help. I'm a total noob at this..

    What I'm not sure about is the timing for alt tab. It moves the mouse for account "A" to "find battle" but doesn't enter..it just alt tabs and then does enter for the other account.

    This has the behavior regardless of which one I start.

    Any ideas?

  13. #238
    TommyT's Avatar Contributor
    Reputation
    137
    Join Date
    Jul 2007
    Posts
    852
    Thanks G/R
    17/54
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ciso77 View Post
    I'm using Autoit3 and I need some help. I'm a total noob at this..

    What I'm not sure about is the timing for alt tab. It moves the mouse for account "A" to "find battle" but doesn't enter..it just alt tabs and then does enter for the other account.

    This has the behavior regardless of which one I start.

    Any ideas?
    Reduces the window size and put them side by side

  14. #239
    bgr's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2012
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a few questions.

    Q: What would be the cheapest way to start doing this?
    I'm thinking a battle chest + time card. Anyone correct me if I'm wrong.

    Q: If I am using a battle chest account; Can I use a level 5 (min. req lvl to train pet battles) character to boost my main account 85 to 90?

    Q: Can I match up cross faction? Horde v Alliance?

  15. #240
    shstorm's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shstorm View Post
    I like that you took the time to write this, but I haven't been able to queue with my battlechest account and we have the same queue times. So there must be something else that's keeping it from working, but some of them take too long to determine, such as the achievement difference between accounts. I really want someone to say that this doesn't matter for them, as in, account one: 100ish points, account 2: 30, but both can still be matched up together. It sucks because it's almost worth it to just keep buying battlechest until you get one that matches up with the account you want boosted when you take into account how fast you can level characters, providing you with the least amount of time spent.
    So I can confirm that this guy was right, if you queue on both accounts and the time isn't the same you will never get matched up with that person, just found a friend that had the same average wait as me.

Page 16 of 45 FirstFirst ... 121314151617181920 ... LastLast

Similar Threads

  1. [MoP] Get 9Mio Exp/Hour - 18Mio Exp/Hour rested
    By Snowee in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 07-28-2012, 12:56 AM
  2. Replies: 6
    Last Post: 06-21-2008, 03:20 PM
  3. How to: Get over 1k honor an hour solo
    By SYntekz in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 12-27-2006, 12:24 AM
  4. How do I get 30k an hour?
    By Clocky in forum World of Warcraft General
    Replies: 3
    Last Post: 12-06-2006, 12:41 AM
All times are GMT -5. The time now is 05:13 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search