Advertisement
Kamp

Untitled

Mar 28th, 2017
3,213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2. actions.precombat=flask,type=flask_of_the_seventh_demon
  3. actions.precombat+=/food,type=fishbrul_special
  4. actions.precombat+=/potion,name=potion_of_the_old_war
  5. actions.precombat+=/augmentation,type=defiled
  6.  
  7. # Executed every time the actor is available.
  8. actions=auto_attack
  9. actions+=/call_action_list,name=st,if=active_enemies<3
  10. actions.st+=/potion,name=potion_of_the_old_war
  11. actions.st+=/blood_fury
  12. actions.st+=/berserking
  13. actions.st+=/invoke_niuzao
  14. actions.st+=/ironskin_brew,if=buff.blackout_combo.down
  15. actions.st+=/black_ox_brew,if=(energy<31)&(action.ironskin_brew.charges<1)
  16. actions.st+=/arcane_torrent,if=energy<31
  17. actions.st+=/exploding_keg
  18. actions.st+=/breath_of_fire,if=buff.blackout_combo.down&(energy<50)&,if=buff.bloodlust.down
  19. actions.st+=/tiger_palm,if=buff.blackout_combo.up
  20. actions.st+=/keg_smash
  21. actions.st+=/blackout_strike
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement