The Wiki for Tale 7 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:Nanolbaid"

From ATITD7
Jump to navigationJump to search
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Autoit Gatherer
+
[[User:Nanolbaid/Paint | My Paint Recipes]]
  
HotKeySet("!a", SetLoc)
+
__TOC__
HotKeySet("!r", ToggleReady)
+
==[[Guides/Beer|Beer]]==
 +
<googlespreadsheet height="900" style="width: 100%">1kFA8XjPFvhMRHBSJ8i-DCru5e9jOV0QCf4HvKMGhq28</googlespreadsheet>
  
SetUp()
 
  
Func SetVars()
 
Global $bRunning = False
 
Global $aPos
 
Global $cPos
 
EndFunc
 
  
Func SetUp()
 
SetVars()
 
While $bRunning = False
 
  
WEnd
+
https://docs.google.com/spreadsheets/d/1kFA8XjPFvhMRHBSJ8i-DCru5e9jOV0QCf4HvKMGhq28/edit?usp=sharing
Gather()
 
EndFunc
 
  
Func Gather()
+
http://www.atitd.org/wiki/tale7/index.php?title=Guilds/Followers_of_Anubis/Oven_List&action=edit&section=10
While $bRunning = True
 
If PixelGetColor($aPos[0], $aPos[1]) = $cPos Then
 
Local $aTemp = MouseGetPos()
 
MouseClick("left", $aPos[0], $aPos[1], 1, 0)
 
MouseMove($aTemp[0], $aTemp[1], 0)
 
Sleep(100)
 
EndIf
 
WEnd
 
EndFunc
 
  
Func SetLoc()
 
$aPos = MouseGetPos()
 
$cPos = PixelGetColor($aPos[0], $aPos[1])
 
EndFunc
 
  
Func ToggleReady()
+
 
$bRunning = Not $bRunning
+
EndFunc
+
Brief Description: Very Potent Sweet Brown Beer. Noticeable barley flavor.
 +
 +
--- Alcohol: 1241 ---
 +
--- Color: 480 ---
 +
--- Mold: 0 ---
 +
--- Vitamins: 763 ---
 +
 +
--- Glucose (sweet): 15 ---
 +
--- Maltose (sweet): 664 ---
 +
--- Lactose (sweet): 0 ---
 +
 +
--- Citric Acid (sour): 0 ---
 +
--- Lactic Acid (sour): 0 ---
 +
--- Acetic Acid (sour): 0 ---
 +
 +
--- Barley Flavor (pleasant): 960 ---
 +
--- Orange Flavor (fruity): 16 ---
 +
--- Banana Flavor (fruity): 15 ---
 +
--- Cherry Flavor (fruity): 70 ---
 +
--- Date Flavor (fruity): 52 ---
 +
--- Honey Flavor (fruity): 43 ---
 +
--- Nutmeg Flavor (slightly bitter): 76 ---
 +
--- Cinnamon Flavor (slightly bitter): 14 ---
 +
--- Tannin Flavor (very bitter): 320 ---
 +
--- Grassy Flavor (unpleasant): 59 ---
 +
--- Nasty Flavors (unpleasant): 40 ---
 +
 +
Microbes Detected: Yeast-24

Latest revision as of 19:42, 30 March 2016

My Paint Recipes

Beer

<googlespreadsheet height="900" style="width: 100%">1kFA8XjPFvhMRHBSJ8i-DCru5e9jOV0QCf4HvKMGhq28</googlespreadsheet>



https://docs.google.com/spreadsheets/d/1kFA8XjPFvhMRHBSJ8i-DCru5e9jOV0QCf4HvKMGhq28/edit?usp=sharing

http://www.atitd.org/wiki/tale7/index.php?title=Guilds/Followers_of_Anubis/Oven_List&action=edit&section=10



Brief Description: Very Potent Sweet Brown Beer. Noticeable barley flavor.

--- Alcohol: 1241 --- --- Color: 480 --- --- Mold: 0 --- --- Vitamins: 763 ---

--- Glucose (sweet): 15 --- --- Maltose (sweet): 664 --- --- Lactose (sweet): 0 ---

--- Citric Acid (sour): 0 --- --- Lactic Acid (sour): 0 --- --- Acetic Acid (sour): 0 ---

--- Barley Flavor (pleasant): 960 --- --- Orange Flavor (fruity): 16 --- --- Banana Flavor (fruity): 15 --- --- Cherry Flavor (fruity): 70 --- --- Date Flavor (fruity): 52 --- --- Honey Flavor (fruity): 43 --- --- Nutmeg Flavor (slightly bitter): 76 --- --- Cinnamon Flavor (slightly bitter): 14 --- --- Tannin Flavor (very bitter): 320 --- --- Grassy Flavor (unpleasant): 59 --- --- Nasty Flavors (unpleasant): 40 ---

Microbes Detected: Yeast-24