The Wiki for Tale 8 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:Thaz/Macro"

From A Wiki in the Desert
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===Macros===
 
===Macros===
 
----
 
----
I play on multiple platforms, though none of them are Windows.  I've written some rough macros done that should work on any platform...yay...  They are very basic though, if you stumble across this page and want to see if they work for you, get in touch with me and I'll get you a link to either the source code or a complete stand alone java jar file.  Macros are written using the sikulix 1.1.2 java api.  Since it's java, and, since (i'm hoping) i managed to get the dependancies in the jar file for windows, linux, and mac, they should work universally.  I do know they work on mac and linux (the two platforms I do play on).
+
I play on multiple platforms, though none of them are Windows.  I've written some rough macros done that should work on any platform...yay...  They are very basic though, if you stumble across this page and want to see if they work for you, visit [http://jaditd.org my little corner] on the web to download and get more info.  Macros are written using the sikulix 1.1.2 java api.  Since it's java, and, since (i'm hoping) i managed to get the dependancies in the jar file for windows, linux, and mac, they should work universally.  I do know they work on mac and linux (the two platforms I do play on).
  
 
Completed so far:
 
Completed so far:
Line 16: Line 16:
 
* Wood plane macro (will keep track of wood and stone blades used)
 
* Wood plane macro (will keep track of wood and stone blades used)
 
* Preliminary Flax macro, will do 4x4 plantings, will only support seed types that don't require water.  I'll add water shortly, just ran out of awake hours.
 
* Preliminary Flax macro, will do 4x4 plantings, will only support seed types that don't require water.  I'll add water shortly, just ran out of awake hours.
* Onion macro that will grow two plantings at a time.  When I have more seeds to test with, I will expand this.
+
* Veggies (currently Onions and Carrots, but the backend code is there to support more)
  
 +
If they are useful to you, great.  If you have any issues, feel free to contact me in game or at the site.  If you'd like to contribute (ideas, code, whatever), let me know. 
 
[http://jaditd.org jaditd.org] is the site where you can download from and see if they work for you. Additional setup information is available on the site as well.
 
[http://jaditd.org jaditd.org] is the site where you can download from and see if they work for you. Additional setup information is available on the site as well.
  
 
----
 
----
 
[[Category:Macro]]
 
[[Category:Macro]]

Latest revision as of 05:05, 11 April 2018

Macros


I play on multiple platforms, though none of them are Windows. I've written some rough macros done that should work on any platform...yay... They are very basic though, if you stumble across this page and want to see if they work for you, visit my little corner on the web to download and get more info. Macros are written using the sikulix 1.1.2 java api. Since it's java, and, since (i'm hoping) i managed to get the dependancies in the jar file for windows, linux, and mac, they should work universally. I do know they work on mac and linux (the two platforms I do play on).

Completed so far:

  • Picker clickers
Grass
Slate
Clay (this one is self walking, but does drift a little, no unatended macroing anyway)
  • Endurance timer macros
Flax combs
Digs
Limestone gathering
  • Wood harvester (no smart enough to fertilize yet, but will intelligently wait till you don't have to)
  • Wood plane macro (will keep track of wood and stone blades used)
  • Preliminary Flax macro, will do 4x4 plantings, will only support seed types that don't require water. I'll add water shortly, just ran out of awake hours.
  • Veggies (currently Onions and Carrots, but the backend code is there to support more)

If they are useful to you, great. If you have any issues, feel free to contact me in game or at the site. If you'd like to contribute (ideas, code, whatever), let me know. jaditd.org is the site where you can download from and see if they work for you. Additional setup information is available on the site as well.