Originally Posted by
jbaladron00
Hey dude, tested it out and looks good - is there a way to toggle off CD's before you get in combat though?
Also, is there a way to add engineering gloves (slot 10) into your CD toggle, seeing as it lines up perfectly with pillar would be amazing.
Those are the only things I can think of at the moment, will test more when servers come back up.
getting the cd toggle to work out of combat is easily done from your end but i dont recommend it cause it would force your character into unintended pulls because of abilities i have coded into the routine-to do it go into rotation editor-select my routine and in the bottom right UNCHECK require combat to execute rotation then restart PQR-this will allow cd toggles to work out of combat.Right now the default setting for the profile is CDS enable at combat start so ill think about setting the default CDS disable tho i dont like CDS not being used immediately after a boss pull
The reason i dont recommend it cause i coded an ability called FROST ATTACK
Code:
profilestart = debugprofilestop()
RunMacroText("/startattack")
return false
That code will send out a macro to attack anything hostile to you that is within range-if you run it out combat you will be pulling adds and bosses in the raid-recommend you deactivate that ability in rotation editor by moving it to the left-the reason for that code in my profile is that some raid leaders want a high uptime on activity which can be seen easily in recount-high activy usually lead to a higher damage done-im starting heroic SoO this week-the biggest reason im on the heroic team is bec of the high dps that i put thanks in part to my ilvl 548 and this awesome frost routine
now as far as the engineering gloves-not sure that a /use 10 would work-however a RunMacroText("/use 10") should work tho you prob should include code that checks on the gloves CD availabilty-that command tells the profile to run a macro in game to use the item in slot 10. If i have time ill try to code the appropiate code into the routine when i do my DW rotation release later today tho im starting to get real busy with heroic SoO this week.