• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Ultimate Potion Making Macro

VillageIdiot

Member
Joined
Dec 14, 2006
RedCents
291¢
This is a potion macro for automating a few different commonly used potions. This was my first bigger macro project i did.

Please make sure to have "one of these 4 alchemy bags as the combine pouch and if not please change the mac to whatever you use.
Medicine Bag
reinforced medicine bag
folded medicine bag
reinforced folded medicine bag

If you like it , toss me a redcent :)

V1.0
- Fixed bag issue, if you don't have one listed it will end.
V1.1
- Fixed crash on using bags other than medicine bag.
V1.2
-Added Distillate of Celestial Healing XVI & Distillate of Celestial Healing XV
hotxvi and hotxv , make sure to have the drop pieces and if your making the xvi make sure to have the piece from argath.
V1.3
- Put a check in to make sure bag isn't in another bag.
- Fixed the crash when you have more than one of the bags on you
 

Attachments

Last edited:
Nice Work, Was getting lazy enough to just buy from vendor instead of making them lol.
 
Hey Village.. thanks for the mac.. but I can't seem to find the buy.inc and the common.inc .. Any chance You could post them as well? I've looked around the site, but can't seem to find them.
 
I am having a crash issue when starting this mac, I am in the appropriate location in PoK, I have the buy.inc and common.inc from Armysoldier. I start the macro as such: /mac potion gate 20, movement to the vendor works correctly and the purchase window opens and immediatly after this I crash...Any suggestions?

The files I am using are attached...and again thanks for the mac and thank you Army for all that you have done.

One caveat to this, I did have to remove both buy and common from the common folder that Army had them in and then I had to rename commonsubs.inc to common.inc in order to get the macro to start, but end result is crash.

Thanks
 
This works well.. problems I had.. was it crashed everytime when it went to do the combines.. reason being was I had a Foldable Reinforced bag.. I just changed the item discription in the macro and it works like a champ. Might want to add that to the header so people know to change it.. great peaceof work here.. I would love to see this for harder potions to that require teh dropable items.. of course you would have to have the Burs or what not on you before you started b ut wold be very useful.
 
I think that where he put

Please make sure to have "a medicine bag as the combine pouch and if not please change the mac to whatever you use.

was pretty clear, this is not a flame but just more of clarification. Please read more closely. It does not say"a Foldable Reinforced bag"
 
Hmmm Nyte.. thanks for pointing that out guess I should have read closer.
 
Thanks for sharing good to see you back. Post stickied.
 
I have not been able to get this one to work. It works up to the point where it is about to do the crafting. The macro finds my bag but then I get and error saying "Invalid item slot 'null'" then my client crashes. Any ideas?
 
The bag is in the first top level slot not in another bag. The macro closes the potion window when its buying all the mats. Then it does a search for the bag and says it located the bag, says invalid item slot 'null" then the client crashes.
 
Oh close all your bag windows including the medicine bag and start the macro and see if works.
 
Still nothing. It crashes with the options window but in the MQ2 window it looks like it made it past that step. Crash.jpg
 
Thanks man! Even with it crashing just the buy portion is saving me a ton of work! Red cented :)
 
vi,
Line 737
Rich (BB code):
/itemnotify ${FindItem[=${pouch}].InvSlot} rightmouseup
if you change it to the line below it will prevent the macro from closing the window if it happens to be open
Rich (BB code):
/if (!${Window[TradeskillWnd].Open}) /itemnotify ${FindItem[=${pouch}].InvSlot} rightmouseup
 
Yeah did that on mine just now and fixed another spot. but mine doesn't use ${ContainerType} :) i did fix it for the ${pouch}
 
I am gonna have to find what account the sham is on and just make tons of pots and sell them haha

let me know when it is fixed so I can go mess with it :P
 
Yeah did that on mine just now and fixed another spot. but mine doesn't use ${ContainerType} :) i did fix it for the ${pouch}

I have to many macros that was from your old version. I edited the post with the line i meant but it looks like you already posted the new version. thanks.
 
this crashes for me, before buying supplies or making any potions. Used the mac up top, medicine pouch is in first top level inv slot. I have the buy.inc & common.inc in my macros folder. Any suggestions?

potioncrash.jpg
 
Post the one you are using and i can add it to the macro. I'm going to put a check in that if you don't have one of those four it will end.
 
I updated with a fix if you don't have one of those bags it will end. Also made a version so people can see what version they have.

V1.0
 
when i use Foldable Reinforced Medicine Bag and this macro I crash. The bag does not open it does not matter what slot I put it in. A Medicine Bag works just fine. crash.jpg
 
V1.2
-Added Distillate of Celestial Healing XVI & Distillate of Celestial Healing XV
hotxvi and hotxv , make sure to have the drop pieces and if your making the xvi make sure to have the piece from argath.
 
V1.3
- Put a check in to make sure bag isn't in another bag.
- Fixed the crash when you have more than one of the bags on you
 
Ultimate Potion Making Macro

Users who are viewing this thread

Back
Top
Cart