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

User Tag List

Page 95 of 298 FirstFirst ... 45919293949596979899145195 ... LastLast
Results 1,411 to 1,425 of 4467
  1. #1411
    ElijahBailey's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heya chancity, I'm using the latest and greatest 21s version and I just realized the loot function never completes, ie all the loot is placed into the stash and then just left there, with the inventory window open and stash window open. I tried modifying the script really quick to send 'escape' instead of space, but that didn't fix it. Will look at it tomorrow, just wondering if you guys saw this too...

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1412
    MacGregor's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What attack speed do you recomend chancity ? (I am using 21s script). Sometimes, Sargoth is not killed, even with lwoering DPS in the .ini. To what could it be linked ?

  3. #1413
    darkpedro's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i also got the latest main to work.. only issue now is that when it tries to stash it gives goes back and forth between stash and inventory... either until i wake up or the game disconnects.. help?

  4. #1414
    mase123y's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    What's $lootgphonly set too? To loot it needs to be 0
    $LootGPHOnly = 0

    Also it doesnt want to repair. When it goes to town, it moves the mouse to the top right corner and theres an interact icon for the mouse because its hovering over an NPC but it fails to move the character in that direction. You want to use the teleport to move to the NPC but you check to repair right after teleporting to the cellar. If there is no cellar then teleport is still on cooldown and will fail. Also if it is a successful run then you should still be in Archon form at the time you enter town but the repair function sends 3 down to teleport but can not.

    Edit:
    I see why, it hasnt been canceling Archon, the MouseClick("right",Round(755*$x_ratio),Round(936* $y_ratio),1) ;cancel archon
    is not in the correct spot for my 1600x900 resolution but the one in the Main script works fine which is
    MouseClick("right",Round(694*$x_ratio),Round(929* $y_ratio)) ;cancel archon
    Last edited by mase123y; 06-30-2012 at 02:18 AM.

  5. #1415
    coptock's Avatar Private
    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)
    I am totally new to this. I tried installing AutoIT3 that I downloaded from their website, but didn't know what to do with the "auto" install files from the first page. Is there a full setup instructions anywhere for this? Detailing installing what files where?

  6. #1416
    malcolmsteel's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay after putting the 1366x768 pictures I made into the folder the newest fast gph script no longer gets hung up on the main menu exit diablo screen, but it does have a new problem now with repairing. When you have yellow armor and need repairs and you fail to find a dungeon and teleport to town it initiates the repair sequence, but instead of going right toward the merchant to repair it waits a second then walks left a little bit. After this it gets hung up and never gets back on track. I believe the problem is that the cooldown for teleport is not yet finished if you go to town after a closed cellar run to repair. You might want to look into this Chancity.

    To test the repair functions you should buy something with as little durability as possible on the AH so you can get it to yellow in 1 or 2 deaths. I will mess around with the sleeps a bit and see if I can get it working.

    Edit: Okay I fixed it. Now if you need repairs and get a closed cellar and teleport to town you will stand still long enough for the teleport cooldown to end before teleporting to repair. Code here:

    Func DoRepair()
    $repairCount += 1
    If CheckDead() Then
    Return
    EndIf
    If CheckFor("NewTristram", "Area") Then
    Sleep(12000)
    RandMove(Round(1530 * $x_ratio), Round(0 * $y_ratio), 1, 1) ;begin movement towards merchant
    Send("{3 down}")
    Sleep(1200)
    Send("{3 up}")
    MouseClick("left", Round(796 * $x_ratio), Round(474 * $y_ratio), 3) ;NPC Merchant to the right of cain's home
    Sleep(1000)
    RandClick("left", Round(521 * $x_ratio), Round(506 * $y_ratio), 1, 1) ;button to open up repair menu
    Sleep(400)
    RandClick("left", Round(260 * $x_ratio), Round(595 * $y_ratio), 1, 1) ;button to pay for repairs
    Sleep(200)
    Send("{Escape}")
    EndIf
    EndFunc ;==>DoRepair
    The only line changed is after "If CheckFor("NewTristram", "Area") Then" I added the Sleep(12000) that is underneath that line so if you want you can simply add that in. The wait time is only a few seconds and it will only happen if you are in need of repairs(yellow armor) so it will not bring down your run time. Enjoy
    Last edited by malcolmsteel; 06-30-2012 at 02:38 AM.

  7. #1417
    loustar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DarkAmbit View Post
    Other than that I just get a few disconnected messages from time to time, maybe because of too fast game creations from no cellar 3-5x in a row.
    I get the same error at times, not quiet good if i go to sleep and this happens early - lots of farm going to waste then - Is there any fix for that?

    Also is it possible to put the "tracker" down in the right corner next to the friends icon instead of having it up in the top left corner - would be better for me atleast as im using vmware with low resolution - thanks

  8. #1418
    eijeboy's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe this is a stupid question but i see some of you posting a log here. I don't see any logs in the dir of the bot. Any idea where i can find them? EDIT: oh i see the version i was using had not a log implented yet, i guess. archon still not attacking so im still using older version

    edit: also just tried out the newest script but the archon is not attacking :/ It turns into archon, shuts down again, and dies from the monsters. Old script still works fine. Any idea?
    Last edited by eijeboy; 06-30-2012 at 04:03 AM.

  9. #1419
    kwanzor's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are u running in inferno or hell

  10. #1420
    eijeboy's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    inferno ofcourse :P

  11. #1421
    gunneh's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    here guys. archon.png for 1600x900
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-archon-png

  12. #1422
    Travincall's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want to know what the point of evocation is as a passive. Is there anything that needs to be reduced cooldown? To my knowledge there are no spells used 2 times in a row so why would evocation be necessary?

  13. #1423
    muhsing's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I used this main script with my stats. It works perfectly but I have two problems. If someone answer me I will be very appreciative.

    1) Sometimes It cannot find the cellar entrance. Sometimes the doors open but my char doesn't get in and back town the town
    2) My char doesn't use magic weapon anytime. Goes into cellar and directly push the archon button without magic weapon active.

    Thanks for answering me.

  14. #1424
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Travincall View Post
    I want to know what the point of evocation is as a passive. Is there anything that needs to be reduced cooldown? To my knowledge there are no spells used 2 times in a row so why would evocation be necessary?
    Nope not anymore, I changed mine to unstable anomaly

    Sent from my DROID RAZR using Tapatalk 2

  15. #1425
    OwnedByFate's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stanshch View Post
    I finally got both scripts up and running but one problem!

    After my wiz blasts the enemies he turns off archon and tp back to town without even going over where everything dropped...

    I know that the 21s script is supposed to do that, but how can i modify either to have him pick up the items?
    set archon with teleport rune. I did the same mistake a while ago ;p

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:40 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