• 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 - What is your macro request? (1 Viewer)

Just make a hotbutton/social?

/outputfile inventory
/camp

and replace the camp button you currently use? That doesn't really require a macro/plugin
 
Thanks for the TLO's and /outputfile tips.

/outputfile - Is there anything pre-built code-wise that reads the individual characters inventory text files to kick back certain info? Ideally I'd like to build that as automated so I don't have to go through 20 toons/traders plus misc alts files.
 
How difficult would it be to make a macro that runs on 1 character, and allows normal playing to happen (spell casting / melee / /bcg commands) but:

when the line "sprouts a cloak of living lava" shows up on screen somewhere (brass palace Silent Sun mob casts his 12500 DS on himself) it puts out "/bcg //target id${Me.ID}" (Thanks Sic :)) as soon as possible. The mac would then just sit there and wait for it to happen again. No other macros being used on that toon.

Just a thought :)
 
How difficult would it be to make a macro that runs on 1 character, and allows normal playing to happen (spell casting / melee / /bcg commands) but:

when the line "sprouts a cloak of living lava" shows up on screen somewhere (brass palace Silent Sun mob casts his 12500 DS on himself) it puts out "/bcg //target id${Me.ID}" (Thanks Sic :)) as soon as possible. The mac would then just sit there and wait for it to happen again. No other macros being used on that toon.

Just a thought :)

Well this will do what you asked, but not sure that is what you want

you can test it using /echo sprouts a cloak of living lava

Code:
#event sproutslava "sprouts a cloak of living lava"

sub main

    :loop
        /doevents
        /delay 5
    /goto :loop
/return

sub event_sproutslava
    /docommand //bcga //target id ${Me.ID}
/return
 
How difficult would it be to make a macro that runs on 1 character, and allows normal playing to happen (spell casting / melee / /bcg commands) but:

when the line "sprouts a cloak of living lava" shows up on screen somewhere (brass palace Silent Sun mob casts his 12500 DS on himself) it puts out "/bcg //target id${Me.ID}" (Thanks Sic :)) as soon as possible. The mac would then just sit there and wait for it to happen again. No other macros being used on that toon.

Just a thought :)

@LamahHerder hooked you up, but like I said in the other thread, you should just use MQ2Events.

https://www.redguides.com/community/resources/mq2events.124/
 
Awesome stuff :). Thanks guys, will try the lamascript, but to be honest i'd never even noticed mq2events. which is a little embarrassing.. Ah well. Gives me something to read up on during lunchbreaks too :)
 
Not sure if there is one, but, a macro that can somehow get all your traveler achievements completed for the evolving boots.

Fuck, I'd LOVE this. I saw a macro that will cycle LDONs for you... that by itself is worth it's weight in gold.
 
Request - What is your macro request?

Users who are viewing this thread

Back
Top
Cart