Advertisement
tjc12821

Untitled

Feb 6th, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. rogue="Rogue_Assassination_T17M"
  2. level=100
  3. race=blood_elf
  4. role=attack
  5. position=back
  6. talents=3000032
  7. glyphs=vendetta/energy/disappearance
  8. spec=assassination
  9.  
  10. # Executed before combat begins. Accepts non-harmful actions only.
  11.  
  12. actions.precombat=flask,type=greater_draenic_agility_flask
  13. actions.precombat+=/food,type=sleeper_surprise
  14. actions.precombat+=/apply_poison,lethal=deadly
  15. actions.precombat+=/snapshot_stats
  16. actions.precombat+=/potion,name=draenic_agility
  17. actions.precombat+=/stealth
  18. actions.precombat+=/marked_for_death
  19. actions.precombat+=/slice_and_dice,if=talent.marked_for_death.enabled
  20.  
  21. # Executed every time the actor is available.
  22.  
  23. actions=potion,name=draenic_agility,if=buff.bloodlust.react|target.time_to_die<40|debuff.vendetta.up
  24. actions+=/kick
  25. actions+=/preparation,if=!buff.vanish.up&cooldown.vanish.remains>60
  26. actions+=/use_item,slot=trinket2,if=active_enemies>1|(debuff.vendetta.up&active_enemies=1)
  27. actions+=/blood_fury
  28. actions+=/berserking
  29. actions+=/arcane_torrent,if=energy<60
  30. actions+=/vanish,if=time>10&!buff.stealth.up
  31. actions+=/rupture,cycle_targets=1,if=combo_points=5&ticks_remain<3
  32. actions+=/rupture,cycle_targets=1,if=active_enemies>1&!ticking&combo_points=5
  33. actions+=/mutilate,if=buff.stealth.up
  34. actions+=/slice_and_dice,if=buff.slice_and_dice.remains<5
  35. actions+=/marked_for_death,if=combo_points=0
  36. actions+=/shadow_reflection,if=combo_points>4
  37. actions+=/vendetta,if=buff.shadow_reflection.up|!talent.shadow_reflection.enabled
  38. actions+=/crimson_tempest,if=combo_points>4&active_enemies>=4&!buff.crimson_poison.remains
  39. actions+=/fan_of_knives,if=(combo_points<5|(talent.anticipation.enabled&anticipation_charges<4))&active_enemies>=4
  40. actions+=/rupture,if=(remains<2|(combo_points=5&remains<=(duration*0.3)))&active_enemies=1
  41. actions+=/death_from_above,if=combo_points>4
  42. actions+=/envenom,cycle_targets=1,if=(combo_points>4&(cooldown.death_from_above.remains>2|!talent.death_from_above.enabled))&active_enemies<4&!dot.deadly_poison_dot.ticking
  43. actions+=/envenom,if=(combo_points>4&(cooldown.death_from_above.remains>2|!talent.death_from_above.enabled))&active_enemies<4&(buff.envenom.remains<=1.8|energy>55)
  44. actions+=/fan_of_knives,cycle_targets=1,if=active_enemies>2&!dot.deadly_poison_dot.ticking&debuff.vendetta.down
  45. actions+=/dispatch,cycle_targets=1,if=(combo_points<5|(talent.anticipation.enabled&anticipation_charges<4))&active_enemies=2&!dot.deadly_poison_dot.ticking&debuff.vendetta.down
  46. actions+=/dispatch,if=(combo_points<5|(talent.anticipation.enabled&anticipation_charges<4))&active_enemies<4
  47. actions+=/mutilate,cycle_targets=1,if=target.health.pct>35&(combo_points<4|(talent.anticipation.enabled&anticipation_charges<3))&active_enemies=2&!dot.deadly_poison_dot.ticking&debuff.vendetta.down
  48. actions+=/mutilate,if=target.health.pct>35&(combo_points<4|(talent.anticipation.enabled&anticipation_charges<3))&active_enemies<4
  49. actions+=/mutilate,cycle_targets=1,if=active_enemies=2&!dot.deadly_poison_dot.ticking&debuff.vendetta.down
  50. actions+=/mutilate,if=active_enemies<5
  51.  
  52. head=poisoners_helmet,id=115572,bonus_id=567
  53. neck=darklight_necklace,id=113865,bonus_id=567,enchant=gift_of_mastery
  54. shoulders=poisoners_spaulders,id=115574,bonus_id=567
  55. back=drape_of_the_dark_hunt,id=113971,bonus_id=567,enchant=gift_of_mastery
  56. chest=poisoners_tunic,id=115570,bonus_id=567
  57. wrists=bracers_of_shattered_stalactites,id=113935,bonus_id=567
  58. hands=cannonball_loaders_grips,id=113949,bonus_id=567
  59. waist=conductors_multipocket_girdle,id=113964,bonus_id=567
  60. legs=poisoners_legguards,id=115573,bonus_id=567
  61. feet=furnace_tenders_treads,id=113895,bonus_id=567
  62. finger1=spellbound_runic_band_of_unrelenting_slaughter,id=118307,enchant=gift_of_mastery
  63. finger2=unexploded_explosive_shard,id=113877,bonus_id=567,enchant=gift_of_mastery
  64. trinket1=humming_blackiron_trigger,id=113985,bonus_id=567
  65. trinket2=beating_heart_of_the_mountain,id=113931,bonus_id=567
  66. main_hand=oregorgers_acidetched_gutripper,id=113874,bonus_id=567,enchant=mark_of_the_thunderlord
  67. off_hand=oregorgers_acidetched_gutripper,id=113874,bonus_id=567,enchant=mark_of_the_thunderlord
  68.  
  69. # Gear Summary
  70. # gear_agility=3784
  71. # gear_stamina=4478
  72. # gear_crit_rating=1337
  73. # gear_haste_rating=408
  74. # gear_mastery_rating=1086
  75. # gear_armor=1147
  76. # gear_multistrike_rating=1266
  77. # gear_versatility_rating=122
  78. # set_bonus=tier17_2pc=1
  79. # set_bonus=tier17_4pc=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement