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

Celestial Essence macro (1 Viewer)

yumcake

New member
Joined
Oct 6, 2005
RedCents
Is there a macro that is simplier than the one that warps you around in PoK? I'm just looking for one that you put them items on the toon and it combines for you. I searched for it and the only one I could find was the one that warps you around.
 
This is crude but should work. I haven't tested it since the patch to make sure the new UI accepts the same commands. Open the Mixing bowl into the new tradeskill window. The one with recipe search. you need to alter the mac file to tell it what number the essence recipe is then ingame /echo combine them. It will then select the essence recipe hit the combine button and autoinventory button 20 times.
Rich (BB code):
|Just /echo "combine them" with your mixing bowl open to the window with recipe search.
|It will then combine 20 times.

#turbo
#event essence "#*#combine them#*#"


sub main
:MainLoop
/doevents
/delay 1s
/goto :MainLoop


sub event_essence
|you need to open the new tradeskill UI countdown to the celest recipe and replace the 
|& sign in next line with that number.
/notify TradeskillWnd RecipeList listselect &
/delay 3
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/notify Tradeskillwnd CombineButton leftmouseup
/delay 10
/notify Tradeskillwnd Autoinventory Leftmouseup
/delay 5
/echo 20 combines complete
/delay 5
 
Thanks alot is there a way to make that repeat it self until there is no more items to combine? Also the macro keeps saying it cannot find the autoinventory button.
 
Grab Army's. That was just a crude one I used before. You could just copy/paste the combine/autoinventory line a bunch then add a sub event_done that watches for the "you are missing" text and ends the macro. Not sure why the autoinventory isnt working. But i havn't tried it with the new UI.
 
Celestial Essence macro

Users who are viewing this thread

Back
Top