MMO News and theorycrafting for advanced MMO gamers. News and articles that relate to your gameplay. World of Warcraft, SWTOR, Guild Wars 2, Rift, TERA, Eve Online, Star Wars the Old Republic, Diablo3, The Secret World and all Western AAA MMOs

Your login from any MMO-Mechanics forum or site will work here.

Hello There, Guest! Register

Thread Closed 
Annihilation | Watchmen Discussion
04-20-2012, 07:40 AM (This post was last modified: 04-20-2012 07:41 AM by Qed.)
Post: #8
RE: Annihilation | Watchmen Discussion
(04-20-2012 03:25 AM)AssimilateThis Wrote:  Hi everyone, first time poster long time lurker

Couple questions re: 1.2

1) Has anyone found the optimal way to weave Ravage into the rotation given the 1.2 buff?
2) Optimal accuracy for PvP? I've kept typically kept mine ~110 as Anni for PvP and ~108 for PvE.

Thanks

Playing around with different rotations in my simulator, I get that Ravage should be used, essentially, if all your other abilities are on cooldown. That said, using it is a DPS gain over not using it. In code-y form, the rotation is, using Republic names:

Code:
######HAND-OPTIMIZE######
        if centering >= 30: zazen()
        elif centering <= 5 and valorous_call_cd <= 0: valorous_call()
        elif merciless_slash_cd <=0 and focus >= 5 and merciless_buff_cd <= 2: merciless_slash()
        elif cauterize_cd <= 0 and focus >= 2: cauterize()
        elif overload_saber_cd <=0 and focus >= 3: overload_saber()
        elif zealous_strike_cd <= 0 and focus <= 6: zealous_strike()
        elif force_leap_cd <= 0 and focus <= 8: force_leap()
        elif iteration_t > fight_length*0.7 and focus >= 2 and dispatch_cd <=0: dispatch()
        elif merciless_slash_cd <=0 and focus >= 5: merciless_slash()        
        elif master_strike_cd <= 0 and merciless_buff_cd >= 4: master_strike()
        elif focus > 8: slash()
        else: strike()
        ###END HAND-OPTIMIZE####
Find all posts by this user
Thread Closed 


Messages In This Thread
Annihilation | Watchmen Discussion - Koth - 04-13-2012, 02:57 AM
RE: Annihilation | Watchmen Discussion - Qed - 04-20-2012 07:40 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)