-For the opener its a bit hard to code that in due to the fact that PQR doesnt track when you first went into combat, it just constantly re reads through all the code to execute, so if you can find me a source of code that shows, "Hey, I just started combat and lets prioritize this rotation over the standard profile" or you can just do the opener yourself.
-Are you tab targeting a lot because I havent really seen rupture fall off much at all for me, I'll try implementing something now for that
-I'm trying to work on this pooling, so give me time.
-The dispatch at 5cp falls under the simcraft that I had that produced the most dps. So if you can find me one that provides more then please pm it to me.
-Same with what I said about the opener, I'm trying to prevent it from doing the casts off the bat, but like said PQR doesnt track when you just started battle. I'm trying to work stuff out with the combat log for other events that might fall into this.
Please read the lower simcraft that I based this off of mainly, which yields more dps then the basic simcraft rotation.
Code:# Cooldowns actions+=/virmens_bite_potion,if=buff.bloodlust.react|target.time_to_die<40 actions+=/auto_attack actions+=/use_item,name=ninetailed_gloves actions+=/berserking actions+=/vendetta actions+=/shadow_blades actions+=/marked_for_death,if=enabled&combo_points=0&buff.slice_and_dice.up # Ambush actions+=/ambush,if=!talent.shadow_focus.enabled actions+=/vanish,if=time>10&talent.shadow_focus.enabled&(combo_points<3|(talent.anticipation.enabled&anticipation_charges<3)|(buff.shadow_blades.down&(combo_points<4|(talent.anticipation.enabled&anticipation_charges<4)))) # SnD actions+=/slice_and_dice,if=buff.slice_and_dice.down # Rupture actions+=/dispatch,if=!dot.rupture.ticking&combo_points<5&(buff.blindside.up|energy+energy.regen-30>=25) actions+=/dispatch,if=dot.rupture.remains<3&combo_points<5&buff.blindside.up actions+=/mutilate,if=!dot.rupture.ticking&combo_points<5&energy+energy.regen-55>=25 actions+=/rupture,if=!ticking|(combo_points=5&ticks_remain<=1) # Envenom actions+=/pool_resource,for_next=1 actions+=/envenom,if=combo_points=5&buff.envenom.remains<1 actions+=/dispatch,if=talent.anticipation.enabled&buff.blindside.up&buff.shadow_blades.up&anticipation_charges<3&energy+1.5*energy.regen<90 actions+=/dispatch,if=talent.anticipation.enabled&buff.blindside.up&buff.shadow_blades.down&anticipation_charges<4&energy+1.5*energy.regen<90 actions+=/dispatch,if=talent.anticipation.enabled&buff.blindside.down&buff.shadow_blades.up&anticipation_charges<3 actions+=/dispatch,if=talent.anticipation.enabled&buff.blindside.down&buff.shadow_blades.down&anticipation_charges<4 actions+=/pool_resource,for_next=1 actions+=/mutilate,if=combo_points=5&talent.anticipation.enabled&buff.shadow_blades.down&target.health.pct>35&anticipation_charges<2 actions+=/pool_resource,for_next=1 actions+=/envenom,if=combo_points=5 # CP Gen actions+=/dispatch actions+=/mutilate actions+=/preparation,if=!buff.vanish.up&cooldown.vanish.remains>60
with four piece, do you not cast rupture or something? uhhh for it to not rupture just take the ability called "finisher" and put...
I just updated the mutilate profile for the whole rupture thing, should manage better...Code:--if ( AoE and FanOK == 1 ) then -- return false --elseif ( ( AoE and FanOK ~= 1 ) or not AoE ) then --if ( not UnitDebuffID("target", RUPTURE, "player") -- or DebuffTime(RUPTURE, "target", "player") < 2 ) then -- Cast(RUPTURE, "target") --end --end if ( AoE and CrT == 1 ) then return false elseif GetComboPoints("player", "target") == 5 and UnitDebuffID("target", RUPTURE, "player") ~= nil then Cast(EVISCERATE) end
Hmmm, are you glyphed for expose armor? I'll probably make somethin in a bit
Last edited by Nerder; 04-12-2013 at 07:49 AM.
thnks n im not sure just wanted to test havnt played combat in ages lol but def prefer ruptureless solo for combat n yeah course im expose glyphed![]()
Hey guys, I recently updated Rubims monk profile, I've seen a few people asking. I'm taking no credit in writing this at all, its all what rubim had, just I tailored it moreso for the recent changes in rotation a bit. My monk is 518 ilvl, with Rune of Re-origination so that is coded in here and pulled a sustained 104k dps with it ( no food/flask and only self buffs )
Here's the text file to download from PQR. I only renamed it so people can keep his old one and the one I use for raiding atm
Code:http://nerder-pqr-profiles.googlecode.com/svn/PQRotation/monk.txt
I have yet to tried any of your profiles, but Im eager to play a Rogue and have heard good things about your rogue-profile! ^^
Allright, currently my rogue is 65, can I use the profile or do I have to remove certain abilities?
I'm not sure about that profile, it looks like it's casting Mutilate at 5cps if you have less than 2 anticipation charges, that is something I've not seen recommended anywhere and isn't something done by the top Rogues in their kill videos. There isn't any point using a Dispatch proc at 5cp unless you have Envenom buff, because you want to use your Dispatch procs to generate as many additional poison procs as possible, so it makes sense to Envenom first and then use the proc. I could be wrong but that makes most sense to me, and when I asked in the mmo champ thread people supported that view.
Well for the hundred tests and changes I have tried making this is yielding me the highest output yet. This was also supplied by one of the rogues that currently raid in Blood Legion, as when they're time off from raiding he's my guilds raid leader
Until I can find something to have a higher output then this will remain whats out there.
Last edited by Nerder; 04-12-2013 at 07:34 PM.
SVN isn't working for me. Using the checkout repository listed below and on your Google Code page. Have tried multiple versions of this and none are correct.
http://nerder-pqr-profiles.googlecod...vn/PQRotation/ nerder-pqr-profiles-read-only
Last edited by Apocalypse59; 04-12-2013 at 10:07 PM.
is for the roguesCode:http://nerder-pqr-profiles.googlecode.com/svn/PQRotation/rogues.txt
is for the reworked monk... the rogue one has been posted up for a long timeCode:http://nerder-pqr-profiles.googlecode.com/svn/PQRotation/monk.txt