Swordsman Archive
Thread: Need Help With a Swordsman Macro
Page 1 of 1
JarekTiwood
Wed Aug 25, 2004 8:45 pm
#1
I was wondering if anyone knows the macro of how to loop headhit 3 over and over again until I dump the command. This would make it easier for me to fight nightsisters ... Thanks.
Tekcasualty
Wed Aug 25, 2004 9:09 pm
#2
god... you must be a moron
macroname:hh3
/melee2hheadhit3;
/echo God your a noob;
/macro hh3;
JarekTiwood
Wed Aug 25, 2004 9:21 pm
#3
If only you were on Starsider, we can meet up and I could kill you. Call me a moron, and I asked a simple question. Shows your maturity level.
Tekcasualty
Wed Aug 25, 2004 9:26 pm
#4
think about what your asking man, how do i run a macro that does an attack, then repeats...
Well we have two steps we need 1, the attack.... /melee2hheadhit3; (you can get this command by huvaring your mouse over the icon
Next step we need a loop... this can ether be done with /ui action toolbar(sloppy crappy way) or simply the /macro command (you should know this! The devs have been talking about this for a week or so RECENTLY)
JarekTiwood
Wed Aug 25, 2004 9:34 pm
#5
I dont read teverything the devs say, nor do I know the EXACT commands to loop an attack macro, so I came here to get the CORRECT answer, not to be insulted by my fellow swordsman. I rather would have you not post at all then give me the correct answer with an insult.
Joesf33
Thu Aug 26, 2004 9:00 am
#8
Looping combat macro I found can be a pain. I use macros that spawn a series of moves.
/centerofbeing;
/intimidate2;
/melee2hlunge2;
/melee2hmindhit2;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit2;
/melee2hheadhit2;
/melee2hheadhit3;
/melee2hlunge1;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit2;
/melee2hheadhit2;
Center of being is always a must. Intimidation2 is great against high end creatures and NPCs, along with PvP duels. I DO NOT recommend using it in open PvP combat because its slow and when chasing a target the combat queue clears when the target is out of reach and spaming the macro will cause you to keep intimidating which would be worthless. I have Master brawler and the extra damage on a KD target is nice. Mind hit for the bleed, not much but at times every little bit can count. I also toss in a few Headhit2s because the DPS is higher and missing on slow moves can cost you sometimes. Give the macro the headhit icon and put it in your toolbar. It will save you from spamming the individual attacks yourself and doing dumps.
/centerofbeing;
/intimidate2;
/melee2hlunge2;
/melee2hmindhit2;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit2;
/melee2hheadhit2;
/melee2hheadhit3;
/melee2hlunge1;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit2;
/melee2hheadhit2;
Center of being is always a must. Intimidation2 is great against high end creatures and NPCs, along with PvP duels. I DO NOT recommend using it in open PvP combat because its slow and when chasing a target the combat queue clears when the target is out of reach and spaming the macro will cause you to keep intimidating which would be worthless. I have Master brawler and the extra damage on a KD target is nice. Mind hit for the bleed, not much but at times every little bit can count. I also toss in a few Headhit2s because the DPS is higher and missing on slow moves can cost you sometimes. Give the macro the headhit icon and put it in your toolbar. It will save you from spamming the individual attacks yourself and doing dumps.
JarekTiwood
Thu Aug 26, 2004 12:03 pm
#9
JawaHater666 wrote:
wow tek... your a lil' **edit**! go PMS somewhere else...
Yea, I agree ....
Thraxx_Deathdealer
Thu Aug 26, 2004 12:27 pm
#10
There's a number of ways you could write a hh3 macro. You could write one that does mind wound then follows with 3 hh3's.........
/<macroname>
/pause 2;
/<macroname>
/pause 2;
/<macroname>
..... just rinse and repeat. This way your macro isnt looping.
Thraxx_Deathdealer
Thu Aug 26, 2004 12:45 pm
#12
Yw, macros are pretty easy to write. Just gotta try them out and get the basics, they can get pretty complex too. I justleached one from the Fencer forums the other night for CoB. Kinda made my head hurt as I was writing it. GL
Message Edited by Thraxx_Deathdealer on 08-26-2004 12:45 AM
Page 1 of 1