Groovy Maid is a scripting engine for H&H based on groovy, it puts at your disposal methods to automate certain tasks.
This is a complete rewrite of Groovy Bot client in a sane and easy to understand interface. It consists in an object, the maid, that tries to do everything for you. It acts as an addon to any client.
= Features =
- Runs over any client that respects the original client interfaces.
- Simple interface.
- Event based. More accurate than pinging every x seconds for a variable.
= Todo =
- Finish multi.session support. Right now for some reason switching between accounts and returning has a black window in most cases, it's a refresh issue.
- Allow access to global positioning. Right now only relative positioning is available. Global x,y keep changing, I need a way around that.
- Some methods available in Arksu's are missing due to ugly.
- Some methods available in Groovy Bot are missing due to lazy.
- Console commands.
- Comment the code!
= Download =
Binary: http://hnh-groovy-maid.googlecode.com/files/maid.jar
Dependencies: http://hnh-groovy-maid.googlecode.com/f ... encies.zip
Source: http://code.google.com/p/hnh-groovy-maid/source
= Instalation =
Groovy Maid runs over any client. Unpack the dependencies and place maid.jar where haven.jar can be found. Run maid.jar instead of haven.jar in your command:
java -Xms256m -Xmx512m -jar build/maid.jar moltke.seatribe.se
Depends on the following files:
= Usage =
- Pressing SHIFT + F1 runs the file "scripts/f1.groovy" You can have up to "scripts/f12.groovy".
- Pressing SHIFT + ESC cancels the running script.
- Using console you can invoke a certain filename :bot test will run "scripts/test.groovy" (TODO)
There is a multi-session support in beta, I do not recommend using it. WARNING BUGGY
- New session: ALT + INSERT.
- Destroying session: ALT + DELETE.
- Switching sessions back or forward: ALT + PGUP; ALT + PGDOWN.
- Switching sessions to the start or the end: ALT + HOME; ALT + END.
= ChangeLog =
2012-01-17 - Public release.