[Goldfarming] Sarkoth Dank Cellar [AutoIT Script] [Wizard] [800x600] menu

User Tag List

Page 3 of 10 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 149
  1. #31
    watismyname's Avatar Member
    Reputation
    5
    Join Date
    Feb 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @SGJimmy
    if you get the "NOT IN TOWN" hang, you need to add a SLEEP command under "$check = PixelSearch(261,551,263,553,0xB17C2D,5)" line 326 FROM the updated script on the first page.
    ie. sleep(500)

    ALSO

    you need to add

    Send("{i}")
    sleep(250)
    Send("{i}")

    under Debug("In town, beginning repair trip") on line 276 so that it checks your inventory when youre in town for it to stash away the RARE or LEGENDARY item.

    [Goldfarming] Sarkoth Dank Cellar [AutoIT Script] [Wizard] [800x600]
  2. #32
    Elemt's Avatar Corporal
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HOTSITO View Post
    i do not get that last code to work, gives me an errror line 26, i press f10 but nothing happens
    Make sure you copied the whole code. Line 26 calls the Pause() function. If you get an error there, it probably means that you never copied the whole code and it is missing the Pause() function towards the bottom of the code.

  3. #33
    SGJimmy's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by watismyname View Post
    @SGJimmy
    if you get the "NOT IN TOWN" hang, you need to add a SLEEP command under "$check = PixelSearch(261,551,263,553,0xB17C2D,5)" line 326 FROM the updated script on the first page.
    ie. sleep(500)

    ALSO

    you need to add

    Send("{i}")
    sleep(250)
    Send("{i}")

    under Debug("In town, beginning repair trip") on line 276 so that it checks your inventory when youre in town for it to stash away the RARE or LEGENDARY item.
    Func InTown()
    Debug("Checking if in town")
    Sleep(180)
    $check = PixelSearch(261,551,263,553,0xB17C2D,5)
    If @error Then ; not in town
    Debug("Not in town")
    Send("{ESCAPE}") ; opens menu
    Sleep(500) <--------------- CHANGE THIS To 500???


    Also which part of under Debug("In town, beginning repair trip") on line 276 so that it checks your inventory when youre in town for it to stash away the RARE or LEGENDARY item.

    Should I add the

    Send("{i}")
    sleep(250)
    Send("{i}")

  4. #34
    HOTSITO's Avatar Active Member
    Reputation
    44
    Join Date
    May 2012
    Posts
    392
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for soem reason it does not ggo into the cellar, it sees the cellar and then just transforms and does the whole thing outside the cellar

  5. #35
    watismyname's Avatar Member
    Reputation
    5
    Join Date
    Feb 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @SGJimmy

    Func InTown()
    Debug("Checking if in town")
    Sleep(180)
    $check = PixelSearch(261,551,263,553,0xB17C2D,5)
    Sleep(500) <------------------------------ --------------- --------------- --------------- --------------- --------------- ---------------
    If @error Then ; not in town
    Debug("Not in town")
    Send("{ESCAPE}") ; opens menu

  6. #36
    jumperu's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    322
    Join Date
    Oct 2010
    Posts
    1,413
    Thanks G/R
    5/45
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elemt View Post
    Is your armor broken yellow? Does your inventory have an item in the bottom right slot? Row 5/6, Column 10? If yes, is it trying to town portal?

    You must have these settings, must have movement speed 0%, townportal set to 't' (defaulted key), move bound to mouse 3, and try starting the script with empty inventory and fully repaired.

    Use the lastest script too. [AutoIt] Wizard Sarkoth Script Updated 6/27/12 5:53PM EST - Pastebin.com
    Code:
    DisplayModeFlags "0"
    DisplayModeWindowMode "1"
    DisplayModeWinLeft "178"
    DisplayModeWinTop "31"
    DisplayModeWinWidth "816"
    DisplayModeWinHeight "638"
    DisplayModeUIOptWidth "800"
    DisplayModeUIOptHeight "600"
    DisplayModeWidth "800"
    DisplayModeHeight "600"
    DisplayModeRefreshRate "75"
    DisplayModeBitDepth "32"
    Gamma "1.000000"
    MipOffset "1"
    ShadowQuality "0"
    PhysicsQuality "0"
    ClutterQuality "0"
    Vsync "0"
    Letterbox "0"
    Antialiasing "0"
    LowFX "1"

    Done all this, empty inventory and all. Now it loops like - resume game - says it needs repair- tp to town - goes to repair -opens vendor- searches for items - repairs - logout .... repeat the loop

    Edit:
    @SGJimmy

    Func InTown()
    Debug("Checking if in town")
    Sleep(180)
    $check = PixelSearch(261,551,263,553,0xB17C2D,5)
    Sleep(500) <------------------------------ --------------- --------------- --------------- --------------- --------------- ---------------
    If @error Then ; not in town
    Debug("Not in town")
    Send("{ESCAPE}") ; opens menu
    Added this, nothing changes.
    Last edited by jumperu; 06-27-2012 at 07:04 PM.
    :gusta:wow:gusta:

  7. #37
    Elemt's Avatar Corporal
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jumperu View Post
    Done all this, empty inventory and all. Now it loops like - resume game - says it needs repair- tp to town - goes to repair -opens vendor- searches for items - repairs - logout .... repeat the loop

    Edit:


    Added this, nothing changes.
    I'll try to help you debug it. First add this between line 37 and 38.
    MsgBox(0,"1 = armor was not broken", @error)

    Running the script again, a box will pop up with a number. If it is 1, that means the problem isn't checking the top right for the yellow broken armor and the problem is in the CheckInv() function. Let me know what it says in the box.

    Originally Posted by HOTSITO View Post
    for soem reason it does not ggo into the cellar, it sees the cellar and then just transforms and does the whole thing outside the cellar
    Make sure you have 0% movement speed.

  8. #38
    HOTSITO's Avatar Active Member
    Reputation
    44
    Join Date
    May 2012
    Posts
    392
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have 0% move ment speed, it teleports right where it is supossed to go, it finds the cellar , it transforms in diamond skin and does nothing for a few seconds, then trows the hydra and teleports into archon , all outside the cellar

  9. #39
    nzio's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working here either. It enters game fine, but then it just leaves game and repeat whole time :x

  10. #40
    Elemt's Avatar Corporal
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nzio View Post
    Not working here either. It enters game fine, but then it just leaves game and repeat whole time :x
    Is it the Not at shop thing? Or need repairing?

    Originally Posted by HOTSITO View Post
    i have 0% move ment speed, it teleports right where it is supossed to go, it finds the cellar , it transforms in diamond skin and does nothing for a few seconds, then trows the hydra and teleports into archon , all outside the cellar
    It should hit resume, check for repair/full inventory. Teleport 4 times. It will say "cellar found" or "cellar not found". If it's finding the cellar, it should move twice to the left and then click the cellar. Where is it stopping? Does it move right after the teleports? Are you teleporting 4 times?
    Bound move to MOUSE3. That should fix it.
    Last edited by Elemt; 06-27-2012 at 08:20 PM.

  11. #41
    Philio's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason when my bag is full it does not seem to notice and does not go off to merchant to sell it. please fix ^^

  12. #42
    jumperu's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    322
    Join Date
    Oct 2010
    Posts
    1,413
    Thanks G/R
    5/45
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elemt View Post
    I'll try to help you debug it. First add this between line 37 and 38.
    MsgBox(0,"1 = armor was not broken", @error)

    Running the script again, a box will pop up with a number. If it is 1, that means the problem isn't checking the top right for the yellow broken armor and the problem is in the CheckInv() function. Let me know what it says in the box.


    Make sure you have 0% movement speed.
    Ok, tried this, message was 1. Inventory is empty so what is wrong.

    Ty for the help.

    Edit: ok, i changed in the next line checkinv to 0 and seems to go ok
    " If (Not @error) Or (CheckInv() == 0) Then"

    Edit 2: now it does not loot, everything goes ok, the trip, the combat, but after he kills the mobs, he goes to their position then he immediately teleports to town and repeats the loop.

    PS: I'm using the version u posted in page 2, dunno if it matters, i watched it for 20 or so runs so far, doesn't pickup anything, blues/gems/yellows or tomes.
    I have the gem looting commented out. Lines 199-226 (On the latest update). Delete the ; to uncomment the lines. It should work but I have not tested gems.

    http://pastebin.com/2a7Dpt3Q
    Edit 3: y, since i changed that line i prolly broke the code so it fixes the repair loop but doesnt search for items because of these lines

    If CheckInv() == 1 Then ; full and cannot pickup remaining items
    DEBUG("Inventory full, ending item finding")
    ExitLoop
    Last edited by jumperu; 06-28-2012 at 12:56 AM.
    :gusta:wow:gusta:

  13. #43
    Elemt's Avatar Corporal
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jumperu View Post
    Ok, tried this, message was 1. Inventory is empty so what is wrong.

    Ty for the help.

    Edit: ok, i changed in the next line checkinv to 0 and seems to go ok
    " If (Not @error) Or (CheckInv() == 0) Then"

    Edit 2: now it does not loot, everything goes ok, the trip, the combat, but after he kills the mobs, he goes to their position then he immediately teleports to town and repeats the loop.

    PS: I'm using the version u posted in page 2, dunno if it matters, i watched it for 20 or so runs so far, doesn't pickup anything, blues/gems/yellows or tomes.


    Edit 3: y, since i changed that line i prolly broke the code so it fixes the repair loop but doesnt search for items because of these lines

    If CheckInv() == 1 Then ; full and cannot pickup remaining items
    DEBUG("Inventory full, ending item finding")
    ExitLoop
    Try this one. I changed the shooting up a bit. But let me know what happens [AutoIt] Wizard Sarkoth Script Updated 6/28/12 3:39AM EST - Pastebin.com

    Originally Posted by Philio View Post
    For some reason when my bag is full it does not seem to notice and does not go off to merchant to sell it. please fix ^^
    What is in row 5, column 10?

  14. #44
    ryan0404'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)
    It doesn't work at all.. what it does is
    1. Resume
    2. Going to Repair (The checkpoint is not in town)
    3. Not In Town
    4. Leave Game
    - same thing over and over again.

    I have the setting right
    Fully repaired
    nothing in my inventory

    Please help

  15. #45
    doraemon87's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys. very new to this.
    i'm using the BH version of this.everything is working up the point where it starts teleporting to the left, it teleports 3-4 times then just tps and quits =[

    i'm running the same D3pref as quoted in the OP

    it gets stuck around the well, then it moves up to the well and quits the game..
    [Goldfarming] Sarkoth Dank Cellar [AutoIT Script] [Wizard] [800x600]-untitled-jpg

    see attached
    Last edited by doraemon87; 06-28-2012 at 07:12 AM.

Page 3 of 10 FirstFirst 1234567 ... 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: 104
    Last Post: 07-09-2012, 04:22 PM
  4. Replies: 164
    Last Post: 07-01-2012, 02:37 PM
  5. Replies: 52
    Last Post: 07-01-2012, 11:01 AM
All times are GMT -5. The time now is 06:10 PM. 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