wyvernx wrote:
You mentioned autoit was easier to use. why? So I can add that to this and make it easier to use. There are tons of functions that are included in xum.. see the functions drop down. Just let me know what is missing and I can add it with my plugin or get admin to add it to the helper.
Well I guess I just find the syntaxt more comprehensible as a whole, but there is one spesific prebuilt method that I really miss, and thats the Tooltip() function. it uses winodows own tooltip thing and lets you place it anywhere, and write anytihng to it. Basicly it makes a REALLY nice overlay on the game to run debugging information and such through. Its a heck of a lot more comfortable to see what the bot is doing every step of the way than having to guess, or going through text-logs after the fact.
Oh, and as for what other other information would be useful to read from memmory is:
- Some way to determine is spell X is active on yourself (and party members too?)
- Some way to determine is spell X is active on current target
- Some way to determine if ability X is ready for use (or perhaps how long the timer has left to run).
EDIT: Misisippi, do this:
- Delete or rename the current helperfile
- Run the Exhume
- Run the service (it will now start)
- Notice that the service has created a new helper file now
- Register the new DLL (I don't know why that was needed as it seemingly started well even before regging it, but im following wyvernx's recommendation on this

)
Runs fine for me now, and I must say I am impressed. If I can only figure out either how to code effeciently in VBscript or import the data into autoit, then the possebilities are endless. Especially the availability of loc's are a very very welcome resource.