Pistoleer Archive
Thread: Pistoleer and armor...
Recon is our armor. It is more efficient against energy attacks, and less efficient against kinetic attacks. The most common second master seems to be Bounty Hunter, as it is a very good support profession for any of the 3 ranged profs. It gives some good defense numbers, it gives duelist stance which is very good (boosts defense by 160 points at Investigation IV), gives some more accuracy, and gives several good specials with Advanced Critical being your best damage move with the MP/MBH template.
Assuming you go with the MP/MBH template, you have 52 points left over. You can go with the Squad Leader option for more defense and speed (and a little accuracy). You can go Rifles or Carbines for more accuracy and a little defense (rifles will give more ranged defense, but no more melee defense; carbines gives some of each. Carbines also gives you a snare attack.) You can go Combat Medic for extra healing or for health DoTs (you'll only be able to get one discipline, so you'll have to choose.)
Aside from the MP/MBH template, several are going MP/MSmuggler and some are going MP/MDoc or MP/MCM. There are a few going MP with MC or MR, but not as many. I haven't really heard any feedback on someone going MP along with a master melee prof. You lose out on a lot of accuracy that way, which affects how much damage you're going to do per hit.
i had a system where i changed my armor too. Was cool for hunting stuff on Dant lik Voritors that would start spitting at you once they got far enough away. But my system involved leaving my inventory open and clickign REAL fast. lol i guess a macro is (was?) a better option. but now its gone ... o well.
im MP/MBH/ smuggler 4/0/0/0
Hehe, Badger, it seemed to melike the devs intended for armor to be able to be changed quickly (at least outside of combat), since they obviously removed the armor equipping delay (unless it's just a fortuitous bug!).
That was a welcome change, now that we are now apparently required to wear a complete set of armor (9 pieces!) for full protection, even though some pieces do not actually take hits. Badger, I think it was you who told me that on test center, formed an armor hole was formedif you didn't have a full set of the same kind of armor equipped?
Anyway, to answer your question, Falcon, what I did was put each piece of recon armor into the first nine slots of my 5th toolbar pane (pane #04), and then use the following macro called "Equip_Recon":
/ui action toolbarPane04;
/ui action toolbarSlot00;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarSlot07;
/ui action toolbarSlot08;
/ui action toolbarPane00;
I then put a button for this macro in my main toolbar (or you can bind it to another key like Badger does--I can't keep that many unlabelled keys straight in my mind!).
Then I put the corresponding pieces of assault armor into the corresponding shift-keys, and make this macro called "Equip_Assault":
/ui action toolbarPane04;
/ui action toolbarSlot12;
/ui action toolbarSlot13;
/ui action toolbarSlot14;
/ui action toolbarSlot15;
/ui action toolbarSlot16;
/ui action toolbarSlot17;
/ui action toolbarSlot18;
/ui action toolbarSlot19;
/ui action toolbarSlot20;
/ui action toolbarPane00;
Now that I look at it, I realize that I don't need the last line in my macros anymore because I am alreadycalling the macro frommy main pane. You may need it though if you put the button in another pane and want to immediately switch back to your main combat pane.
I just now tested it to see if it still works after the last patch, and it does. It apparently just doesn't work after combat has initiated, so you have to decide what kind of armor you want to use before you engage your target. I guess it helps if you know in advance what kind of damage they deal!
Yeah, Pre-CU wearing something like Corsec Gloves and bracers would negate the bracers... but now you can wear corsec gloves for +3 pistol speed, and corsec boots for +3 carb speed if you want.
I've got corsec gloves and rebel recon boots at the moment... shame you cant have Bio Engineer bonuses on gloves or boots. ![]()
Thats good to know that you can armour switch out of combat, I like to put my clothing on when having a chat to someone so I'll set my armour change macro back up.