i stole this from someone/somewhere so if you recognize it, thumbs up and thanks for your work! all i do is change the alt activate on line 14 and make sure i have a pause that works on line 15 and boom, you will make as much ore as you have until you run out. macro seems to try twice after it runs out, but then it stops. the alt activate numbers are listed right in the special tab of your enchanter aa abilities.
[CODE lang="ini" title="/macro make" highlight="14-15"]|Enchant Macro
#event OutOfStuff "You are missing some required components."
#include spell_routines.inc
Sub Main
:Loop
/doevents
:ClearCursor
/if (${Cursor.ID}) {
/autoinventory
/goto :ClearCursor
}
/alt activate 3225
/delay 62s
/goto :Loop
Sub Event_OutOfStuff
/endmacro
/return[/CODE]