[Goldfarming] Dank Celler [AutoIT Script] [DH based on chancitys] [800x600] menu

Shout-Out

User Tag List

Page 14 of 19 FirstFirst ... 101112131415161718 ... LastLast
Results 196 to 210 of 273
  1. #196
    Peage's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    For the counter it's color based so it's seeing something matching the green pixel shade for a set item. By default the bot loots only flawless gems and not just square ones.

    Does your bit display a number for starting gold if it shows 0 that's why it opens inventory at the beginning of every run. After it first opens the inventory that is.

    I am also looking iinto it only checking the first row of some people's are you runnin it on a VMware?
    Nope i am using it with Window seven ultimate , bootcamp on my macbook pro , but you are in right about the gold count , it seems to not count , and maybe that's why the bot open already the inventory... Then i think it's on my goldread who apear a problem , maybe the local adresse of tesseract ?

    i have put this setting :

    #EndRegion Header
    #Region Global Variables and Constants
    Global $last_capture
    Global $tesseract_temp_path = "C:\Program Files (x86)\"
    i will try this setting :

    Global $tesseract_temp_path = "C:\Program Files (x86)\Tesseract-OCR\"

    [Goldfarming] Dank Celler [AutoIT Script] [DH based on chancitys] [800x600]
  2. #197
    ConquerSith's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the new script somehow loots a lot of whites compared to the previous one... is that just me? i kinda used the new script but changed back the smokescreen to vault though but removed the scatter traps before the cellar check.

  3. #198
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ConquerSith View Post
    the new script somehow loots a lot of whites compared to the previous one... is that just me? i kinda used the new script but changed back the smokescreen to vault though but removed the scatter traps before the cellar check.
    In the options look for loot timing or something like that increAse it slightly. Sounds like you are still moving when it goes to loot so it misclicks item and hits a white. Old version tumbled to loot location so didn't need a timer
    Last edited by stealthingyew; 07-19-2012 at 08:40 AM.

  4. #199
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Peage View Post
    Nope i am using it with Window seven ultimate , bootcamp on my macbook pro , but you are in right about the gold count , it seems to not count , and maybe that's why the bot open already the inventory... Then i think it's on my goldread who apear a problem , maybe the local adresse of tesseract ?

    i have put this setting :


    i will try this setting :

    It needs to be whatever folder tesseract.exe is in with a \ at the end

    And I don't think that's the spot that needs editing search for ShellExecuteWait and see of it has location there you should have 2 results you got to change
    Last edited by stealthingyew; 07-19-2012 at 08:50 AM.

  5. #200
    Peage's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now i got my ratio gold per hour , and all information about gold. All is fine exepted one thing now.

    When my inventory is full , he scan all inventory , and sell/stash/salvage only items on unsafe places , i would like to disable the safe place inventory because he just sell/stash/salvage the top on inventory , and after the bot will lost more time to make this because he will do it more time.

    i just want to know wich place to the ini i need to set , i expected these:

    $vendorRows = 6 ;# of rows to vendor, starting from the top (default = 5: bottom row is safe)
    $vendorColumns = 10 ;# of columns to vendor, starting from left
    $VendorAll = 1 ;Vendors everything but identified items
    $VendorLoot = $VendorMagic + $VendorRare + $VendorLegendary + $VendorSet + $VendorAll
    Or

    ;New Loot Coords
    $slot1x = 530 ; first slot x coordinate
    $slot1y = 338 ;first slot y coordinate


    $offset = 27 ; offset for each slot

    ;$slotLineX = 520 ;First slot line x coordinate
    ;$slotLineY = 324 ;First slot line y coordinate
    ;$slotLineOffSet = 26.75 ;offset for each line

    $slotLineTopX = 519 ;First slot line x coordinate
    $slotLineTopY = 320 ;First slot line y coordinate
    $slotLineBotX = 541 ;First slot line x coordinate
    $slotLineBotY = 352 ;First slot line y coordinate
    $slotLineOffSet = 26.75 ;offset for each line

    $CellMiddleTopX = 530
    $CellMiddleTopY = 339
    $CellMiddleBotX = 531
    $CellMiddleBotY =341
    $CellMiddleO = 26.75
    or this on setting :

    [Vendoring]
    Set=0
    Legendary=0
    Rare=1
    Magic=1
    All Items=0
    All-Rows=1
    All-Columns=1
    i just want to the bot analyse all the inventory without any safe place ^^

    thanks helping.

  6. #201
    jahwarrior28's Avatar Sergeant
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    now zoom in to the lines between the bag slots. At the top of gimp go to tools selection then color. now click a pixel on the lil brown line between bagslots.
    I did try this morning to find the correct color, but I wasn't able to do it in the time I had. It just kept trying to equip everything (just as you warned). I am assuming I need to do this with unidentified rares, is that correct? Thanks again!! Good luck with the doctor... I hate going so much!!

  7. #202
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to open your bag take a screenshot and upload it and I'll give you a line to insert.
    Yes you need in I'd rares to test with


    Today's stats so far

    Last edited by stealthingyew; 07-19-2012 at 09:22 AM.

  8. #203
    jahwarrior28's Avatar Sergeant
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's a pic: imgur: the simple image sharer

    Once you find the correct color code, I will try to replicate. Then maybe I won't be so helpless! I'm using these autoit bots for an excuse to get into coding.

  9. #204
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jahwarrior28 View Post
    Here's a pic: imgur: the simple image sharer

    Once you find the correct color code, I will try to replicate. Then maybe I won't be so helpless! I'm using these autoit bots for an excuse to get into coding.
    I am not home yet it will be like 1-3 hours but soon as I'm there I'lltake a look at it.

  10. #205
    Peage's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Peage View Post
    Now i got my ratio gold per hour , and all information about gold. All is fine exepted one thing now.

    When my inventory is full , he scan all inventory , and sell/stash/salvage only items on unsafe places , i would like to disable the safe place inventory because he just sell/stash/salvage the top on inventory , and after the bot will lost more time to make this because he will do it more time.

    i just want to know wich place to the ini i need to set , i expected these:



    Or



    or this on setting :



    i just want to the bot analyse all the inventory without any safe place ^^

    thanks helping.

    anyone for help me ? the bot already sell/stach/salvage the first line of inventory...

    thanks

  11. #206
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need an image of your inventory open

  12. #207
    Peage's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    I need an image of your inventory open



    The Red zone was the Unsafe zone , bot stash/sell/salvage only items who they are in this area , and i would like to Unsafe all the inventory..

    Thanks.

    if you need pictures without the red modification ask me

  13. #208
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Peage View Post


    The Red zone was the Unsafe zone , bot stash/sell/salvage only items who they are in this area , and i would like to Unsafe all the inventory..

    Thanks.

    if you need pictures without the red modification ask me
    Without the red plz

  14. #209
    Peage's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    Without the red plz
    here is it.


  15. #210
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    todays

Page 14 of 19 FirstFirst ... 101112131415161718 ... LastLast

Similar Threads

  1. Replies: 4466
    Last Post: 05-07-2013, 07:39 AM
  2. Replies: 397
    Last Post: 08-11-2012, 04:48 AM
  3. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  4. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
  5. Replies: 52
    Last Post: 07-01-2012, 11:01 AM
All times are GMT -5. The time now is 09:39 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