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:Shuofthefieryheat/MyUtilitiesPage/Shu Enhanced Clicker"

From A Tale in the Desert
Jump to navigationJump to search
(New page: == Shuofthefieryheat Enhanced Clicker Page == '''Other Pages of Interest''' MyHomePage MyUtilitiesPage ==== Sh...)
 
Line 10: Line 10:
  
 
This is an improved clicker based on '''Sithid's Clicker'''
 
This is an improved clicker based on '''Sithid's Clicker'''
 +
 +
 +
To use the macro in game you click on the progam 
 +
Shu_One_Clicker_Enhanced_v2_0_d.exe
 +
 +
To Start the macro running do CTRL + p
 +
 +
To Exit the macro do CTRL + x
 +
 +
To see a help message do CTRL + h
 +
 +
The macro will prompt you for all the options. You can select the ones that make sense to have running.
 +
 +
It will repeatedly click a location that you designate. An icon or a line in a pinned menu.
 +
 +
It will monitor for Bright Red and skip clicking when its recognized.
 +
 +
It will also monitor for Green Stats and send you a msg when the food has run out. new: the status msg should properly display now
 +
 +
There is a counter for when you just want to collect X amount of something
 +
new: option to display the counter status while collecting stuff
 +
 +
There is also a Delay Timer so you dont click too often.
 +
 +
You can use any or all of them at one time.
 +
 +
Once you have set the locations, you can RESET them to a NEW location by just hovering over the NEW location and doing the appropriate CTRL key for that item.
 +
 +
These are the options in the program
 +
 +
<pre>
 +
Global $HelpMsg1 = "This clicker uses several controls: "
 +
Global $HelpMsg2 = "CTRL+x = Exit "
 +
Global $HelpMsg3 = "CTRL+p = Start/Pause "
 +
Global $HelpMsg4 = "CTRL+1 = Set the Click Location "
 +
Global $HelpMsg5 = "CTRL+2 = Set the Delay Timer "
 +
Global $HelpMsg6 = "CTRL+3 = Red Spot Monitor "
 +
Global $HelpMsg7 = "CTRL+4 = Green Spot Monitor "
 +
Global $HelpMsg8 = "CTRL+5 = Set Counter "
 +
Global $HelpMsg9 = "CTRL+h = This help message "
 +
</pre>

Revision as of 02:04, 28 March 2009

Shuofthefieryheat Enhanced Clicker Page

Other Pages of Interest

MyHomePage

MyUtilitiesPage

Shu's Enhanced Clicker Macro

This is an improved clicker based on Sithid's Clicker


To use the macro in game you click on the progam Shu_One_Clicker_Enhanced_v2_0_d.exe

To Start the macro running do CTRL + p

To Exit the macro do CTRL + x

To see a help message do CTRL + h

The macro will prompt you for all the options. You can select the ones that make sense to have running.

It will repeatedly click a location that you designate. An icon or a line in a pinned menu.

It will monitor for Bright Red and skip clicking when its recognized.

It will also monitor for Green Stats and send you a msg when the food has run out. new: the status msg should properly display now

There is a counter for when you just want to collect X amount of something new: option to display the counter status while collecting stuff

There is also a Delay Timer so you dont click too often.

You can use any or all of them at one time.

Once you have set the locations, you can RESET them to a NEW location by just hovering over the NEW location and doing the appropriate CTRL key for that item.

These are the options in the program

Global $HelpMsg1 = "This clicker uses several controls: "
Global $HelpMsg2 = "CTRL+x = Exit "
Global $HelpMsg3 = "CTRL+p = Start/Pause "
Global $HelpMsg4 = "CTRL+1 = Set the Click Location "
Global $HelpMsg5 = "CTRL+2 = Set the Delay Timer "
Global $HelpMsg6 = "CTRL+3 = Red Spot Monitor "
Global $HelpMsg7 = "CTRL+4 = Green Spot Monitor "
Global $HelpMsg8 = "CTRL+5 = Set Counter "
Global $HelpMsg9 = "CTRL+h = This help message "