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 "Guilds/Falcon Bay Water Board"

From A Tale in the Desert
Jump to navigationJump to search
Line 15: Line 15:
  
  
 +
AC Tools Clay Macro by DG.
 +
If you have problems with it, contact me in-game.
 +
----
 +
<Pre>
 +
Constants
 +
MouseX = 840
 +
MouseY = 525
 +
End
  
 +
Loop 999999999
 +
Delay 50
 +
GetRed  235, 104 = 197
 +
GetGreen  235, 104 = 103
 +
GetBlue  235, 104 = 79
 +
SetConst MouseX = {MouseX}
 +
SetConst MouseY = {MouseY}
 +
MousePos 235, 104
 +
LeftClick
 +
MousePos $MouseX, $MouseY
 +
Delay 200
 +
Else
 +
End
 +
Else
 +
End
 +
Else
 +
End
 +
End
  
 +
Stop
 +
 +
</Pre>
 +
----
  
  

Revision as of 01:23, 13 September 2009

Falcon Bay Water Board has been created to construct a Aquaduct System from the bay, north of the CS at 4182 -279.
When the mats for the tower are achived it will be built. The citizens of Falcon Bay are welcome to join the guild if they want to be involved with the planing, orginizing and construction. Guild members will be expected to remain active in the guild as long as it takes to compleat this project.
After the guild members have built thier towers, the system will be open to any citizen of Egypt. At that point our goal is to provide the meterials for anyone to build a tower. Donations are allways welcome:
To Donate, find the Wharehouses behind the Guild Hall, all will be stashable by Public.
If anyone would like to take on this Wiki Page, please chat TylerEdwin. I plan to spend time doing what I do best, creating mats.



http://www.atitd.org/wiki/tale4/Guilds/Falcon_Bay_Water_Board/plans



AC Tools Clay Macro by DG. If you have problems with it, contact me in-game.


Constants
MouseX = 840
MouseY = 525
End

Loop 999999999
Delay 50
GetRed  235, 104 = 197
GetGreen  235, 104 = 103
GetBlue  235, 104 = 79
SetConst MouseX = {MouseX}
SetConst MouseY = {MouseY}
MousePos 235, 104
LeftClick
MousePos $MouseX, $MouseY
Delay 200
Else
End
Else
End
Else
End
End

Stop