The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "User:Cegaiel/Macros/SandMining"

From A Tale in the Desert
Jump to navigationJump to search
Line 19: Line 19:
 
**Minor update. If you record your ore locations and forget to choose pattern, it will now still remember the locations. So just choose a pattern and try again. Previously, the ore stones coordinates were lost when forgetting to select a pattern, from pulldown menu and running (Start).
 
**Minor update. If you record your ore locations and forget to choose pattern, it will now still remember the locations. So just choose a pattern and try again. Previously, the ore stones coordinates were lost when forgetting to select a pattern, from pulldown menu and running (Start).
 
**Added an "Oops" button. This will run the last pattern and ore stone locations. No need to reselect patterns, on pulldown menu or reselect ore stone locations.  Just ignore that it says "0 or 7 ore stones captured" and no need to reselect the pattern (Leaving as "Select one" is just fine, it will use whats listed as "Last Pattern:" on the GUI).  The only time this button would be used, is if you forgot to minimize chat and it sent a bunch of AAASAAASAAAS, etc to the chat bar.  Just go ahead and minimized it, hit the Oops button, and voila!
 
**Added an "Oops" button. This will run the last pattern and ore stone locations. No need to reselect patterns, on pulldown menu or reselect ore stone locations.  Just ignore that it says "0 or 7 ore stones captured" and no need to reselect the pattern (Leaving as "Select one" is just fine, it will use whats listed as "Last Pattern:" on the GUI).  The only time this button would be used, is if you forgot to minimize chat and it sent a bunch of AAASAAASAAAS, etc to the chat bar.  Just go ahead and minimized it, hit the Oops button, and voila!
 
+
*Last Update: 11/02/2010
 +
**Fixed the "7 color" pattern. Was broken, missing a critical click...  All pattern should work 100%, I hope...
  
  

Revision as of 10:10, 2 November 2010

Sand Mining - Beta (Autohotkey)

  • The macro will walk you through the setup, via GUI interface.
  • Asks for the pattern (ie Triple + 1 pair, or 2 pairs), all the options in wiki.
  • Whatever pattern is chosen, it will run the ore stones, as it is listed in wiki.
  • Runs each workload in 9-12 (minimum) to 19-26 seconds (maximum) - depending on number of sets and PopUpDelay variable.
    • 9-19 seconds at 150 PopUpDelay and 12-26 seconds at 200 PopUpDelay. Default is 150 (9-19s)
  • If you see popup boxes, then you most likely chose the wrong pattern.
  • Added: 10/27/2010


  • Previous Update: 10/28/2010 PM
    • I have aborted the pixel search method of finding the popup button. When working sandmines, on all sand terrain, it would occassionaly think an OK button was there, when it was not (thus causing you to move/run). Regardless of how I adjusted the shades, the results seemed to vary on occassions. Instead I now have included an OK.PNG image file in the zip. Make sure this file is in the same folder as your scripts. Now it will search for the actually word OK, in the popup. I have adjusted the script so it will find it, regardless of your resolution. You should not need to adjust anything. Tested at 1024x768, 1280x1024, 1680x1050 so pretty sure it will work on all. Basically this means that on the Sterope Public Sandmine, you should find yourself not moving/walking randomly.
  • Last Update: 10/30/2010
    • Consolidated both the menus, at beginning into one menu. Also made the GUI windows pinup at the top left corner, automatically, so you dont have to drag it out of way anymore.
    • Second update on 10/30/2010: Replaced Triple pattern with Triple Alternative pattern from wiki. That results in 1 unbroken stone, instead of 2. Better chance for more gems and huge.
  • Last Update: 10/30/2010
    • Minor update. If you record your ore locations and forget to choose pattern, it will now still remember the locations. So just choose a pattern and try again. Previously, the ore stones coordinates were lost when forgetting to select a pattern, from pulldown menu and running (Start).
    • Added an "Oops" button. This will run the last pattern and ore stone locations. No need to reselect patterns, on pulldown menu or reselect ore stone locations. Just ignore that it says "0 or 7 ore stones captured" and no need to reselect the pattern (Leaving as "Select one" is just fine, it will use whats listed as "Last Pattern:" on the GUI). The only time this button would be used, is if you forgot to minimize chat and it sent a bunch of AAASAAASAAAS, etc to the chat bar. Just go ahead and minimized it, hit the Oops button, and voila!
  • Last Update: 11/02/2010
    • Fixed the "7 color" pattern. Was broken, missing a critical click... All pattern should work 100%, I hope...



Before you work the mine, a pulldown menu will ask what the pattern is, choices are:

  • 7 Color
  • 6 Color (1 Pair)
  • 5 Color (2 Pairs)
  • 5 Color (Triple)
  • 4 Color (3 Pairs)
  • 4 Color (Triple + Pair)
  • 4 Color (Quadruple)
  • 3 Color (Triple + 2 Pairs)
  • 3 Color (Quad + Pair)
  • 3 Color (Quintuple)


Explanation of each on is located in the Sandmining Guide.


Choose the correct set of stones you see, then click Next. Then middle click all the stones


NOTE: Make sure you select (middle click) all of the stones with the highest amount of same colors first.

ie

Triple + Pair. You would middle click the triple colors first, then the pair, then all remaining single colors

Triple + 2 Pair. You click the triple colors first, then first pair, then the 2nd pair next, then the single colors.

Quadruple + 1 Pair. You would select the 4 stones with the same color first, then the pair next, then the single colors.

2 Pairs. You would first click the first pair, then the second pair, then the single colors.

1 Pair. You would first click the pair, then all the single colors.


So you ready to give it a try? Just remember, wiki says that the gem locations are in these regions, so make sure you are sandming in the correct region. There is usually a public sandmine next to the CS in each region.


  • Alcyone - Topaz
  • Celeano - Emerald
  • Maia - Ruby
  • Merope - Sapphire
  • Sterope - Quartz
  • Taygete - Opal
  • Sinai - Diamond



Youtube Video of the macro in action.



Make sure you check back here often (daily or couple time a week) for updates. After releasing a new macro, I tweak it, find newer/better solutions, etc, etc and update very frequently.


.zip file includes .ahk, .exe and ok.png files. Make sure the ok.png is in the same folder as the scripts.


Download .zip file from Wiki Note wiki will produce a corrupt .zip file if downloaded with IE. Download with Firefox or Chrome.

Download .zip file from Mirror Site - No corrupt errors when downloaded with IE. Firefox/Chrome is fine too, of course.

Verify the last upload date (Current), for the EXE. Make sure the latest update, matches the Last Update date, at top.