[ALPHA][Goldfarming] Dank Celler AutoIt Demonhunter [800x600] menu

User Tag List

Page 15 of 27 FirstFirst ... 111213141516171819 ... LastLast
Results 211 to 225 of 398
  1. #211
    mich126's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    May 2009
    Posts
    309
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm had a weird thing that happened, he tried to loot blue item, but couldnt and it looked like he was stucked and couldnt move. Item was pretty close, is it possible to make him try to loot an item for like 10sec only?

    I will watch if he does it again

    [ALPHA][Goldfarming] Dank Celler AutoIt Demonhunter [800x600]
  2. #212
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JebaczKoz View Post
    Thaelion check it
    3 errors or strange behavior of the script

    bug 1 - [beg-7]sec
    bug 2 - [8-55] sec
    bug 3 - [56-end] sec

    https://vimeo.com/45523837
    Dank Celler - Bugs 1.9.3.mov - Minus
    I know exactly whats wrong there, and i had the same bug as you, its got to do with the size of your d3 window and the order i am calling things in.

    Are you running the very latest version ? the one from the front page, I cant tell based on the video.

    Originally Posted by mich126 View Post
    Hmm had a weird thing that happened, he tried to loot blue item, but couldnt and it looked like he was stucked and couldnt move. Item was pretty close, is it possible to make him try to loot an item for like 10sec only?

    I will watch if he does it again
    I am re-coding large parts of the script for the new patch, trying to make it a little more modular and easyer to maintain, and customize. So yea I will take this into account when i make changes.

  3. #213
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone on US server patched yet ? and willing to help me with a few things ? Need you for a hour or so, be able to use skype, and type/speak english.

    PM me

  4. #214
    JebaczKoz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thaelion View Post
    I know exactly whats wrong there, and i had the same bug as you, its got to do with the size of your d3 window and the order i am calling things in.
    Are you running the very latest version ? the one from the front page, I cant tell based on the video.
    Run latest 1.9.3 Alpha - Dl first site
    About windows i run vmware XP 1920x1080 - Diablo3 800x600 fullscreen

  5. #215
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JebaczKoz View Post
    Run latest 1.9.3 Alpha - Dl first site
    About windows i run vmware XP 1920x1080 - Diablo3 800x600 fullscreen
    I will look to see if i can fix this for you, anyone else seeing this behavior ?

  6. #216
    mich126's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    May 2009
    Posts
    309
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thaelion, i have a small question, entering cellar code, there is a part after entering which you didnt use, does it work? i mean does it rly check if we are inside, and if not tries once more?

    ;Check if we are inside the portal now.
    ;easyest would be to check if we have the loothorder in memory or not, if we dont, then re-try the enter.
    ;Offsetlist()
    ;MouseClick("left", $Loc6[0], $Loc6[1])
    ;$OBject = IterateObjectList(0)
    ;$foundobject = 0
    ;_ArraySort($OBject, 0 , 0 , 0 ,
    ;For $i = 0 to UBound ( $OBject ,1 )-1
    ; If $OBject[$i][7] = 29944 and StringInStr($OBject[$i][2] , "LootHoarder") and $OBject[$i][1] <> 0xFFFFFFFF and $OBject[$i][1] <> 0x77BC0000 Then
    ; $foundobject = 1
    ; ExitLoop
    ; EndIf
    ;Next
    ;If $foundobject = 0 then
    ; InteractWithPortal($portalGUID)
    ;EndIf
    Last edited by mich126; 07-10-2012 at 02:58 PM.

  7. #217
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mich126 View Post
    Thaelion, i have a small question, entering cellar code, there is a part after entering which you didnt use, does it work? i mean does it rly check if we are inside, and if not tries once more?

    ;Check if we are inside the portal now.
    ;easyest would be to check if we have the loothorder in memory or not, if we dont, then re-try the enter.
    ;Offsetlist()
    ;MouseClick("left", $Loc6[0], $Loc6[1])
    ;$OBject = IterateObjectList(0)
    ;$foundobject = 0
    ;_ArraySort($OBject, 0 , 0 , 0 ,
    ;For $i = 0 to UBound ( $OBject ,1 )-1
    ; If $OBject[$i][7] = 29944 and StringInStr($OBject[$i][2] , "LootHoarder") and $OBject[$i][1] <> 0xFFFFFFFF and $OBject[$i][1] <> 0x77BC0000 Then
    ; $foundobject = 1
    ; ExitLoop
    ; EndIf
    ;Next
    ;If $foundobject = 0 then
    ; InteractWithPortal($portalGUID)
    ;EndIf
    It kinda works, there is a better way. It will be included in the next version, after I update it for the new version of D3

  8. #218
    JebaczKoz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    May reduce the frequency of visits of the town?.....or an alternative way to do not to visit the city.

  9. #219
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JebaczKoz View Post
    May reduce the frequency of visits of the town?.....or an alternative way to do not to visit the city.
    The next Major release will have a config option, where you could set the runs to town ect. but this is still a few days away, First priority is to update for the new patch.

  10. #220
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have updated the offsets or as many as i can find, in the time i spent looking, Should work for the current live version of D3 1.0.3.10485
    If you fancy having a go at it, it would be awesome. let me know if i got all the offsets and it behaves correctly.

  11. #221
    skrypt's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I hit "spacebar" the mouse moves over resume game. Nothing happens. And after a couple of seconds it kicks me from the program saying "you don't seem to be in the lobby. Did I configure the bot correctly", or something along those lines.
    Running script in 32-bit mode
    resolution is 800 x 600 full screen / also tried window mode
    using the updated verison.
    and D3 is patched up to date.
    Last edited by skrypt; 07-10-2012 at 07:03 PM.

  12. #222
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by skrypt View Post
    When I hit "spacebar" the mouse moves over resume game. Nothing happens. And after a couple of seconds it kicks me from the program saying "you don't seem to be in the lobby. Did I configure the bot correctly", or something along those lines.
    Running script in 32-bit mode
    resolution is 800 x 600 full screen / also tried window mode
    using the updated verison.
    and D3 is patched up to date.
    I dont know what causes that problem, seems like its not 'clicking' the button, i am not 100% sure how to fix that for you, seems to work for other people, but again, i don't know.
    Sometimes autoit scripts do things oddly on some computers/vm's for no reason other than cause they can.

    I will see if there are more reports for that issue in the current version of the script, if there are i will spend more time investigating.

  13. #223
    mich126's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    May 2009
    Posts
    309
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thaelion, when i run the new patch version, it loads the game, click once, and before he starts vault i get an error:

    Thaelion.au3 (1193) : ==> Array variable subscript badly formatted.:
    global $StringListDB = IndexStringList($Object_File_StringList[$index][0])
    global $StringListDB = IndexStringList($Object_File_StringList[^ ERROR

    Any idea how to fix it?

  14. #224
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mich126 View Post
    Thaelion, when i run the new patch version, it loads the game, click once, and before he starts vault i get an error:

    Thaelion.au3 (1193) : ==> Array variable subscript badly formatted.:
    global $StringListDB = IndexStringList($Object_File_StringList[$index][0])
    global $StringListDB = IndexStringList($Object_File_StringList[^ ERROR

    Any idea how to fix it?
    Yes, i missed a offset change, i am updating now.

  15. #225
    Field's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thaelion View Post
    Yes, i missed a offset change, i am updating now.
    While waiting for you to update, is it safe to use the 1.9.3 version? Or is it just as bugged as the one you're updating now

Page 15 of 27 FirstFirst ... 111213141516171819 ... LastLast

Similar Threads

  1. Replies: 4466
    Last Post: 05-07-2013, 07:39 AM
  2. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  3. Replies: 272
    Last Post: 08-14-2012, 03:33 PM
  4. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  5. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
All times are GMT -5. The time now is 03:38 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