I have autexec loaded, and here is my autoexec.xml file:
Code
<?xml version="1.0" ?> <autoexec> <!-- This is an autocreated AutoExec file. the next line is commented out and not going to be ran, its to show an example on how to add commands to this file. --> <!--register event="login" silent="true" runonce="true">load expwatch</register--> <!-- <register event="hpplt70" silent="true">input /ma drain <t></register> --> <!-- <register event="mpplt50" silent="true">input /ja convert <me></register> --> <register event="mpplt50" silent="true" runonce="false">input /ja convert <me></register> <register event="hpplt70" silent="true" runonce="false">input /ma drain <t></register> </autoexec>
What I'm trying to do is automatically cast Convert on my rdm when my MP% is less than 50, and cast Drain on my blm if my HP% is less than 70.
I thought these 2 things would be an easy way to figure out the programming of autoexec, but not sure if I have it setup or written out right. I have the autoexec.xml (code above) in the Autoexec folder under windower/plugins. I do have the first 2 lines remarked out, because they didn't work either.