Advertisement
Guest User

Untitled

a guest
Aug 20th, 2015
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 KB | None | 0 0
  1. mage="Ингилейфх_Active"
  2. origin="http://eu.battle.net/wow/en/character/howling-fjord/Ингилейфх/advanced"
  3. thumbnail="http://eu.battle.net/static-render/eu/howling-fjord/23/110472983-avatar.jpg"
  4. level=100
  5. race=blood_elf
  6. role=spell
  7. position=back
  8. professions=engineering=700/jewelcrafting=700
  9. talents=http://eu.battle.net/wow/en/tool/talent-calculator#eb!2000120
  10. glyphs=icy_veins/rapid_displacement/splitting_ice/rapid_teleportation/arcane_language/crittermorph
  11. spec=frost
  12.  
  13. # This default action priority list is automatically created based on your character.
  14. # It is a attempt to provide you with a action list that is both simple and practicable,
  15. # while resulting in a meaningful and good simulation. It may not result in the absolutely highest possible dps.
  16. # Feel free to edit, adapt and improve it to your own needs.
  17. # SimulationCraft is always looking for updates and improvements to the default action lists.
  18.  
  19. # Executed before combat begins. Accepts non-harmful actions only.
  20.  
  21. actions.precombat=flask,type=greater_draenic_intellect_flask
  22. actions.precombat+=/food,type=salty_squid_roll
  23. actions.precombat+=/arcane_brilliance
  24. actions.precombat+=/water_elemental
  25. actions.precombat+=/snapshot_stats
  26. actions.precombat+=/rune_of_power
  27. actions.precombat+=/mirror_image
  28. actions.precombat+=/potion,name=draenic_intellect
  29. actions.precombat+=/frostbolt,if=!talent.frost_bomb.enabled
  30. actions.precombat+=/frost_bomb
  31.  
  32. # Executed every time the actor is available.
  33.  
  34. actions=counterspell,if=target.debuff.casting.react
  35. actions+=/time_warp,if=target.health.pct<25|time>5
  36. actions+=/call_action_list,name=movement,if=raid_event.movement.exists
  37. actions+=/mirror_image
  38. actions+=/rune_of_power,if=buff.rune_of_power.remains<cast_time
  39. actions+=/rune_of_power,if=(cooldown.icy_veins.remains<gcd.max&buff.rune_of_power.remains<20)|(cooldown.prismatic_crystal.remains<gcd.max&buff.rune_of_power.remains<10)
  40. actions+=/call_action_list,name=cooldowns,if=target.time_to_die<24
  41. actions+=/call_action_list,name=crystal_sequence,if=talent.prismatic_crystal.enabled&(cooldown.prismatic_crystal.remains<=gcd.max|pet.prismatic_crystal.active)
  42. actions+=/call_action_list,name=water_jet,if=prev_off_gcd.water_jet|debuff.water_jet.remains>0
  43. # Water jet on pull for non PC talent combos
  44. actions+=/water_jet,if=time<1&active_enemies<4&!(talent.ice_nova.enabled&talent.prismatic_crystal.enabled)
  45. actions+=/call_action_list,name=aoe,if=active_enemies>=4
  46. actions+=/call_action_list,name=single_target
  47.  
  48. actions.movement=blink,if=movement.distance>10
  49. actions.movement+=/blazing_speed,if=movement.remains>0
  50. actions.movement+=/ice_floes,if=buff.ice_floes.down&(raid_event.movement.distance>0|raid_event.movement.in<action.frostbolt.cast_time)
  51.  
  52. # Actions while Prismatic Crystal is active
  53. actions.crystal_sequence=frost_bomb,if=active_enemies=1&current_target!=pet.prismatic_crystal&remains<10
  54. actions.crystal_sequence+=/frozen_orb,target_if=max:target.time_to_die&target!=pet.prismatic_crystal
  55. actions.crystal_sequence+=/prismatic_crystal
  56. actions.crystal_sequence+=/call_action_list,name=cooldowns
  57. actions.crystal_sequence+=/frost_bomb,if=talent.prismatic_crystal.enabled&current_target=pet.prismatic_crystal&active_enemies>1&!ticking
  58. actions.crystal_sequence+=/ice_lance,if=!t18_class_trinket&(buff.fingers_of_frost.react>=2+set_bonus.tier18_4pc*2|(buff.fingers_of_frost.react>set_bonus.tier18_4pc*2&active_dot.frozen_orb))
  59. actions.crystal_sequence+=/water_jet,if=pet.prismatic_crystal.remains>(5+10*set_bonus.tier18_4pc)*spell_haste*0.8
  60. actions.crystal_sequence+=/ice_nova,if=charges=2|pet.prismatic_crystal.remains<4
  61. actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react&buff.shatterlance.up
  62. actions.crystal_sequence+=/frostfire_bolt,if=buff.brain_freeze.react=2
  63. actions.crystal_sequence+=/frostbolt,target_if=max:debuff.water_jet.remains,if=t18_class_trinket&buff.fingers_of_frost.react&!buff.shatterlance.up&pet.prismatic_crystal.remains>cast_time
  64. actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react
  65. actions.crystal_sequence+=/frostfire_bolt,if=buff.brain_freeze.react
  66. actions.crystal_sequence+=/ice_nova
  67. actions.crystal_sequence+=/blizzard,interrupt_if=cooldown.frozen_orb.up|(talent.frost_bomb.enabled&buff.fingers_of_frost.react>=2+set_bonus.tier18_4pc),if=active_enemies>=5
  68. actions.crystal_sequence+=/choose_target,if=pet.prismatic_crystal.remains<action.frostbolt.cast_time+action.frostbolt.travel_time
  69. actions.crystal_sequence+=/frostbolt
  70.  
  71. # Consolidated damage cooldown abilities
  72. actions.cooldowns=icy_veins
  73. actions.cooldowns+=/blood_fury
  74. actions.cooldowns+=/berserking
  75. actions.cooldowns+=/arcane_torrent
  76. actions.cooldowns+=/potion,name=draenic_intellect,if=buff.bloodlust.up|buff.icy_veins.up
  77. actions.cooldowns+=/use_item,slot=finger2
  78.  
  79. # Water Jet initialization
  80. actions.init_water_jet=frost_bomb,if=remains<4*spell_haste*(1+set_bonus.tier18_4pc)+cast_time
  81. actions.init_water_jet+=/water_jet,if=prev_gcd.frostbolt|action.frostbolt.travel_time<spell_haste
  82. actions.init_water_jet+=/frostbolt
  83.  
  84. # Water Jet sequence
  85. actions.water_jet=frostbolt,if=prev_off_gcd.water_jet
  86. actions.water_jet+=/ice_lance,if=set_bonus.tier18_4pc&buff.fingers_of_frost.react>2*set_bonus.tier18_4pc&buff.shatterlance.up
  87. actions.water_jet+=/frostfire_bolt,if=set_bonus.tier18_4pc&buff.brain_freeze.react=2
  88. actions.water_jet+=/frostbolt,if=t18_class_trinket&debuff.water_jet.remains>cast_time+travel_time&buff.fingers_of_frost.react&!buff.shatterlance.up
  89. actions.water_jet+=/ice_lance,if=!t18_class_trinket&buff.fingers_of_frost.react>=2+2*set_bonus.tier18_4pc&action.frostbolt.in_flight
  90. actions.water_jet+=/frostbolt,if=!set_bonus.tier18_4pc&debuff.water_jet.remains>cast_time+travel_time
  91.  
  92. # AoE sequence
  93. actions.aoe=call_action_list,name=cooldowns
  94. actions.aoe+=/frost_bomb,if=remains<action.ice_lance.travel_time&(cooldown.frozen_orb.remains<gcd.max|buff.fingers_of_frost.react>=2)
  95. actions.aoe+=/frozen_orb
  96. actions.aoe+=/ice_lance,if=talent.frost_bomb.enabled&buff.fingers_of_frost.react&debuff.frost_bomb.up
  97. actions.aoe+=/comet_storm
  98. actions.aoe+=/ice_nova
  99. actions.aoe+=/blizzard,interrupt_if=cooldown.frozen_orb.up|(talent.frost_bomb.enabled&buff.fingers_of_frost.react>=2)
  100.  
  101. # Single target sequence
  102. actions.single_target=call_action_list,name=cooldowns,if=!talent.prismatic_crystal.enabled|cooldown.prismatic_crystal.remains>15
  103. # Safeguards against losing FoF and BF to buff expiry
  104. actions.single_target+=/ice_lance,if=buff.fingers_of_frost.react&(buff.fingers_of_frost.remains<action.frostbolt.execute_time|buff.fingers_of_frost.remains<buff.fingers_of_frost.react*gcd.max)
  105. actions.single_target+=/frostfire_bolt,if=buff.brain_freeze.react&(buff.brain_freeze.remains<action.frostbolt.execute_time|buff.brain_freeze.remains<buff.brain_freeze.react*gcd.max)
  106. # Frozen Orb usage without Prismatic Crystal
  107. actions.single_target+=/frost_bomb,if=!talent.prismatic_crystal.enabled&cooldown.frozen_orb.remains<gcd.max&debuff.frost_bomb.remains<10
  108. actions.single_target+=/frozen_orb,if=!talent.prismatic_crystal.enabled&buff.fingers_of_frost.stack<2&cooldown.icy_veins.remains>45-20*talent.thermal_void.enabled
  109. # Single target routine; Rough summary: IN2 > FoF2 > CmS > IN > BF > FoF
  110. actions.single_target+=/ice_lance,if=buff.fingers_of_frost.react&buff.shatterlance.up
  111. actions.single_target+=/frost_bomb,if=remains<action.ice_lance.travel_time+t18_class_trinket*action.frostbolt.execute_time&(buff.fingers_of_frost.react>=(2+set_bonus.tier18_4pc*2)%(1+t18_class_trinket)|(buff.fingers_of_frost.react&(talent.thermal_void.enabled|buff.fingers_of_frost.remains<gcd.max*(buff.fingers_of_frost.react+1))))
  112. actions.single_target+=/ice_nova,if=target.time_to_die<10|(charges=2&(!talent.prismatic_crystal.enabled|!cooldown.prismatic_crystal.up))
  113. actions.single_target+=/ice_lance,if=!t18_class_trinket&(buff.fingers_of_frost.react>=2+set_bonus.tier18_4pc*2|(buff.fingers_of_frost.react>1+set_bonus.tier18_4pc&active_dot.frozen_orb))
  114. actions.single_target+=/comet_storm
  115. actions.single_target+=/ice_nova,if=(!talent.prismatic_crystal.enabled|(charges=1&cooldown.prismatic_crystal.remains>recharge_time&(buff.incanters_flow.stack>3|!talent.ice_nova.enabled)))&(buff.icy_veins.up|(charges=1&cooldown.icy_veins.remains>recharge_time))
  116. actions.single_target+=/frostfire_bolt,if=buff.brain_freeze.react
  117. actions.single_target+=/call_action_list,name=init_water_jet,if=pet.water_elemental.cooldown.water_jet.remains<=gcd.max*talent.frost_bomb.enabled&buff.fingers_of_frost.react<2+2*set_bonus.tier18_4pc&!active_dot.frozen_orb
  118. actions.single_target+=/frostbolt,if=t18_class_trinket&buff.fingers_of_frost.react&!buff.shatterlance.up
  119. actions.single_target+=/ice_lance,if=talent.frost_bomb.enabled&buff.fingers_of_frost.react&debuff.frost_bomb.remains>travel_time&(!talent.thermal_void.enabled|cooldown.icy_veins.remains>8)
  120. # Camp procs and spam Frostbolt while 4T17 buff is up
  121. actions.single_target+=/frostbolt,if=set_bonus.tier17_2pc&buff.ice_shard.up&!(talent.thermal_void.enabled&buff.icy_veins.up&buff.icy_veins.remains<10)
  122. actions.single_target+=/ice_lance,if=!talent.frost_bomb.enabled&buff.fingers_of_frost.react&(!talent.thermal_void.enabled|cooldown.icy_veins.remains>8)
  123. actions.single_target+=/frostbolt
  124. actions.single_target+=/ice_lance,moving=1
  125.  
  126. head=countenance_of_the_revenant,id=124158,bonus_id=562/567
  127. neck=vial_of_immiscible_liquid,id=124212,bonus_id=562/567,enchant=75mult
  128. shoulders=mantle_of_the_arcanic_conclave,id=124177,bonus_id=567
  129. back=cloak_of_hideous_unity,id=124138,bonus_id=40/567,enchant=gift_of_multistrike
  130. chest=robe_of_the_arcanic_conclave,id=124171,bonus_id=567
  131. shirt=sightless_mantle,id=98093
  132. wrists=powdersinged_bracers,id=124183,bonus_id=565/567,gems=75mult
  133. hands=gloves_of_the_arcanic_conclave,id=124154,bonus_id=40/565/567,gems=75mult
  134. waist=sludgesoaked_waistband,id=124180,bonus_id=562/567
  135. legs=pantaloons_of_the_arcanic_conclave,id=124165,bonus_id=566
  136. feet=bloody_daggerheeled_pumps,id=124149,bonus_id=567
  137. finger1=loathful_encrusted_band,id=124192,bonus_id=564/566,gems=75mult,enchant=50mult
  138. finger2=nithramus_the_allseer,id=124635,bonus_id=625/649,enchant=50mult
  139. trinket1=unblinking_gaze_of_sethe,id=124229,bonus_id=565/567,gems=75mult
  140. trinket2=tome_of_shifting_words,id=124516,bonus_id=562/567
  141. main_hand=deceivers_felbeak_wand,id=124390,bonus_id=567,enchant=mark_of_the_frostwolf
  142. off_hand=thumping_demonheart_fetish,id=124206,bonus_id=567
  143.  
  144. # Gear Summary
  145. # gear_ilvl=727.88
  146. # gear_stamina=6067
  147. # gear_intellect=4547
  148. # gear_spell_power=2319
  149. # gear_crit_rating=845
  150. # gear_haste_rating=1500
  151. # gear_mastery_rating=1292
  152. # gear_multistrike_rating=2014
  153. # gear_versatility_rating=294
  154. # gear_avoidance_rating=309
  155. # gear_armor=1090
  156. # set_bonus=tier18_2pc=1
  157. # set_bonus=tier18_4pc=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement