chest farming for the 60's menu

User Tag List

Page 2 of 7 FirstFirst 123456 ... LastLast
Results 16 to 30 of 103
  1. #16
    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)
    always get green and some runes..

    chest farming for the 60's
  2. #17
    tenaciouzd's Avatar Active Member
    Reputation
    42
    Join Date
    Jan 2012
    Posts
    240
    Thanks G/R
    6/6
    Trade Feedback
    13 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have automated this, works in 1920x1080 windowed mode, pm if you would like a custom autoit script
    Last edited by tenaciouzd; 05-14-2013 at 11:08 PM.

  3. #18
    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)
    Originally Posted by tenaciouzd View Post
    I have automated this, works in 1920x1080 windowed mode, pm if you would like a custom autoit script
    Yeah, i've also been botting this for a few days. I trash all greens though, my bot also manages my inventory
    It currently loots a chest every 25 seconds.


    I sometimes find myself booted from the game though .... "Too many attempts" ... and then i can't login for another few hours.
    Someone else experienced this? ... Might be the bot going mental at some point (due to lag or whatever) and entering the wrong password. Or maybe there is a limit to how often you can connect in a days period.
    Last edited by Arrakis; 05-15-2013 at 12:38 AM.

  4. #19
    Guts's Avatar Member
    Reputation
    2
    Join Date
    Oct 2008
    Posts
    188
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Arrakis View Post
    Yeah, i've also been botting this for a few days. I trash all greens though, my bot also manages my inventory
    It currently loots a chest every 25 seconds.


    I sometimes find myself booted from the game though .... "Too many attempts" ... and then i can't login for another few hours.
    Someone else experienced this? ... Might be the bot going mental at some point (due to lag or whatever) and entering the wrong password. Or maybe there is a limit to how often you can connect in a days period.
    How can you manage your inventory with all these green items with autoIT ? :O

  5. #20
    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)
    Originally Posted by Guts View Post
    How can you manage your inventory with all these green items with autoIT ? :O
    _ImageSearch

  6. #21
    newaco's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Arrakis View Post
    Yeah, i've also been botting this for a few days. I trash all greens though, my bot also manages my inventory
    It currently loots a chest every 25 seconds.


    I sometimes find myself booted from the game though .... "Too many attempts" ... and then i can't login for another few hours.
    Someone else experienced this? ... Might be the bot going mental at some point (due to lag or whatever) and entering the wrong password. Or maybe there is a limit to how often you can connect in a days period.
    had the same.. seems like its not account sided.. the launcher notices if your ip has to many wrong connections and you wont be allowed to login.. simple fix : change your ip and you can just login normally again

  7. #22
    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)
    can share ur AutoIT scripts bro?

  8. #23
    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)
    id love an autoit script for this too, ive been doing it manually lol. very mind numbing

  9. #24
    BlodyWarior's Avatar Contributor
    Reputation
    100
    Join Date
    Jan 2007
    Posts
    330
    Thanks G/R
    5/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tenaciouzd View Post
    I have automated this, works in 1920x1080 windowed mode, pm if you would like a custom autoit script
    inbox is full PM me the script if you would ^^. will +rep in return

  10. #25
    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)
    It's nothing more then a bunch of sendkeys and mouseclicks.
    The simple version for 1600x1200. Change timings where needed, i didn't input any error checking. It's tuned to my system

    Code:
    #include <GUIConstantsEx.au3>
    #include <WindowsConstants.au3>
    
    
    Global $Paused
    Global $Exit
    HotKeySet("{NUMPAD0}", "TogglePause")
    HotKeySet("{NUMPAD1}", "end")
    
    Local $result,$x,$y,$i
    $i = 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)
       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 end()
      MsgBox(4096, "Exit", "exit", 1)
    exit
    
    EndFunc
    
    
    Func TogglePause()
        $Paused = NOT $Paused
    
        While $Paused
            sleep(100)
        WEnd
    	WinActivate("Neverwinter")
        sleep (2000)
    EndFunc
    Last edited by Arrakis; 05-15-2013 at 05:34 AM.

  11. #26
    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)
    Originally Posted by tenaciouzd View Post
    I have automated this, works in 1920x1080 windowed mode, pm if you would like a custom autoit script
    tenaciouzd has exceeded their stored private messages quota and cannot accept further messages until they clear some space.
    trying to PM

  12. #27
    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)
    Originally Posted by Arrakis View Post
    It's nothing more then a bunch of sendkeys and mouseclicks.
    The simple version for 1600x1200. Change timings where needed, i didn't input any error checking. It's tuned to my system

    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
    $i = 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)
       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)
      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
    woo thanks! youre the best! gonna try this as soon as i can

  13. #28
    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)
    Originally Posted by rayearthen View Post
    woo thanks! youre the best! gonna try this as soon as i can
    I use it in instanced quest zones only ... if the script messes up for whatever reason, it will send your password to the chat
    So make sure to NOT test it in public places.

  14. #29
    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)
    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.

  15. #30
    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)
    Originally Posted by Arrakis View Post
    I use it in instanced quest zones only ... if the script messes up for whatever reason, it will send your password to the chat
    So make sure to NOT test it in public places.
    as i see in scrip this only loots?
    how do u mess with items?

    as i see u've edited post)
    can u post script with imagesearch included?
    and what about that delete.bmp as i recognize i shud do screenshot and make some samples to be deleted? emm or im wrong? help plz my mind is ****ed
    Last edited by online88; 05-15-2013 at 06:51 AM. Reason: upd8

Page 2 of 7 FirstFirst 123456 ... 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 09:43 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