Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. function attackselector()
  2.  
  3. if goinglongswords == true then
  4. if table.contains(enemyafftracker, "haemophilia") then
  5. cleanseandenhance= "cleanse ".. longsword1.."|cleanse ".. longsword2.."|ENHANCE ".. longsword1.." with teeth rending|ENHANCE ".. longsword2.." with fleshburn soulquench"
  6. combo1 = "lacerate"
  7. combo2 = "lacerate"
  8.  
  9.  
  10. else
  11. cleanseandenhance= "cleanse ".. longsword1.."|cleanse ".. longsword2.."|ENHANCE ".. longsword1.." with teeth rending|ENHANCE ".. longsword2.." with fleshburn soulquench"
  12. combo1 = "slash"
  13. combo2 = "shred"
  14. end
  15. else
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement