[Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080] menu

Shout-Out

User Tag List

Page 259 of 298 FirstFirst ... 159209255256257258259260261262263 ... LastLast
Results 3,871 to 3,885 of 4467
  1. #3871
    SunnyPRO's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CSBJS View Post
    how about i offer 5mil gold to someone who fixes this?
    PM me here.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #3872
    iMoogle's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    Ya, the item check is a bit slow, but its still worth it for essences. I dont know if its PC related (tho obviously a better pc wouldnt hurt) or just a limitation of imagesearching + tesseract for each bagslot.
    It might be PC related. Do you have a flawlessemerald.png for 1366x768? I'm not sure how to take a picture of one for the resolution and implement it. All the other gems are useless and besides emerald.

  3. #3873
    CSBJS's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SunnyPRO View Post
    PM me here.
    okay


    also - who has the code to fix the "DISCONNECTED FROM GAME ERROR"

    ive used the search and read dozens of pages i really cant afford to read 100+ pages

    just looking for small help seeing as everyone picks and chooses who and what to help with

  4. #3874
    iMoogle's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CSBJS View Post
    okay


    also - who has the code to fix the "DISCONNECTED FROM GAME ERROR"

    ive used the search and read dozens of pages i really cant afford to read 100+ pages

    just looking for small help seeing as everyone picks and chooses who and what to help with
    You sure you've searched and read dozen of pages? If you just checked 4 pages before this page, you would've found jcunit's post on this.


    Originally Posted by jcunit View Post
    I haven't tested this cause I;m never dcing, but think this should work. This will first click the ok button then wait till you have a connection again and then send password and start the bot again.
    Change it to this:

    Code:
    	ElseIf CheckFor("Disconnect", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Network Disconnect window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio))
    			Sleep(100)
    			Send("{SPACE}")
    			Return
    	    ElseIf CheckFor("lostconnection", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Lost connection window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
    	                  Do 
                             sleep(500)
                            Until internetconnection() = 1
                             sleep(500)
    			Send($gamePassword)
    			Sleep(500)
    			Send("{ENTER}")
    			Sleep($gameStartTime)
    			Return
    		Else
    			GUICtrlSetData($lblStatus, "ERROR: Cannot find Resume button")
    			Return
    		EndIf
    At the bottom of the script add the check internet function:

    Code:
    Func internetconnection()
    $ping = Ping("www.google.com")
    If $ping >= 1 then Return 1
    Return 0
    EndFunc

  5. #3875
    CSBJS's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iMoogle View Post
    You sure you've searched and read dozen of pages? If you just checked 3 pages before this page, you would've found jcunit's post on this.
    yeah after searching "Disconnected from game" and looking at a bunch of unanswered posts, the last thing you think i would do is start clicking page by page for 250 pages right?


    i DO appreciate you just pasted me this information instead of been a dousche and said "search harder
    Last edited by CSBJS; 07-18-2012 at 05:55 PM.

  6. #3876
    iMoogle's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CSBJS View Post
    yeah after searching "Disconnected from game" and looking at a bunch of unanswered posts, the last thing you think i would do is start clicking page by page for 250 pages right?


    i DO appreciate you just pasted me this information instead of been a dousche and said "search harder
    Yeah no problem.

  7. #3877
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iMoogle View Post
    It might be PC related. Do you have a flawlessemerald.png for 1366x768? I'm not sure how to take a picture of one for the resolution and implement it. All the other gems are useless and besides emerald.
    I dont have one, since i dont loot gems. You can easily make one by dropping an emerald on the ground. Screen Shot, DL paint.net (thats what i use, you can probably use MS paint). Magnify image, use the retangle tool around the word "less emerald" (or whatever they used in the 1920x1080). At the top just select crop image. After you crop use the pencil tool and black out as much as you can. Anything thats not white. Save image, done!

  8. #3878
    CSBJS's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do i need to make a picture of the disconnected button or something? :S

  9. #3879
    bottingbrah's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: 8==D.6
    Help or request: Help
    Desktop resolution: 1920x1080
    Diablo 3 window type: fullscreen windowed
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: auto
    Move bound to mouse3: yes
    Where are you starting the: char screen
    Game language: english


    ok so after 2 hours of perfect bot running, it always joins the game as normal, then just stands where the game starts and then TPs back?

    everytime its at around the 2 hour mark. What is going on and how do i fix it? i came home twice to red broken armor and like 240 deaths so i sat and watched it for 2 hours twice and realized what was happening.

  10. #3880
    iMoogle's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    I dont have one, since i dont loot gems. You can easily make one by dropping an emerald on the ground. Screen Shot, DL paint.net (thats what i use, you can probably use MS paint). Magnify image, use the retangle tool around the word "less emerald" (or whatever they used in the 1920x1080). At the top just select crop image. After you crop use the pencil tool and black out as much as you can. Anything thats not white. Save image, done!
    Yeah I created one with MS Paint, it works perfectly fine now. Although, tolerance should be at 40.

  11. #3881
    CSBJS's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iMoogle View Post
    You sure you've searched and read dozen of pages? If you just checked 4 pages before this page, you would've found jcunit's post on this.
    well i followed your instructions in pm and im getting errors lol :/

    -_-

    Error: Too many "Else" statements for matching "If" statemenet.

    problem is it says Line 7501 which does not exist???

    i copy and pasted the code and replace the part you told me too unfortunately im getting slammed
    Last edited by CSBJS; 07-18-2012 at 07:58 PM.

  12. #3882
    AlanLembu's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Wheres my cash flow people lol, its been 3 days since my last gold donation.

    Sent from my DROID RAZR using Tapatalk 2
    come on guys, i'm only making 250-300k per hour considering my lag. i'm sure most of you have gotten lotsa money by using chancity's bot

  13. #3883
    AlanLembu's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CSBJS View Post
    do i need to make a picture of the disconnected button or something? :S
    CSBJS just increase your teleport time. from 5100 to 5400 or something. too fast leave game = disconnected...

  14. #3884
    CSBJS's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    too busy trying to figure out why im getting an error with this network disconnect code to donate as you can see ive also posted the same copy/paste message for past 3 days D:
    Originally Posted by AlanLembu View Post
    CSBJS just increase your teleport time. from 5100 to 5400 or something. too fast leave game = disconnected...
    im not disconnecting from teleports and only disconnected once within 18 hours. i just need to make the function work

    im just going to go back to that old script, this new code is faulty, i take out the old code add in the new and get that error, guess ill just get screwed when im afk
    Last edited by CSBJS; 07-18-2012 at 08:19 PM.

  15. #3885
    AlanLembu's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CSBJS View Post
    too busy trying to figure out why im getting an error with this network disconnect code to donate as you can see ive also posted the same copy/paste message for past 3 days D:


    im not disconnecting from teleports and only disconnected once within 18 hours. i just need to make the function work
    so where exactly did you disconnect? maybe u can put the checking the disconnect at that moment

Similar Threads

  1. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  2. Replies: 272
    Last Post: 08-14-2012, 03:33 PM
  3. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
  4. Replies: 37
    Last Post: 07-18-2012, 02:37 PM
  5. Replies: 164
    Last Post: 07-01-2012, 02:37 PM
All times are GMT -5. The time now is 05:37 AM. 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