• 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

Request - Cauldron of endless goods mac

What exactly is the order. does it summon an item you click on or just want to drop into inventory?

This should cast it when it is ready and drp the item into inventory
Rich (BB code):
| Maskoi's Super Cool Cauldron Summoning Clicking Macro v.1 09.25.2012

Sub Main
    /plugin mq2cast
    :mainloop
        /if (${Cursor.ID}) /autoinventory
        /delay 10
        /if (${Cursor.ID}) /goto :mainloop
        /if (${Cast.Ready[Cauldron of Endless Goods]}) { 
            /casting "Cauldron of Endless Goods" -maxtries|2
            /delay 10s
            /goto :mainloop
        }
        /if (${FindItemCount[Cauldron's Endless Summoning]}) /itemnotify ${FindItem[Cauldron's Endless Summoning].InvSlot} rightmouseup 
        /delay 10s
    /goto :mainloop
/return
 
Last edited:
Right click it and it summons an item I want in inventory, will try above when I get home, ty :)
 
Maybe I'm missing the point here - I haven't actually played with macros yet. However, for my forage/ summon inv items I simply have a "Bag-it" button made by typing /autoinv as a macro and hot-keying it.

Does it really need all that extra code? I can understand it if you want it in a specific bag but... Well, Mas has enough on his plate without writing yet another batch of code...

I mean, Cauldron is on a 30 minute timer, right!?
;)
 
He wants to go bed, work, or therapy and have the mage summon stuff while he is AFK I am guessing
 
Oh well thats what you get for macros on the fly. Corrected it.
 
@Maskoi This is an old post but looking to use this. Where do i plug in this code and how do I get it to start up?
 
Make a text file, call it cauldron, be sure that you change file extension from .txt to .mac.
You should have now a file : cauldron.mac.
Copy then past that code in it and save it.
Put that file in the macro folder.

Then on your character do : /mac cauldron
 
You're right so maybe just change that line to /plugin mq2cast load
 
also, if you want to use the cauldron while your hunting.
Buffs4=command:/useitem Cauldron of Countless Goods
Change the name of the cauldron you are using. Make sure the cauldron is in your inventory. make sure you have room or set up loots to keep or use or destroy and such as to not run out of room. or make a condition that stops using it if your bags are full. and so on and such and you get the idea.
 
Request - Cauldron of endless goods mac

Users who are viewing this thread

Back
Top
Cart