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 "Macros/Iggys"

From A Tale in the Desert
Jump to navigationJump to search
 
Line 23: Line 23:
  
 
Hey iggy.. any way to separate the RGB on a pixelGet color and then turn it into a number? I wanna work on a coppermine helper.
 
Hey iggy.. any way to separate the RGB on a pixelGet color and then turn it into a number? I wanna work on a coppermine helper.
 +
*IGGY-Not sure what you are asking specifically, but the PixelGetColor function of AHK allows you to return the RGB value as a hex number through any variable you want. [http://www.autohotkey.com/docs/commands/PixelGetColor.htm See Documetation Page] Otherwise, if you just want to read the value so you can search for it, you can use the WindowSpy program and hover over the pixel you want to read the RGB so you can use it in a search function.  If those do not answer your question, then you'll need to elaborate a bit. :)

Latest revision as of 05:55, 29 December 2008

All of these macros use AutoHotKey. It must be installed before they will run.


Flax Related

  1. Harvest and Seed Flax OE & NG (v0.7)

Gathering Resources

  1. Slate, Clay, & Grass (v0.7)

Misc

  1. Repeat Clicker (v0.5)

To Do

  • Combine flax harvest and seed collecting macros -- DONE See v0.7!

Feedback

"Use this page to tell me what you think and make requests if you want. No guarantees though. ;) "


Hey iggy.. any way to separate the RGB on a pixelGet color and then turn it into a number? I wanna work on a coppermine helper.

  • IGGY-Not sure what you are asking specifically, but the PixelGetColor function of AHK allows you to return the RGB value as a hex number through any variable you want. See Documetation Page Otherwise, if you just want to read the value so you can search for it, you can use the WindowSpy program and hover over the pixel you want to read the RGB so you can use it in a search function. If those do not answer your question, then you'll need to elaborate a bit. :)