Advertisement
Guest User

pewpew

a guest
Jan 7th, 2013
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. #!./simc
  2.  
  3. monk="Monk_Windwalker_1h_T14_BIS"
  4. origin="unknown"
  5. level=90
  6. race=troll
  7. spec=windwalker
  8. role=hybrid
  9. position=back
  10. professions=blacksmithing=600/engineering=600
  11. talents=http://us.battle.net/wow/en/tool/talent-calculator#fb!001221
  12.  
  13. actions.precombat=flask,type=spring_blossoms
  14. actions.precombat+=/food,type=sea_mist_rice_noodles
  15. actions.precombat+=/stance
  16. actions.precombat+=/snapshot_stats
  17. actions.precombat+=/virmens_bite_potion
  18.  
  19. actions=auto_attack
  20. actions+=/chi_sphere,if=talent.power_strikes.enabled&buff.chi_sphere.react&chi<4
  21. actions+=/virmens_bite_potion,if=buff.bloodlust.react|target.time_to_die<=60
  22. actions+=/use_item,name=bonebreaker_gauntlets
  23. actions+=/berserking
  24. actions+=/chi_brew,if=talent.chi_brew.enabled&chi=0
  25. actions+=/rising_sun_kick,if=!target.debuff.rising_sun_kick.remains|target.debuff.rising_sun_kick.remains<=3
  26. actions+=/tiger_palm,if=buff.tiger_power.remains<=3
  27. actions+=/tigereye_brew,if=!buff.tigereye_brew_use.up
  28. actions+=/energizing_brew,if=energy.time_to_max>5
  29. actions+=/invoke_xuen,if=talent.invoke_xuen.enabled
  30. actions+=/rushing_jade_wind,if=talent.rushing_jade_wind.enabled
  31. actions+=/run_action_list,name=aoe,if=active_enemies>=5
  32. actions+=/run_action_list,name=st,if=active_enemies<5
  33.  
  34. actions.aoe=rising_sun_kick,if=chi=4
  35. actions.aoe+=/spinning_crane_kick
  36.  
  37. actions.st=rising_sun_kick
  38. actions.st+=/blackout_kick,if=(chi>=3&energy.time_to_max<=2&!talent.ascension.enabled)|(chi>=4&energy.time_to_max<=2&talent.ascension.enabled)
  39. actions.st+=/chi_wave,if=energy.time_to_max>=2
  40. actions.st+=/blackout_kick,if=buff.combo_breaker_bok.react
  41. actions.st+=/tiger_palm,if=(buff.combo_breaker_tp.react&energy.time_to_max>=2)|(buff.combo_breaker_tp.remains<=3&buff.combo_breaker_tp.react)
  42. actions.st+=/jab,if=(talent.ascension.enabled&chi<=3)|(talent.power_strikes.enabled&((chi<=1&!cooldown.power_strikes.remains)|(talent.chi_brew.enabled&chi<=2)|(chi<=2&cooldown.power_strikes.remains)))
  43. actions.st+=/blackout_kick,if=((energy+(energy.regen*(cooldown.rising_sun_kick.remains)))>=40)|(chi=4&!talent.ascension.enabled)|(chi=5&talent.ascension.enabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement