Newbie Macro Questions
First, from reading the various macro guides, I have yet to find mention of any sort of pause type function that would allow me to delay part of the macro.
|
As for your auras, just do them when you can get enough people in range, esp the ones that may currently be low on hps and end. Many experience players have very self sufficient builds and while the auras are very useful, they may not be needed.
Myself, at most I'll say:
RA in 5
wait a sec
4321 go!!
Global @StarGeek
ParagonWiki.com-The original is still the best!
My Hero Merit rolls
Accuracy needed for 95% ToHit spreadsheet
Forum font change stripper for Firefox/Opera/Chrome. No more dealing with poor color choices, weird fonts or microscopic text
Search Wiki Patch notes, add site:ParagonWiki.com inurl:patch_notes to your Google Search
If you have time to sit there and have every one gather around you, you have time to press a button 8 times... >.>
I would suggest something like this. I have not tested it, and it might be a little off, but it should move you in the right direction. You will need 8 text files.
Call:
h "g RAs in 5$$bindloadfile count1"
Count1:
h "g 1$$bindloadfile count2"
Count2:
h "g 2$$bindloadfile count3"
Count3:
h "g 3$$bindloadfile count4"
Count4:
h "g 4$$bindloadfile count5"
Count5:
h "g 5$$bindloadfile cast1"
Cast1:
h "powexecname Recovery Aura$$bindloadfile cast2"
Cast2:
h "powexecname Regeneration Aura$$bindloadfile Call"
Your character does not have capped defense. Depending on your AT the cap is between 175% - 225%. Your defense is not teal in the combat window, it can go higher. STOP SAYING IT IS CAPPED! The correct term is Soft Cap.
I enjoy playing in Mids. I specialize in Melee Characters, other AT's usually bore me.
There is none. This is specifically done this way to prevent botting.
|
As for your auras, just do them when you can get enough people in range, esp the ones that may currently be low on hps and end. Many experience players have very self sufficient builds and while the auras are very useful, they may not be needed.
Myself, at most I'll say: RA in 5 wait a sec 4321 go!! |
Thanks, I'll look into that.
After much trial and error over the years, I've decided that countdowns are only useful in this game when dealing with multi-player glowie clicks.
For better or worse, here's what all my aura-buffing characters get:
/macro AB "Adrenaline Boost firing soon...$$emote Whistle"
The Whistle only sounds if I'm completely motionless when I hit the Macro, so I have some "micro" control over when the whistle blows vs. when the Tell goes out without the whistle (sure don't need it while we're all getting ready to pounce...).
And generally, if people really want a buff, it's their responsibilty to stay *relatively* close to me in combat. I don't always warn, if pretty much everyone's in range. And if you're chronically not-in-range? Sorry bub - that's your bad gameplay tactics, not mine.
My main is an Empathy defender. I don't ever warn for buffs anymore. At the beginning of the team, and if anyone new joins after the start of the team, I tell people to either be in melee range, or be within a few feet of melee range. Then I fire the buffs as they recharge, positioning myself as close to the middle of the player-pack as possible. I haven't been ******* at in the last couple years with this tactic. I rarely miss people, and if I do, I send them a quickie tell to stay closer to melee. They usually get the point.
If I'm playing a Kin, I tell everyone that my heals and end-replenish are melee range, so stay in melee, and that I fulcrum shift from melee, so if they want to be uber, stay in melee, goddamnit.
Paragon Wiki: http://www.paragonwiki.com
City Info Terminal: http://cit.cohtitan.com
Mids Hero Designer: http://www.cohplanner.com
If I warn, it's "<BuffName> in a few second!"
If I give warning that is.
Orc&Pie No.53230 There is an orc, and somehow, he got a pie. And you are hungry.
www.repeat-offenders.net
Negaduck: I see you found the crumb. I knew you'd never notice the huge flag.
If I'm playing a Kin, I tell everyone that my heals and end-replenish are melee range, so stay in melee, and that I fulcrum shift from melee, so if they want to be uber, stay in melee, goddamnit. |
On topic, if all else fails you could always create a series of macros and put them in their own power tray. One for each part of what you're looking to create so you can just click them like any other power instead of having to type them in. It may be silly to do it that way, but that's what I've got on my Pain Dom for World of Pain.
Not a noob to the game, but to the forums, and to macros in CoH...
First, from reading the various macro guides, I have yet to find mention of any sort of pause type function that would allow me to delay part of the macro. If there is no command like that, I'm probably SOL on my idea. If there is one and I've missed it I'm going to feel like an idiot, but I'll thank you for teaching me.
Many times in groups I've found it difficult to organize folks to gather around my Empathy Defender for Recovery and Regeneration Auras. What I would like to do is macro something to the effect of:
/g Gather around me for Health & Regen Auras. In 5...
one second
/g 4
one second
/g 3
one second
/g 2
one second
/g 1
one second
Then I hit the Auras.
Right now the only solution I can think of from reading about binds and macros is to bind the first statement ("Gather around...") to a key, then do a countdown manually. But that is cumbersome, especially as we're all busy running a mission.
Any thoughts on how to accomplish this are appreciated.