Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. actions.precombat Executed before combat begins. Accepts non-harmful actions only.
  2. # count action,conditions
  3. 0 0.00 flask,type=greater_draenic_intellect_flask
  4. 1 0.00 food,type=sleeper_surprise
  5. 2 0.00 mark_of_the_wild,if=!aura.str_agi_int.up
  6. 3 0.00 moonkin_form
  7. 4 0.00 snapshot_stats
  8. 5 0.00 potion,name=draenic_intellect
  9. 6 0.00 incarnation
  10. 7 0.00 starfire
  11. Default action list Executed every time the actor is available.
  12. # count action,conditions
  13. 8 1.00 potion,name=draenic_intellect,if=buff.celestial_alignment.up
  14. 9 0.00 blood_fury,if=buff.celestial_alignment.up
  15. A 0.00 berserking,if=buff.celestial_alignment.up
  16. B 0.00 arcane_torrent,if=buff.celestial_alignment.up
  17. C 3.00 use_item,slot=trinket2
  18. D 0.00 force_of_nature,if=trinket.stat.intellect.up|charges=3|target.time_to_die<21
  19. E 0.00 call_action_list,name=single_target,if=active_enemies=1
  20. F 0.00 call_action_list,name=aoe,if=active_enemies>1
  21. actions.single_target
  22. # count action,conditions
  23. R 18.25 starsurge,if=buff.lunar_empowerment.down&eclipse_energy>20
  24. S 11.74 starsurge,if=buff.solar_empowerment.down&eclipse_energy<-40
  25. T 2.87 starsurge,if=(charges=2&recharge_time<6)|charges=3
  26. U 2.03 celestial_alignment,if=eclipse_energy>40
  27. V 1.03 incarnation,if=eclipse_energy>0
  28. W 15.57 sunfire,if=remains<7|(buff.solar_peak.up&!talent.balance_of_power.enabled)
  29. X 0.00 stellar_flare,if=remains<7
  30. Y 8.06 moonfire,if=!talent.balance_of_power.enabled&(buff.lunar_peak.up&remains<eclipse_change+20|remains<4|(buff.celestial_alignment.up&buff.celestial_alignment.remains<=2&remains<eclipse_change+20))
  31. Z 0.00 moonfire,if=talent.balance_of_power.enabled&(remains<4|(buff.celestial_alignment.up&buff.celestial_alignment.remains<=2&remains<eclipse_change+20))
  32. a 65.12 wrath,if=(eclipse_energy<=0&eclipse_change>cast_time)|(eclipse_energy>0&cast_time>eclipse_change)
  33. b 59.42 starfire,if=(eclipse_energy>=0&eclipse_change>cast_time)|(eclipse_energy<0&cast_time>eclipse_change)
  34. Sample Sequence
  35.  
  36. 013567CTYUWbTbTbbRbbRbbbbbaWaaWbRbYbRaaaWaabbRbbaaSaWaabbYbRaaaSWabbRbbaaaaWaSbRYCbbaaaSWaaabRbbbaaaaWaSbRbYbaaaaWaabbbU8VYbRbbbbaWaabbYbRaSaaWaSbbbbaaCaaWaaSbRbYbbaaaaWabbbbRaaaWSabbbYbaaSaWaab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement