krazyito65

load on boss

Jan 20th, 2015
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Event Type: Event -> Event(s): ENCOUNTER_START, ENCOUNTER_END
  2.  
  3. ---Custom Trigger:
  4. function(event, _, name)
  5. if event == "ENCOUNTER_START" and name =="Siegecrafter Blackfuse" then
  6. return true
  7. end
  8. end
  9.  
  10. --Custom Untrigger:
  11. function(event, _, name)
  12. if event == "ENCOUNTER_END" then
  13. return true
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment