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.

User:Corrans/macros/Wood Plane

From A Tale in the Desert
< User:Corrans‎ | macros
Revision as of 08:17, 31 December 2008 by Corrans (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

6 Wood Plane Macro

// Pin Windows in 2 rows of 3,
// in top left corner of window
// works best at 1024 x 768 res
// Set line 16, for Number of loops
// usually total wood / 6
Procedure Delay300
  LeftClick
  delay 300
End

Procedure Delay600
  LeftClick
  delay 600
End

Loop 25
MousePos 120, 80
CALL Delay300
MousePos 120, 80
CALL Delay600

MousePos 400, 80
call Delay300
MousePos 400, 80
call Delay600

MousePos 690, 80
call Delay300
MousePos 690, 80
call Delay600

MousePos 120, 190
call Delay300
MousePos 120, 190
call Delay600

MousePos 400, 190
call Delay300
MousePos 400, 190
call Delay600

MousePos 690, 190
call Delay300
MousePos 690, 190
call Delay600

End

12 Wood Plane Macro

// Pin Windows in 4 rows of 3,
// in top left corner of window
// works best at 1024 x 768 res
// Set line 16, for Number of loops
// usually total wood / 12
Procedure Delay300
  LeftClick
  delay 300
End

Procedure Delay600
  LeftClick
  delay 600
End

Loop 25
MousePos 120, 80
Call Delay300
MousePos 120, 80
Call Delay600

MousePos 400, 80
Call Delay300
MousePos 400, 80
Call Delay600

MousePos 690, 80
Call Delay300
MousePos 690, 80
Call Delay600

MousePos 120, 190
Call Delay300
MousePos 120, 190
Call Delay600

MousePos 400, 190
Call Delay300
MousePos 400, 190
Call Delay600

MousePos 690, 190
Call Delay300
MousePos 690, 190
Call Delay600

MousePos 120, 300
Call Delay300
MousePos 120, 300
Call Delay600

MousePos 400, 300
Call Delay300
MousePos 400, 300
Call Delay600

MousePos 690, 300
Call Delay300
MousePos 690, 300
Call Delay600

MousePos 120, 420
Call Delay300
MousePos 120, 420
Call Delay600

MousePos 400, 420
Call Delay300
MousePos 400, 420
Call Delay600

MousePos 690, 420
Call Delay300
MousePos 690, 420
Call Delay600

End