• 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 --->

No spam spice maker macro (1 Viewer)

RedLotus

Member
Joined
Dec 27, 2004
RedCents
60¢
Macros. People like to use them, because gaining skillups for things like crafting, and fishing, can be quite a repetative button mashing experience.

The thing is, you can lose your account for running them. Oh well, if you want to start running them anyway, you will want to download and install 2 programs that are absolutely necessary.



Ac Tool over at http://www.actool.net/


To get EQ2 into windowed mode:
  • Options
  • Performance
  • Uncheck "Full Screen"


You can also download Auto IT

Use the Auto IT Reveal Mode program to pinpoint the exact location of your begin button. Update this and the MousePos if you need to.

http://www.hiddensoft.com/AutoIt/


Purchase the appropriate amount of materials for the amount of stacks you want to craft, and update the first loop.

Click and drag from your tradeskill abilities, Awareness, Constant Heat, and Seasoning in your 1, 2, and 3 slots. (but not ALT+1).




//Set Window
SetActiveWindow EverQuest II (Jan 14 2005 18:37:44) USER OPTIMIZED: SOEBuild=1631T
// Start Macro
Loop 80 // Number of stacks you bought added together
MousePos 778, 625 // location the begin button is.
delay 750
LeftClick // Clicks begin/repeat
delay 3000
Loop 30 //Loops your tradeskill arts while you are crafting
keys 1 //Awareness
delay 500
keys 2 //Constant Heat
delay 500
keys 3 //Seasoning
delay 500
End
MousePos 778, 625 // This is where the begin button is.
delay 750
LeftClick // Clicks begin/repeat
delay 10000 //waits a few seconds before looping
End



Now, go on and do what makes you happy!
 
Last edited:
No spam spice maker macro

Users who are viewing this thread

Back
Top