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

User Tag List

Page 17 of 45 FirstFirst ... 131415161718192021 ... LastLast
Results 241 to 255 of 673
  1. #241
    Shintr's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    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?
    well, it turned out, that i was queued up with myself all the time, i just didn't notice it. i have not done any pet battles before (i really don't like the feature that much) so i didn't realize that, when paired up with each other, every player still has a different environment visible on their screen and a different opponent (armor, skin etc). So i always thought im paired up with someone else^^ took me a few minutes until i realized this.

    had it running tonight for 8 hours and leveled a druid from 1-63 with an automated click programm. i guess it can be done faster with autoit, but i didnt get that to run and this way works for me aswell, i mean i can go basically full afk while my toons are leveled! not too bad if you ask me

    How to get 14m Exp/Hour 85-90 [Video]
  2. #242
    freeloading's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Sep 2012
    Posts
    256
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bgr View Post
    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?
    Q1 - YES. Battlechest is the way to go if you can get the sale price of $5. No need for time card since you get 1 month free anyway. Rather buy 3 battlechest @ $10 a pop than a time card @ $30 for 2 months game time.

    Q2 YES

    Q3 YES

  3. #243
    freeloading's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Sep 2012
    Posts
    256
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ oblizzion19

    You might be on to something regarding pet battlegroup. I think it be be what server you made your first char that trained for pet battles. I have 3 accounts.

    Account A MoP main char on west coast server
    Account B MoP (RaF by account A, first char was on East coast server)
    Account C Battlechest only First char same server as account A

    A & C can battle no problem but Account B cannot battle either.

    I will get another battlechest later and see if theory is correct.

  4. #244
    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)
    Hi,

    I have updated my Autoit3 script for automation. Now it will set the script to diable the confirmation button by itself.

    It also includes a setup feature to get the position and color that you need to change to make it work in your resolution.

    Just start it and press F7 to get the position and color that you then can alter the script with. F8 is to start the automation, it will send the script to WoW and start the petbattle.

    IT uses alt-tab, so make sure you can just alt-tab between your clients. And have the non-levelling client up when you press F8.

    F9 is to quit.

    FB is the Find Button values for the non-levelling account Find Button.

    AB is the Accept button values for the levelling client.

    FP is the values for the lvl 25 pet that needs to be selected on the levelling account.

    FF is the Forfeit flag values for the non-levelling account.


    Code:
    HotKeySet("{F7}", "getpos") 
    HotKeySet("{F9}", "ExitProg") 
    HotKeySet("{F8}", "StartStop") 
    
    #Find button X, Y, Color
    $FB_X=707
    $FB_Y=729
    $FB_C=6751236
    
    #Accept button X, Y, Color
    $AB_X=750
    $AB_Y=330
    $AB_C=5964033
    
    #First Pet X, Y, Color
    $FP_X=656
    $FP_Y=768
    $FP_C=10844490
    
    #Forfeit flag X, Y, Color
    $FF_X=882
    $FF_Y=870
    $FF_C=3223848
    
    Func getpos()  
    	Local $pos = MouseGetPos()
    	MsgBox(0, "Setup", "x is: " & $pos[0] & ", y is: " & $pos[1])
    	Local $col = PixelGetColor($pos[0], $pos[1])
    	MsgBox(0, "Setup", "color is: " & $col)
    EndFunc
    
    Func ExitProg()  
    	Exit 0;;Exits the program
    EndFunc
    
    $On = False
    
    While 1
    	While $On = True
    		$var = 1
    		sleep(500)
    		While $var <> $FB_C
    	      sleep(500)
    	      $var = PixelGetColor($FB_X, $FB_Y)
    		WEnd
    		MouseClick("left",$FB_X, $FB_Y,1)
    		sleep(500)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(5000)
    MouseClick("left",$FB_X, $FB_Y,1)
    sleep(500)
    While $var <> $AB_C
    	sleep(1000)
    	$var = PixelGetColor($AB_X, $AB_Y)
    WEnd
    MouseClick("left",$AB_X, $AB_Y,1)
    sleep(500)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(1000)
    MouseClick("left",$AB_X, $AB_Y,1)
    sleep(500)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(2000)
    While $var <> $FP_C
    	sleep(1000)
    	$var = PixelGetColor($FP_X, $FP_Y)
    WEnd
    MouseClick("left",$FP_X, $FP_Y,1)
    sleep(300)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(300)
    While $var <> $FF_C
    	sleep(500)
    	$var = PixelGetColor($FF_X,$FF_Y)
    WEnd
    MouseClick("left",$FF_X,$FF_Y,1)
    sleep(7000)
    	WEnd
    	Sleep(100)
    WEnd
    
    Func StartStop()
    	If $On = False Then
    		MsgBox(0, "Start", "Welcome, if nothing happens, run setup by pressing F7 and change the values in the script.")
    		MsgBox(0, "Start", "First Im going to run a little script in your window.")
    		send ("{Enter}")
    		send("/run PetBattleFrame.BottomFrame.ForfeitButton:SetScript(""OnClick"", function() C_PetBattles.ForfeitGame() end)")
    		send ("{Enter}")
    		$On = True
    	Else
    		$On = False
    	EndIf
    EndFunc

  5. #245
    darkayo's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Excuse me, but i must level up my first pet until 25 manually ?

  6. #246
    dooves's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darkayo View Post
    Excuse me, but i must level up my first pet until 25 manually ?
    Not at all, i started out with pets of 5,1,1 on both accounts and just win-traded until they both got to 25, then boosted some of the other level 1s to my desired set up, of 25, 19, 6. one thing i did notice that with my booster account with limited pet level ranges, i would struggle to get queues if pets were more than 2 levels apart, for eg. Main Acc had pets 15, 8, 1 - pet total level 24. -- Booster acc had pets 17, 6, 1 - pet total level 24, this worked fine. If for Eg i had a set up of Main - 15, 8, 1 (pet total 24) and booster - 19, 3, 2 (pet total 24) then this would seem to queue for ever and never match.

    Also i was having massive trouble with the AHK scripts to automate. The main problem was the pixel detection. I am using win 8. and screen res of 1440x900. I could never for the life of me get the pixel detection to work with my set up. So I decided to make my own macro, Based on Kite original macro so main credit to them. Some differences with mine was that I overlapped 2 wow accounts so i could see both and with the pulover macro creator i just recorded everything i did but all by click to change screens. Another difference was on my booster account i used the follow macro which i ran whenever i logged in --

    Code:
    /run PetBattleFrame.BottomFrame.ForfeitButton:SetScript("OnClick", function() C_PetBattles.ForfeitGame() end)
    This would mean i never had to click on ok to accept that i had forfeit it would just finish the battle after i clicked forfeit.

    also to start the battles and to accept them i had another macro which i bind to a key on my action bar, for eg zero key.

    Code:
    /script C_PetBattles.StartPVPMatchmaking();
    /script C_PetBattles.AcceptQueuedPVPMatch();
    And in my script i made with ahk and pulover credit to Kite, instead of pixel detect i added the following loop to detect a pixel (that i had aquired with window spy) where the queue would pop change then it could continue the automation, if no change then keep looping until it did.

    Code:
    CoordMode, Pixel, Screen
    
    ;The Coordinates for the pixel you want to detect a change for
    X := 655
    Y := 425
    
    Loop
    {
            PixelGetColor, PixColor, %X%, %Y%
            If PixColor != 0x0D0D15
                GoSub, Battle
            Sleep, 1000
    }
    
    Battle:
    So here was my full code, and feel free to adjust it to suit, main things you will need to change will be the pixel colour in the loop to match urs. the delays otherwise this will miss queues etc. This will loop the whole automation until you press F8, and F4 will start.


    Code:
    ; This script was created using Pulover's Macro Creator
    
    #NoEnv
    SetWorkingDir %A_ScriptDir%
    CoordMode, Mouse, Screen
    SendMode Input
    #SingleInstance Force
    SetTitleMatchMode 2
    DetectHiddenWindows On
    #WinActivateForce
    SetControlDelay 1
    SetWinDelay 0
    SetKeyDelay -1
    SetMouseDelay -1
    SetBatchLines -1
    
    F4::
    Macro1:
    WinActivate, World of Warcraft ahk_class GxWindowClass
    Begin:
    Sleep, 1500
    Send, {0 Down}
    Sleep, 47
    Send, {0 Up}
    Sleep, 750
    Click, 745, 715 Left, Down
    Click, 745, 715 Left, Up
    Click, 745, 715 Left, Down
    Sleep, 15
    Click, 745, 715 Left, Up
    Sleep, 500
    Click, 745, 715 Left, Down
    Click, 745, 715 Left, Up
    Send, {0 Down}
    Sleep, 62
    Send, {0 Up}
    Sleep, 100
    
    CoordMode, Pixel, Screen
    
    ;The Coordinates for the pixel you want to detect a change for
    X := 655
    Y := 425
    
    Loop
    {
            PixelGetColor, PixColor, %X%, %Y%
            If PixColor != 0x0D0D15
                GoSub, Battle
            Sleep, 1000
    }
    
    Battle:
      Send, {0 Down}
      Sleep, 63
      Send, {0 Up}
      Sleep, 1500
      Click, 800, 145 Left, Down
      Click, 800, 145 Left, Up
      Click, 800, 145 Left, Down
      Click, 800, 145 Left, Up
      Sleep, 500
      Send, {0 Down}
      Sleep, 47
      Send, {0 Up}
      Sleep, 5000
      Click, 527, 508 Left, Down
      Sleep, 78
      Click, 527, 508 Left, Up
      Sleep, 500   
      Click, 727, 823 Left, Down
      Sleep, 94
      Click, 727, 823 Left, Up
      Sleep, 343
      Click, 727, 823 Left, Down
      Sleep, 94
      Click, 727, 823 Left, Up
      Sleep, 4000
      Click, 819, 156 Left, Down
      Sleep, 16
      Click, 819, 156 Left, Up
      Sleep, 109
      Click, 819, 156 Left, Down
      Sleep, 125
      Click, 819, 156 Left, Up
      Sleep, 109
      Click, 819, 156 Left, Down
      Sleep, 125
      Click, 819, 156 Left, Up
      Sleep, 2000
      goto Begin
    Return
    
    
    F8::ExitApp
    Have fun and feel free to pm me if you need any help, and where i can i'll will try.
    Last edited by dooves; 05-12-2013 at 04:43 AM. Reason: miss type

  7. #247
    Gohard's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Think this has been fixed on EU. Was running same two accounts 3 days ago fine, now they constantly face randoms with a 25-5-5 setup.

  8. #248
    dooves's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gohard View Post
    Think this has been fixed on EU. Was running same two accounts 3 days ago fine, now they constantly face randoms with a 25-5-5 setup.
    No its still working fine. You will just need to adjust ur pet levels, 25, 10, 5 or something

  9. #249
    Gohard's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dooves View Post
    No its still working fine. You will just need to adjust ur pet levels, 25, 10, 5 or something
    Yeah. More people are using it now, so you need to run with more unique comps like 25-10-5 or whatever

  10. #250
    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:
    ;;Version 1.1.1
    
    HotKeySet("{F7}", "getpos") 
    HotKeySet("{F9}", "ExitProg") 
    HotKeySet("{F8}", "StartStop") 
    
    #Find button X, Y, Color
    $FB_X=707
    $FB_Y=729
    $FB_C=6751236
    
    #Accept button X, Y, Color
    $AB_X=750
    $AB_Y=330
    $AB_C=5964033
    
    #First Pet X, Y, Color
    $FP_X=656
    $FP_Y=768
    $FP_C=10844490
    
    #Forfeit flag X, Y, Color
    $FF_X=882
    $FF_Y=870
    $FF_C=3223848
    
    Func getpos()  
    	Local $pos = MouseGetPos()
    	MsgBox(0, "Setup", "x is: " & $pos[0] & ", y is: " & $pos[1])
    	Local $col = PixelGetColor($pos[0], $pos[1])
    	MsgBox(0, "Setup", "color is: " & $col)
    EndFunc
    
    Func ExitProg()  
    	Exit 0;;Exits the program
    EndFunc
    
    $On = False
    
    While 1
    	While $On = True
    		$var = 1
    		sleep(2000)
    		While $var <> $FB_C
    	      sleep(500)
    	      $var = PixelGetColor($FB_X, $FB_Y)
    		WEnd
    		MouseClick("left",$FB_X, $FB_Y,1)
    		sleep(500)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(5000)
    MouseClick("left",$FB_X, $FB_Y,1)
    sleep(500)
    While $var <> $AB_C
    	sleep(1000)
    	$var = PixelGetColor($AB_X, $AB_Y)
    WEnd
    MouseClick("left",$AB_X, $AB_Y,1)
    sleep(500)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(1000)
    MouseClick("left",$AB_X, $AB_Y,1)
    sleep(500)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(2000)
    While $var <> $FP_C
    	sleep(1000)
    	$var = PixelGetColor($FP_X, $FP_Y)
    WEnd
    MouseClick("left",$FP_X, $FP_Y,1)
    sleep(300)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(500)
    While $var <> $FF_C
    	sleep(500)
    	$var = PixelGetColor($FF_X,$FF_Y)
    WEnd
    MouseClick("left",$FF_X,$FF_Y,1)
    sleep(7000)
    	WEnd
    	Sleep(100)
    WEnd
    
    Func StartStop()
    	If $On = False Then
    		MsgBox(0, "Start", "Welcome, if nothing happens, run setup by pressing F7 and change the values in the script.")
    		MsgBox(0, "Start", "First Im going to run a little script in your window.")
    		send ("{Enter}")
    		send("/run PetBattleFrame.BottomFrame.ForfeitButton:SetScript(""OnClick"", function() C_PetBattles.ForfeitGame() end)")
    		send ("{Enter}")
    		$On = True
    	Else
    		$On = False
    	EndIf
    EndFunc
    Fixxed version to eliminate clikcing find battle too early.

  11. #251
    Gohard's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by afghanjohnny View Post
    Code:
    ;;Version 1.1.1
    
    HotKeySet("{F7}", "getpos") 
    HotKeySet("{F9}", "ExitProg") 
    HotKeySet("{F8}", "StartStop") 
    
    #Find button X, Y, Color
    $FB_X=707
    $FB_Y=729
    $FB_C=6751236
    
    #Accept button X, Y, Color
    $AB_X=750
    $AB_Y=330
    $AB_C=5964033
    
    #First Pet X, Y, Color
    $FP_X=656
    $FP_Y=768
    $FP_C=10844490
    
    #Forfeit flag X, Y, Color
    $FF_X=882
    $FF_Y=870
    $FF_C=3223848
    
    Func getpos()  
    	Local $pos = MouseGetPos()
    	MsgBox(0, "Setup", "x is: " & $pos[0] & ", y is: " & $pos[1])
    	Local $col = PixelGetColor($pos[0], $pos[1])
    	MsgBox(0, "Setup", "color is: " & $col)
    EndFunc
    
    Func ExitProg()  
    	Exit 0;;Exits the program
    EndFunc
    
    $On = False
    
    While 1
    	While $On = True
    		$var = 1
    		sleep(2000)
    		While $var <> $FB_C
    	      sleep(500)
    	      $var = PixelGetColor($FB_X, $FB_Y)
    		WEnd
    		MouseClick("left",$FB_X, $FB_Y,1)
    		sleep(500)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(5000)
    MouseClick("left",$FB_X, $FB_Y,1)
    sleep(500)
    While $var <> $AB_C
    	sleep(1000)
    	$var = PixelGetColor($AB_X, $AB_Y)
    WEnd
    MouseClick("left",$AB_X, $AB_Y,1)
    sleep(500)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(1000)
    MouseClick("left",$AB_X, $AB_Y,1)
    sleep(500)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(2000)
    While $var <> $FP_C
    	sleep(1000)
    	$var = PixelGetColor($FP_X, $FP_Y)
    WEnd
    MouseClick("left",$FP_X, $FP_Y,1)
    sleep(300)
    Send("{ALTDOWN}{TAB}{ALTUP}")
    sleep(500)
    While $var <> $FF_C
    	sleep(500)
    	$var = PixelGetColor($FF_X,$FF_Y)
    WEnd
    MouseClick("left",$FF_X,$FF_Y,1)
    sleep(7000)
    	WEnd
    	Sleep(100)
    WEnd
    
    Func StartStop()
    	If $On = False Then
    		MsgBox(0, "Start", "Welcome, if nothing happens, run setup by pressing F7 and change the values in the script.")
    		MsgBox(0, "Start", "First Im going to run a little script in your window.")
    		send ("{Enter}")
    		send("/run PetBattleFrame.BottomFrame.ForfeitButton:SetScript(""OnClick"", function() C_PetBattles.ForfeitGame() end)")
    		send ("{Enter}")
    		$On = True
    	Else
    		$On = False
    	EndIf
    EndFunc
    Fixxed version to eliminate clikcing find battle too early.
    Getting
    line 101
    func getpos()
    Error: Duplicate function name

    EDIT: With the old script you made, for some reason when it is supposed to type the script, it often forgets like 10-40% of the script, so it just says half of the script out loud. Most often it forgets the first part, so it will be like:
    un PetBattleFrame.BottomFrame.ForfeitButton:SetScript(""OnClick"", function() C_PetBattles.ForfeitGame() end)

    I have no addons enabled or anything like it, yet no result.
    Last edited by Gohard; 05-12-2013 at 07:12 AM.

  12. #252
    darkayo's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /run PetBattleFrame.BottomFrame.ForfeitButton:SetScript("OnClick", function() C_PetBattles.ForfeitGame() end)
    Nothing happen with this function

    Edit : Nvm, i understand why now
    Last edited by darkayo; 05-12-2013 at 10:27 AM.

  13. #253
    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)
    Originally Posted by darkayo View Post
    Nothing happen with this function

    Edit : Nvm, i understand why now
    Why? Mind clarifying? I'm having the same issue. I haven't used autoit since D2.

  14. #254
    darkayo's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    /run PetBattleFrame.BottomFrame.ForfeitButton:SetScript("OnClick", function() C_PetBattles.ForfeitGame() end)
    This would mean i never had to click on ok to accept that i had forfeit it would just finish the battle after i clicked forfeit.

  15. #255
    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 cannot get the scripts to work and I cannot queue into my other account manually. It is a battle chest with a level 5. I'm on the same server as my main. Im showing 30s-1m queue on both yet I've been in queue for 27 minutes. No battles popped.

    Would like to add.. Old account from Wrath + New battle chest, No RAF, No REALID, no party.
    Last edited by bgr; 05-12-2013 at 04:01 PM.

Page 17 of 45 FirstFirst ... 131415161718192021 ... 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 02:30 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