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/FlaxHammock"

From A Tale in the Desert
Jump to navigationJump to search
Line 9: Line 9:
 
*Last Update: 11/14/2010 - Made all GUI's appear on upper left corner, so you do not need to drag out of way, anymore.
 
*Last Update: 11/14/2010 - Made all GUI's appear on upper left corner, so you do not need to drag out of way, anymore.
 
*Last Update: 12/13/2010 - Added an area, top of the code, to configure the delays along with recommending settings (fast or slow/lag computers). This should speed up things a little from the default numbers (delay times).
 
*Last Update: 12/13/2010 - Added an area, top of the code, to configure the delays along with recommending settings (fast or slow/lag computers). This should speed up things a little from the default numbers (delay times).
 +
*Last Update: 12/17/2010 - My last update MAY have has a carriage return in the middle of a line of code. It did not cause the macro to give an error, but certainly caused erratic behavior. Fixed!
  
  
  
 
[[User:Cegaiel/Macros/FlaxHammock/Code | Get Code!]]
 
[[User:Cegaiel/Macros/FlaxHammock/Code | Get Code!]]

Revision as of 09:28, 17 December 2010

Flax Hammocks (Unlimited) (Autohotkey)

  • Supports Grass, Papyrus and Rotten Flax only.
  • Asks what you are drying and qty. Walks you through setup in a GUI menu.
  • Loads all your hammocks, waits the correct time to dry, then unloads them all; Repeats. Will stop automatically once everything is dried.


  • Last Update: 10/11/2010 - Changed it to ask how many items you are drying. It will calculate the item you are drying, how many hammocks you have and stop the script automatically once they have been processed. Also shows timer in minutes and seconds, instead of seconds only.
  • Last Update: 11/7/2010 - Changed Papyrus to Fertile Papyrus. Added a new option for Sterile Papyrus, which uses a different hotkey "N" instead of "P".
  • Last Update: 11/14/2010 - Made all GUI's appear on upper left corner, so you do not need to drag out of way, anymore.
  • Last Update: 12/13/2010 - Added an area, top of the code, to configure the delays along with recommending settings (fast or slow/lag computers). This should speed up things a little from the default numbers (delay times).
  • Last Update: 12/17/2010 - My last update MAY have has a carriage return in the middle of a line of code. It did not cause the macro to give an error, but certainly caused erratic behavior. Fixed!


Get Code!