Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. -------BUFFS------
  2.  
  3. DARK ARTS
  4. ability.id = 3635 AND
  5.  
  6. DA TRICK
  7. ability.id = 3635 AND IN RANGE FROM type = "applydebuff" AND ability.id = 1000638 TO type = "removedebuff" AND ability.id = 1000638 END
  8. DA HYPER
  9. ability.id = 3635 AND IN RANGE FROM type = "applydebuff" AND ability.id = 1001208 TO type = "removedebuff" AND ability.id = 1001208 END
  10.  
  11. IN RANGE FROM type = "applybuff" AND ability.id = 1000752 TO type = "removebuff" AND ability.id = 1000752 END
  12.  
  13. IN RANGE FROM type = "applybuff" AND ability.name = "Buff Name" TO type = "removebuff" AND ability.name = "Buff Name" END
  14.  
  15. BROTHERHOOD
  16. IN RANGE FROM type = "applybuff" AND ability.id = 1001182 TO type = "removebuff" AND ability.id = 1001182 END
  17.  
  18. EMBOLDEN
  19. IN RANGE FROM type = "applybuff" AND ability.name = "Embolden" TO type = "removebuff" AND ability.name = "Embolden" END
  20.  
  21. INNER RELEASE
  22. IN RANGE FROM type = "applybuff" AND ability.id = 1001177 TO type = "removebuff" AND ability.id = 1001177 END
  23.  
  24. LITANY
  25. IN RANGE FROM type = "applybuff" AND ability.id = 1000786 TO type = "removebuff" AND ability.id = 1000786 END
  26.  
  27. FEY COV and other defensives
  28. Fey
  29. IN RANGE FROM type = "applybuff" AND ability.id = 1000316 TO type = "removebuff" AND ability.id = 1000316 END
  30. Troub Minuet
  31. IN RANGE FROM type = "applybuff" AND ability.id = 1001190 TO type = "removebuff" AND ability.id = 1001190 END
  32. Bole
  33. IN RANGE FROM type = "applybuff" AND ability.id = 1000830 TO type = "removebuff" AND ability.id = 1000830 END
  34. Sacred Soil
  35. IN RANGE FROM type = "applybuff" AND ability.id = 1000298 TO type = "removebuff" AND ability.id = 1000298 END
  36.  
  37. ------DEBUFFS------
  38.  
  39. WILDFIRE
  40. IN RANGE FROM type = "applydebuff" AND ability.name = "Wildfire" TO type = "removedebuff" AND ability.name = "Wildfire" GROUP BY target END
  41.  
  42. - Remove the "GROUP by target" in order to see self-applied casts, such as Dark Arts
  43.  
  44. IN RANGE FROM type = "applydebuff" AND ability.name = "Vulnerability Up" TO type = "removedebuff" AND ability.name = "Vulnerability Up" GROUP BY target END
  45. IN RANGE FROM type = "applydebuff" AND ability.name = "Chain Stratagem" TO type = "removedebuff" AND ability.name = "Chain Stratagem" GROUP BY target END
  46.  
  47.  
  48. TRICK ATTACK
  49. IN RANGE FROM type = "applydebuff" AND ability.id = 1000638 TO type = "removedebuff" AND ability.id = 1000638 GROUP BY target END
  50. HYPERCHARGE
  51. IN RANGE FROM type = "applydebuff" AND ability.id = 1001208 TO type = "removedebuff" AND ability.id = 1001208 GROUP BY target END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement