chest farming for the 60's menu

User Tag List

Page 3 of 7 FirstFirst 1234567 LastLast
Results 31 to 45 of 103
  1. #31
    dafuq88's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Toughguys000 u use autoit v3? i already save ur coding..but autoit give error

    chest farming for the 60's
  2. #32
    Arrakis's Avatar Active Member
    Reputation
    52
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    #include <GUIConstantsEx.au3>
    #include <WindowsConstants.au3>
    #include <ImageSearch.au3>
    
    Global $Paused
    Global $Exit
    HotKeySet("{NUMPAD0}", "TogglePause")
    HotKeySet("{NUMPAD1}", "end")
    
    Local $result,$x,$y,$i,$fire
    $i = 1
    $fire =1
    
    WinActivate("Neverwinter")
    sleep (1000)
    
    while 1
      MouseClick("left",432,618)
      Sleep(500)
      Send("{BACKSPACE 20}")
      sleep(200)
      Send("username")
      sleep(200)
      Send("{TAB}")
      sleep(200)
      Send("password")
      sleep(200)
      Send("{ENTER}")
      Sleep(3000)
      MouseClick("left",1435,1078)
      Sleep(7000)
      Send("f")
      sleep(4000)
      Send("f")
      Sleep(1500)
      Send("i")
      Sleep(1500)
    
      if $i = 8 then
    	for $r=550 to 700 step 45
    	  for $c=1270 to 1550 step 45
            $found = 0
    		sleep(500)
    		MouseMove($c,$r)
    		sleep(500)
    
            $result = _ImageSearchArea("unidentified.png",1,920,500,1230,610,$x,$y,150)
    		if $result=1 Then
    		  FOUND()
    		  ContinueLoop
    	    endif
    
    	    $result = _ImageSearchArea("rank2.png",1,920,500,1230,610,$x,$y,150)
    
    		if $result=1 Then
    		  FOUND()
    		  ContinueLoop
    	    endif
    
    	   
          Next
        Next
          $i = 1
      Else
    	  $i=$i + 1
      endif
    
       Send("i")
       Sleep(500)
       mouseclick("left",921,452)
       Sleep(500)
       Send("{ESC}")
       Sleep(500)
       MouseClick("left",804,620)
       Sleep(500)
       MouseClick("left",821,643)
       Sleep(500)
       MouseClick("left",869,654)
       Sleep(2000)
    
    wend
    
    func found()
      MouseClickDrag("left",$c,$r,700,500,1)
      sleep(500)
      $result = _ImageSearch("delete.bmp",1,$x,$y,100) ; Discard button
      if $result=1 Then
        mouseclick("left",$x,$y)
      endif
    EndFunc
    
    Func end()
      MsgBox(4096, "Exit", "exit", 1)
    exit
    
    EndFunc
    
    
    Func TogglePause()
        $Paused = NOT $Paused
    
        While $Paused
            sleep(100)
        WEnd
    	WinActivate("Neverwinter")
        sleep (2000)
    EndFunc

  3. #33
    online88's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    item discarding not working...
    how should i configure imagesearch or autoit to make it work? What about making pictures?
    confused

  4. #34
    Toughguy000's Avatar Member
    Reputation
    7
    Join Date
    Mar 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dafuq88 View Post
    Toughguys000 u use autoit v3? i already save ur coding..but autoit give error
    This script is for AutoHotkey not Autoit. AHK = AutoHotkey

  5. #35
    skaav's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all, i got 2 noob questions to this -.-

    How do you join a dungeon ? do you q with the dungeon finder or do you go with 4 friends ?
    Or are there a normal (classic) way to enter those dungeons without a q, if so there the hell is the entrance from this dungeon and from Never Castle ?
    Feeling like a noob but I can ´t find a way to get into the hero dungeons without the dungeon finder :/
    And y, I leveled with foundry :x

  6. #36
    supershaman's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Toughguy000 View Post
    Here is one for Autohotkey for 1920*1080 in windowed mode:

    Code:
    stop = 0
    Loop
    {
      If stop = 1
          Break
    WinWait, Neverwinter, 
    IfWinNotActive, Neverwinter, , WinActivate, Neverwinter, 
    WinWaitActive, Neverwinter, 
    MouseClick, left,  523,  643
    Sleep, 100
    Send, {CTRLDOWN}v{CTRLUP}
    MouseClick, left,  588,  943
    Sleep, 3000
    MouseClick, left,  1688,  953
    Sleep, 7000
    Send, f
    Sleep, 3000
    Send, f
    Sleep, 500
    Send, {ESC}
    Sleep, 1000
    MouseClick, left
    Sleep, 1000
    MouseClick, left,  1000,  575
    Sleep, 1000
    MouseClick, left,  989,  583
    Sleep, 2000
    }
    
    ^q::
    If stop = 0
      {
       stop = 1
       return
      }
    If stop = 1
      {
        stop = 0
        return
      }
    Press Ctrl+Q in order to stop it. Copy your password so that it just pastes it into the box with CTRL+V.
    When I try to run the script with AHK, it forces the logout screen before the chest is looted and then it is not actually clicking the logout button . I made sure I was on 1920x1080 windowed. Any ideas? Thanks!

  7. #37
    botelho's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    88
    Thanks G/R
    8/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by supershaman View Post
    When I try to run the script with AHK, it forces the logout screen before the chest is looted and then it is not actually clicking the logout button . I made sure I was on 1920x1080 windowed. Any ideas? Thanks!
    Fix the coords in the script. They have to match exactly where your button is.

  8. #38
    rayearthen's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea and heres a handy tool to find coords. paste this into an autoit script and save it. when you open it hover your mouse over the spot you want coords for.

    WinWaitActive ("Neverwinter");
    Sleep (5000)
    $pos = MouseGetPos()
    MsgBox(0, "Mouse x,y:", $pos[0] & "," & $pos[1])

  9. #39
    daroth's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Arrakis, thanks for the script! I was wondering if you could post the .pngs?

  10. #40
    Toughguy000's Avatar Member
    Reputation
    7
    Join Date
    Mar 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by supershaman View Post
    When I try to run the script with AHK, it forces the logout screen before the chest is looted and then it is not actually clicking the logout button . I made sure I was on 1920x1080 windowed. Any ideas? Thanks!
    Increase the timer of Sleep, 7000 to how many seconds it takes for the game to load (presently at 7s). For the logout button, make sure when it hits escape its hovering over the "logout" button, the screen auto-centers the mouse.

    There is an application included with AHK that you can view co-ords with and its called "autoit3 window spy" if you need to adjust anything.

  11. #41
    supershaman's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Toughguy000 View Post
    Increase the timer of Sleep, 7000 to how many seconds it takes for the game to load (presently at 7s). For the logout button, make sure when it hits escape its hovering over the "logout" button, the screen auto-centers the mouse.

    There is an application included with AHK that you can view co-ords with and its called "autoit3 window spy" if you need to adjust anything.
    I managed to get the proper coords for everything, but now, the "mouseclick, left" input is not left clicking at all which is ruining the loop. Not really sure how to fix this. Thanks!

  12. #42
    Toughguy000's Avatar Member
    Reputation
    7
    Join Date
    Mar 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by supershaman View Post
    I managed to get the proper coords for everything, but now, the "mouseclick, left" input is not left clicking at all which is ruining the loop. Not really sure how to fix this. Thanks!
    Post your script, or send it to me in a PM and i'll try and diagnose what's wrong.

  13. #43
    supershaman's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Toughguy000 View Post
    Post your script, or send it to me in a PM and i'll try and diagnose what's wrong.

    stop = 0
    Loop
    {
    If stop = 1
    Break
    WinWait, Neverwinter,
    IfWinNotActive, Neverwinter, , WinActivate, Neverwinter,
    WinWaitActive, Neverwinter,
    MouseClick, left, 575, 650
    Sleep, 100
    Send, {CTRLDOWN}v{CTRLUP}
    MouseClick, left, 601, 954
    Sleep, 3000
    MouseClick, left, 1656, 961
    Sleep, 9000
    Send, f
    Sleep, 7000
    Send, f
    Sleep, 500
    Send, {ESC}
    Sleep, 1000
    MouseClick, left
    Sleep, 1000
    MouseClick, left, 957, 554
    Sleep, 1000
    MouseClick, left, 1043, 575f
    Sleep, 2000
    }

    ^q::
    If stop = 0
    {
    stop = 1
    return
    }
    If stop = 1
    {
    stop = 0
    return
    }

  14. #44
    Toughguy000's Avatar Member
    Reputation
    7
    Join Date
    Mar 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by supershaman View Post
    snip
    Send, {ESC}
    Sleep, 1000
    MouseClick, left //Place coordinates here of your "logout" button ie: MouseClick, left, 500, 600
    Sleep, 1000
    MouseClick, left, 957, 554

  15. #45
    supershaman's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Toughguy000 View Post
    Send, {ESC}
    Sleep, 1000
    MouseClick, left //Place coordinates here of your "logout" button ie: MouseClick, left, 500, 600
    Sleep, 1000
    MouseClick, left, 957, 554
    I followed your instructions. The mouse moves to the proper button locations but will not actually click anything despite the command being issued in the above script. I'm using a razer naga if that helps; not sure if the built in macros cause issues with the script? I am new to these things.

Page 3 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. Replies: 6
    Last Post: 08-12-2008, 10:23 AM
  2. Level 70 Farming Spots! Prepare for the Lich King!
    By Decayd in forum World of Warcraft Guides
    Replies: 19
    Last Post: 06-06-2008, 11:13 AM
  3. Non instance chest farming for potions... etc
    By agaszo in forum World of Warcraft Guides
    Replies: 2
    Last Post: 01-03-2008, 02:37 PM
  4. Death of the rogue chest farm.
    By puccio in forum World of Warcraft General
    Replies: 0
    Last Post: 05-22-2007, 09:42 AM
All times are GMT -5. The time now is 07:59 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search