The Wiki for Tale 5 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.

Rauuls macros

From ATITD5
Jump to navigationJump to search

Rauul's Fishing Macro

My movie watching Fishing Macro for ACTool.. for when you just want to throw away those 200 spittlebug fresh lures (remember to follow the rules of macros.. never run them unattended)

// Fishing macro -- 1600x900 resolution
// Set line 7 to the total number of casts
// This dosen't change lures, so make sure you have a large number of lures handy to use

Procedure Fish
MousePos 225, 60 // Adjust this to where your fishing button is at the top
  Leftclick 
End
Loop 500 // Number of casts you want (remeber you have to have a lure for each cast)
Call Fish
  Delay 18800

End