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

From A Tale in the Desert
Jump to navigationJump to search
Line 2: Line 2:
 
*Start the script by hitting Ctrl+Alt+W. It will work you through the setup with GUI menus.
 
*Start the script by hitting Ctrl+Alt+W. It will work you through the setup with GUI menus.
 
*Might work on Flaxing Comb (would have to see if menus match the Rake's menus, I'm too lazy to verify)
 
*Might work on Flaxing Comb (would have to see if menus match the Rake's menus, I'm too lazy to verify)
*Middle click (mousewheel) a portion of the black letter in the word Endurance, in skills tab (A continuous tooltip will let you know when you are hovering black). Next, middle click, the rake's pinup menu "Seperate Rotten Flax (Step 1, Remove Straw)" and it will go to work.
+
*Middle click (mousewheel) a portion of the black letter in the word Endurance, in skills tab (A continuous tooltip will let you know when you are hovering black). Next, middle click, the rake's pinup menu (to record location) on: "Seperate Rotten Flax (Step 1, Remove Straw)" and it will go to work.
 
*Monitors the red/black text in skills tab so that it clicks at maximum speed. Won't click while the skills is in red.
 
*Monitors the red/black text in skills tab so that it clicks at maximum speed. Won't click while the skills is in red.
 
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue.
 
*Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu.  This script addresses that issue.
*The way the script works is that it clicks your recorded postition on Step 1: Remove Straw and Step 4: Cleaning the Rake. Step 2 and 3, it offsets the originally recorded click position by 15 (for Step 2 and 3). If you resolution is really high, then maybe try adjusting the 2 lines that say: NewY := ClickY + 15.  Try changing +15 to a lower number (if it is clicking too high) or a lower number (if it is clicking too low on 2nd menu choice). Most likely, it would be in the +10 to +13 range to correct a higher resolution offset.
+
 
 +
 
 +
 
 +
*The way the script works is that it clicks your recorded postition on Step 1: Remove Straw and Step 4: Cleaning the Rake.
 +
*For the Step 2 and 3 clicks, it offsets the originally recorded click position by 15 (for Step 2 and 3).
 +
*If you resolution is really high, then maybe try adjusting the 2 lines that say: NewY := ClickY + 15.  Try changing +15 to a lower number (if it is clicking too high) or a lower number (if it is clicking too low on 2nd menu choice). Most likely, it would be in the +10 to +13 range to correct a higher resolution offset.
 
*Added: 2/19/2010
 
*Added: 2/19/2010
  

Revision as of 10:57, 19 February 2010

Hackling Rake

  • Start the script by hitting Ctrl+Alt+W. It will work you through the setup with GUI menus.
  • Might work on Flaxing Comb (would have to see if menus match the Rake's menus, I'm too lazy to verify)
  • Middle click (mousewheel) a portion of the black letter in the word Endurance, in skills tab (A continuous tooltip will let you know when you are hovering black). Next, middle click, the rake's pinup menu (to record location) on: "Seperate Rotten Flax (Step 1, Remove Straw)" and it will go to work.
  • Monitors the red/black text in skills tab so that it clicks at maximum speed. Won't click while the skills is in red.
  • Menu has recently changed (I think). The seperate/process flax options and the clean rake is no longer on the same line, in menu. This script addresses that issue.


  • The way the script works is that it clicks your recorded postition on Step 1: Remove Straw and Step 4: Cleaning the Rake.
  • For the Step 2 and 3 clicks, it offsets the originally recorded click position by 15 (for Step 2 and 3).
  • If you resolution is really high, then maybe try adjusting the 2 lines that say: NewY := ClickY + 15. Try changing +15 to a lower number (if it is clicking too high) or a lower number (if it is clicking too low on 2nd menu choice). Most likely, it would be in the +10 to +13 range to correct a higher resolution offset.
  • Added: 2/19/2010


Hackling Rake menu is now:

  • Step 1, Remove straw (1st option on menu)
  • Step 2, Seperate (2nd option on menu) (Clean rake is now at top, "Take..." is now 2nd)
  • Step 3, Refine, (2nd option on menu) (Clean rake is now at top, "Take..." is now 2nd)
  • Step 4, Clean Rake (1st option on menu)


Get Code!