Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 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=azshari_salad
  4. actions.precombat+=/augmentation,type=defiled
  5. actions.precombat+=/water_elemental
  6. actions.precombat+=/snapshot_stats
  7. actions.precombat+=/mirror_image
  8. actions.precombat+=/potion,name=prolonged_power
  9. actions.precombat+=/frostbolt
  10.  
  11. # Executed every time the actor is available.
  12. actions=counterspell,if=target.debuff.casting.react
  13. actions+=/ice_lance,if=buff.fingers_of_frost.react=0&prev_gcd.1.flurry
  14. actions+=/time_warp,if=(time=0&buff.bloodlust.down)|(buff.bloodlust.down&equipped.132410&(cooldown.icy_veins.remains<1|target.time_to_die<50))
  15. actions+=/call_action_list,name=cooldowns
  16. actions+=/call_action_list,name=aoe,if=active_enemies>=4
  17. actions+=/call_action_list,name=single
  18.  
  19. actions.aoe=frostbolt,if=prev_off_gcd.water_jet
  20. actions.aoe+=/blizzard
  21. actions.aoe+=/frozen_orb
  22. actions.aoe+=/comet_storm
  23. actions.aoe+=/ice_nova
  24. actions.aoe+=/water_jet,if=prev_gcd.1.frostbolt&buff.fingers_of_frost.stack<(2+artifact.icy_hand.enabled)&buff.brain_freeze.react=0
  25. actions.aoe+=/flurry,if=prev_gcd.1.ebonbolt|prev_gcd.1.frostbolt&buff.brain_freeze.react
  26. actions.aoe+=/frost_bomb,if=debuff.frost_bomb.remains<action.ice_lance.travel_time&buff.fingers_of_frost.react>0
  27. actions.aoe+=/ice_lance,if=buff.fingers_of_frost.react>0
  28. actions.aoe+=/ebonbolt,if=buff.brain_freeze.react=0
  29. actions.aoe+=/glacial_spike
  30. actions.aoe+=/frostbolt
  31.  
  32. actions.cooldowns=rune_of_power,if=cooldown.icy_veins.remains<cast_time|charges_fractional>1.9&cooldown.icy_veins.remains>10|buff.icy_veins.up|target.time_to_die.remains+5<charges_fractional*10
  33. actions.cooldowns+=/potion,name=prolonged_power,if=cooldown.icy_veins.remains<1
  34. actions.cooldowns+=/icy_veins,if=buff.icy_veins.down
  35. actions.cooldowns+=/mirror_image
  36. actions.cooldowns+=/blood_fury
  37. actions.cooldowns+=/berserking
  38. actions.cooldowns+=/arcane_torrent
  39.  
  40. actions.single=ice_nova,if=debuff.winters_chill.up
  41. actions.single+=/frostbolt,if=prev_off_gcd.water_jet
  42. actions.single+=/water_jet,if=prev_gcd.1.frostbolt&buff.fingers_of_frost.stack<(2+artifact.icy_hand.enabled)&buff.brain_freeze.react=0
  43. actions.single+=/ray_of_frost,if=buff.icy_veins.up|(cooldown.icy_veins.remains>action.ray_of_frost.cooldown&buff.rune_of_power.down)
  44. actions.single+=/flurry,if=prev_gcd.1.ebonbolt|prev_gcd.1.frostbolt&buff.brain_freeze.react
  45. actions.single+=/frost_bomb,if=debuff.frost_bomb.remains<action.ice_lance.travel_time&buff.fingers_of_frost.react>0
  46. actions.single+=/ice_lance,if=spell_haste<=0.5&prev_gcd.1.ice_lance&debuff.winters_chill.remains>action.ice_lance.travel_time
  47. actions.single+=/ice_lance,if=buff.fingers_of_frost.react>0&cooldown.icy_veins.remains>10|buff.fingers_of_frost.react>2
  48. actions.single+=/frozen_orb
  49. actions.single+=/ice_nova
  50. actions.single+=/comet_storm
  51. actions.single+=/blizzard,if=active_enemies>2|active_enemies>1&!(talent.glacial_spike.enabled&talent.splitting_ice.enabled)|(buff.zannesu_journey.stack=5&buff.zannesu_journey.remains>cast_time)
  52. actions.single+=/ebonbolt,if=buff.brain_freeze.react=0
  53. actions.single+=/glacial_spike
  54. actions.single+=/frostbolt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement