EasyLoU is the premiere macro tool for Legends of Aria / Legends of Ultima. It is a totally free and open source tool inspired by EasyUO, the popular premiere macroing tool for Ultima Online.
ACTION = "Mining" / "Harvesting" or "Busy" - Not sure if we can separate.
DRAG = Detect if there is any item being held at that time.
Find Item:
It would be great to be able to find items using their OBJTYPE or GRAPHIC ( not sure if its possible )
FindMobile:
It would be great to have a third parameter for FindMobile to be used as an extra filter.
FindMobile("", 30, "Animal") this would only return mobiles with type animal.
Journal Reading:
With EasyUO there was a way to read Journal Lines, something like this:
set %jrnl #jindex
while #true
{
if #jindex > %jrnl
{
set %jrnl %jrnl + 1
scanjournal %jrnl
if is_attacking_you in #journal
event macro 1 0 Guards
}
}
It would be great to read the journal using lines instead of time.
--
Find running script name:
SCRIPTNAME = Scriptname.extension
Example: I'm running script named "tree.lua"
variable SCRIPTNAME would return "tree.lua"
--
A fix for the CHARWEIGHT issue, the CHARWEIGTH var does not updates when you add an item to an existing stack.
Character Info:
Find Item: It would be great to be able to find items using their OBJTYPE or GRAPHIC ( not sure if its possible )
FindMobile: It would be great to have a third parameter for FindMobile to be used as an extra filter. FindMobile("", 30, "Animal") this would only return mobiles with type animal.
Journal Reading:
It would be great to read the journal using lines instead of time.
--
Find running script name:
SCRIPTNAME = Scriptname.extension Example: I'm running script named "tree.lua" variable SCRIPTNAME would return "tree.lua"
--
A fix for the CHARWEIGHT issue, the CHARWEIGTH var does not updates when you add an item to an existing stack.