tjc12821

Fire APL

Nov 12th, 2016
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2. actions.precombat=flask,type=flask_of_the_whispered_pact
  3. actions.precombat+=/food,type=the_hungry_magister
  4. actions.precombat+=/augmentation,type=defiled
  5. actions.precombat+=/snapshot_stats
  6. actions.precombat+=/mirror_image
  7. actions.precombat+=/potion,name=deadly_grace
  8. actions.precombat+=/pyroblast
  9.  
  10. # Executed every time the actor is available.
  11. actions=counterspell,if=target.debuff.casting.react
  12. actions+=/time_warp,if=(time=0&buff.bloodlust.down)|(buff.bloodlust.down&equipped.132410)
  13. actions+=/mirror_image,if=buff.combustion.down
  14. actions+=/rune_of_power,if=cooldown.combustion.remains>40&buff.combustion.down&(cooldown.flame_on.remains<5|cooldown.flame_on.remains>30)&!talent.kindling.enabled|target.time_to_die.remains<11|talent.kindling.enabled&(charges_fractional>1.8|time<40)&cooldown.combustion.remains>40
  15. actions+=/call_action_list,name=combustion_phase,if=cooldown.combustion.remains<=action.rune_of_power.cast_time+(!talent.kindling.enabled*gcd)|buff.combustion.up
  16. actions+=/call_action_list,name=rop_phase,if=buff.rune_of_power.up&buff.combustion.down
  17. actions+=/call_action_list,name=single_target
  18.  
  19. actions.active_talents=flame_on,if=action.fire_blast.charges=0&(cooldown.combustion.remains>40+(talent.kindling.enabled*25)|target.time_to_die.remains<cooldown.combustion.remains)
  20. actions.active_talents+=/blast_wave,if=(buff.combustion.down)|(buff.combustion.up&action.fire_blast.charges<1&action.phoenixs_flames.charges<1)
  21. actions.active_talents+=/meteor,if=cooldown.combustion.remains>30|(cooldown.combustion.remains>target.time_to_die)|buff.rune_of_power.up
  22. actions.active_talents+=/cinderstorm,if=cooldown.combustion.remains<cast_time&(buff.rune_of_power.up|!talent.rune_on_power.enabled)|cooldown.combustion.remains>10*spell_haste&!buff.combustion.up
  23. actions.active_talents+=/dragons_breath,if=equipped.132863
  24. actions.active_talents+=/living_bomb,if=active_enemies>1&buff.combustion.down
  25.  
  26. actions.combustion_phase=rune_of_power,if=buff.combustion.down
  27. actions.combustion_phase+=/call_action_list,name=active_talents
  28. actions.combustion_phase+=/combustion
  29. actions.combustion_phase+=/potion,name=deadly_grace
  30. actions.combustion_phase+=/blood_fury
  31. actions.combustion_phase+=/berserking
  32. actions.combustion_phase+=/arcane_torrent
  33. actions.combustion_phase+=/use_item,slot=finger1
  34. actions.combustion_phase+=/use_item,slot=trinket2
  35. actions.combustion_phase+=/pyroblast,if=buff.hot_streak.up
  36. actions.combustion_phase+=/fire_blast,if=buff.heating_up.up
  37. actions.combustion_phase+=/phoenixs_flames
  38. actions.combustion_phase+=/scorch,if=buff.combustion.remains>cast_time
  39. actions.combustion_phase+=/scorch,if=target.health.pct<=25&equipped.132454
  40.  
  41. actions.rop_phase=rune_of_power
  42. actions.rop_phase+=/pyroblast,if=buff.hot_streak.up
  43. actions.rop_phase+=/call_action_list,name=active_talents
  44. actions.rop_phase+=/pyroblast,if=buff.kaelthas_ultimate_ability.react
  45. actions.rop_phase+=/fire_blast,if=!prev_off_gcd.fire_blast
  46. actions.rop_phase+=/phoenixs_flames,if=!prev_gcd.phoenixs_flames
  47. actions.rop_phase+=/scorch,if=target.health.pct<=25&equipped.132454
  48. actions.rop_phase+=/fireball
  49.  
  50. actions.single_target=pyroblast,if=buff.hot_streak.up&buff.hot_streak.remains<action.fireball.execute_time
  51. actions.single_target+=/phoenixs_flames,if=charges_fractional>2.7&active_enemies>2
  52. actions.single_target+=/flamestrike,if=talent.flame_patch.enabled&active_enemies>2&buff.hot_streak.react
  53. actions.single_target+=/pyroblast,if=buff.hot_streak.up&!prev_gcd.pyroblast
  54. actions.single_target+=/pyroblast,if=buff.hot_streak.react&target.health.pct<=25&equipped.132454
  55. actions.single_target+=/pyroblast,if=buff.kaelthas_ultimate_ability.react
  56. actions.single_target+=/call_action_list,name=active_talents
  57. actions.single_target+=/fire_blast,if=!talent.kindling.enabled&buff.heating_up.up&(!talent.rune_of_power.enabled|charges_fractional>1.4|cooldown.combustion.remains<40)&(3-charges_fractional)*(12*spell_haste)<cooldown.combustion.remains+3|target.time_to_die.remains<4
  58. actions.single_target+=/fire_blast,if=talent.kindling.enabled&buff.heating_up.up&(!talent.rune_of_power.enabled|charges_fractional>1.5|cooldown.combustion.remains<40)&(3-charges_fractional)*(18*spell_haste)<cooldown.combustion.remains+3|target.time_to_die.remains<4
  59. actions.single_target+=/phoenixs_flames,if=(buff.combustion.up|buff.rune_of_power.up|buff.incanters_flow.stack>3|talent.mirror_image.enabled)&artifact.phoenix_reborn.enabled&(4-charges_fractional)*13<cooldown.combustion.remains+5|target.time_to_die.remains<10
  60. actions.single_target+=/phoenixs_flames,if=(buff.combustion.up|buff.rune_of_power.up)&(4-charges_fractional)*30<cooldown.combustion.remains+5
  61. actions.single_target+=/scorch,if=target.health.pct<=25&equipped.132454
  62. actions.single_target+=/fireball
Advertisement
Add Comment
Please, Sign In to add comment