• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Request - Auto Enchanting with AA spells. (Conflagrant, Celestial and Refined Velium (1 Viewer)

mckonz

Member
Joined
Jul 16, 2014
RedCents
110¢
Any help is appreciated. I would like to automate this. Hit a button, go make lunch or whatever, and come back to the stack number of what I need. Thanks
 
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.

/macro make:
|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
 
Request - Auto Enchanting with AA spells. (Conflagrant, Celestial and Refined Velium

Users who are viewing this thread

Back
Top