Advertisement
Guest User

Untitled

a guest
Apr 11th, 2019
7,195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. actions.precombat=flask
  2. actions.precombat+=/food
  3. actions.precombat+=/augmentation
  4. actions.precombat+=/arcane_intellect
  5. actions.precombat+=/summon_water_elemental
  6. actions.precombat+=/snapshot_stats
  7. actions.precombat+=/mirror_image
  8. actions.precombat+=/potion
  9. actions.precombat+=/frostbolt
  10.  
  11. actions=counterspell
  12. actions+=/ice_lance,if=prev_gcd.1.flurry&!buff.fingers_of_frost.react
  13. actions+=/call_action_list,name=cooldowns
  14. actions+=/call_action_list,name=aoe,if=active_enemies>3&talent.freezing_rain.enabled|active_enemies>4
  15. actions+=/call_action_list,name=single
  16.  
  17. actions.aoe=frozen_orb
  18. actions.aoe+=/blizzard
  19. actions.aoe+=/comet_storm
  20. actions.aoe+=/ice_nova
  21. actions.aoe+=/flurry,if=prev_gcd.1.ebonbolt|buff.brain_freeze.react&(prev_gcd.1.frostbolt&(buff.icicles.stack<4|!talent.glacial_spike.enabled)|prev_gcd.1.glacial_spike)
  22. actions.aoe+=/ice_lance,if=buff.fingers_of_frost.react
  23. actions.aoe+=/ray_of_frost
  24. actions.aoe+=/ebonbolt
  25. actions.aoe+=/glacial_spike
  26. actions.aoe+=/cone_of_cold
  27. actions.aoe+=/use_item,name=tidestorm_codex,if=buff.icy_veins.down&buff.rune_of_power.down
  28. actions.aoe+=/frostbolt
  29. actions.aoe+=/call_action_list,name=movement
  30. actions.aoe+=/ice_lance
  31.  
  32. actions.cooldowns=icy_veins,if=cooldown.frozen_orb.remains<5
  33. actions.cooldowns+=/mirror_image
  34. actions.cooldowns+=/rune_of_power,if=prev_gcd.1.frozen_orb|target.time_to_die>10+cast_time&target.time_to_die<20
  35. actions.cooldowns+=/call_action_list,name=talent_rop,if=talent.rune_of_power.enabled&active_enemies=1&cooldown.rune_of_power.full_recharge_time<cooldown.frozen_orb.remains
  36. actions.cooldowns+=/potion,if=prev_gcd.1.icy_veins|target.time_to_die<30
  37. actions.cooldowns+=/use_items
  38. actions.cooldowns+=/blood_fury
  39. actions.cooldowns+=/berserking
  40. actions.cooldowns+=/lights_judgment
  41. actions.cooldowns+=/fireblood
  42. actions.cooldowns+=/ancestral_call
  43.  
  44. actions.movement=blink,if=movement.distance>10
  45. actions.movement+=/ice_floes,if=buff.ice_floes.down
  46.  
  47. actions.single=ice_nova,if=cooldown.ice_nova.ready&debuff.winters_chill.up
  48. actions.single+=/frozen_orb
  49. actions.single+=/flurry,if=prev_gcd.1.ebonbolt&buff.brain_freeze.react
  50. actions.single+=/blizzard,if=active_enemies>2|active_enemies>1&cast_time=0
  51. actions.single+=/ice_lance,if=buff.fingers_of_frost.react&cooldown.frozen_orb.remains>5|buff.fingers_of_frost.react=2
  52. actions.single+=/blizzard,if=cast_time=0
  53. actions.single+=/flurry,if=prev_gcd.1.ebonbolt
  54. actions.single+=/flurry,if=buff.brain_freeze.react&(prev_gcd.1.frostbolt|debuff.packed_ice.remains>execute_time+action.ice_lance.travel_time)
  55. actions.single+=/comet_storm
  56. actions.single+=/ebonbolt
  57. actions.single+=/ray_of_frost,if=debuff.packed_ice.up,interrupt_if=buff.fingers_of_frost.react=2,interrupt_immediate=1
  58. actions.single+=/blizzard
  59. actions.single+=/ice_nova
  60. actions.single+=/use_item,name=tidestorm_codex,if=buff.icy_veins.down&buff.rune_of_power.down
  61. actions.single+=/frostbolt
  62. actions.single+=/call_action_list,name=movement
  63. actions.single+=/ice_lance
  64.  
  65. actions.talent_rop=rune_of_power,if=talent.glacial_spike.enabled&buff.icicles.stack=5&(buff.brain_freeze.react|talent.ebonbolt.enabled&cooldown.ebonbolt.remains<cast_time)
  66. actions.talent_rop+=/rune_of_power,if=!talent.glacial_spike.enabled&(talent.ebonbolt.enabled&cooldown.ebonbolt.remains<cast_time|talent.comet_storm.enabled&cooldown.comet_storm.remains<cast_time|talent.ray_of_frost.enabled&cooldown.ray_of_frost.remains<cast_time|charges_fractional>1.9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement