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:Galagah"

From A Tale in the Desert
Jump to navigationJump to search
Line 1: Line 1:
''''Elder in Lost Souls''''
+
'''Elder in Lost Souls'''
  
''''Simple Grass macro using ACTool , works on vista and xp ( vista run as administrator ). Resolution of 1440x900''''
+
'''Simple Grass macro using ACTool , works on vista and xp ( vista run as administrator ). Resolution of 1440x900'''
  
 
  // Grass gather macro -- 1440x900 resolution
 
  // Grass gather macro -- 1440x900 resolution

Revision as of 15:49, 26 December 2008

Elder in Lost Souls

Simple Grass macro using ACTool , works on vista and xp ( vista run as administrator ). Resolution of 1440x900

// Grass gather macro -- 1440x900 resolution
// Set camera to cartographer view (F8 twice)
// and zoom all the way in making sure you have a full screen of grass
// Set line 13 to the total grass you want to collect
// Remember to divide total grass by amount per pick ( ie 1/3 @ RS 7 with scythe and basket)
// Action icons are large , if you use small , change line 9 to correct position

Procedure Clicky
MousePos 1339, 84|100
  Leftclick | 200
End

Loop 75 // change this to the amount you want
Call Clicky
MousePos 923, 475|550
  LeftClick
  Delay 2700
Call Clicky
MousePos 523, 475|550
  LeftClick
  Delay 2700
Call Clicky
End