LOTRO AutoIt Log Parser and Location Handler
Posted: April 14th, 2008, 4:48 pm
Script Function:
This script is a "starter" AutoIt script for you to either insert or start your own script. It contains functions that can be useful when creating your own LOTRO script.
Key Functions:
GetLastLine()
Calling this function in your script will set the Global string variable $LastLine to the last line in the log file, which can then be used by your script
GetPositionData()
Calling this function anywhere in your script will set the Global Variables $XPos, $YPos, and $Heading, which can then be used by your script
SendAndWaitForNewLine($KeyPress)
Can replace the Autoit Send() function when you want to send a keystroke that will trigger a new line. This function saves the new line created by your keystroke to the Global string variable $LastLine
This script is a "starter" AutoIt script for you to either insert or start your own script. It contains functions that can be useful when creating your own LOTRO script.
Key Functions:
GetLastLine()
Calling this function in your script will set the Global string variable $LastLine to the last line in the log file, which can then be used by your script
GetPositionData()
Calling this function anywhere in your script will set the Global Variables $XPos, $YPos, and $Heading, which can then be used by your script
SendAndWaitForNewLine($KeyPress)
Can replace the Autoit Send() function when you want to send a keystroke that will trigger a new line. This function saves the new line created by your keystroke to the Global string variable $LastLine