- Joined
- May 17, 2015
- RedCents
- 5,918¢
Is there a macro you feel needs to be made or updated?
Looking for something to warmup on
Looking for something to warmup on
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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
#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
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.