Advertisement
Guest User

clean outlaw apl

a guest
Jun 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2. actions.precombat=flask
  3. actions.precombat+=/augmentation
  4. actions.precombat+=/food
  5. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  6. actions.precombat+=/snapshot_stats
  7. actions.precombat+=/stealth
  8. actions.precombat+=/potion
  9.  
  10. # Executed every time the actor is available
  11. actions+=/call_action_list,name=cds
  12. actions+=/call_action_list,name=finish,if=combo_points>=5
  13. actions+=/call_action_list,name=build
  14.  
  15. # Cooldowns
  16. actions.cds=potion
  17.  
  18. #race abilities
  19. actions.cds+=/blood_fury
  20. actions.cds+=/berserking
  21. actions.cds+=/arcane_torrent
  22. actions.cds+=/lights_judgment
  23.  
  24. #spec cooldowns
  25. actions.cds+=/adrenalin_rush,
  26. actions.cds+=/blade_flurry
  27. actions.cds+=/blade_rush
  28. actions.cds+=/killing_spree
  29. actions.cds+=/marked_for_death
  30. actions.cds+=/vanish
  31.  
  32. # Finishers
  33. actions.finish+=/between_the_eyes
  34. actions.finish+=/dispatch
  35. actions.finish+=/roll_the_bones
  36. actions.finish+=/slice_and_dice
  37.  
  38. # Builders
  39. actions.build+=/ambush,if=stealthed.rogue
  40. actions.build+=/ghostly_strike
  41. actions.build+=/pistol_shot
  42. actions.build+=/sinister_strike
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement