Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <events>
  3.  
  4. <!-- Notification when something happen & you are not on the Tera windows -->
  5. <common_afk>
  6. <actions>
  7. <notify>
  8. <balloon title_text="{afk_title}" body_text="{afk_body}" display_time="3000" />
  9. <sound type="Beeps">
  10. <beeps>
  11. <beep frequency="440" duration="500"/>
  12. </beeps>
  13. </sound>
  14. </notify>
  15. </actions>
  16. </common_afk>
  17.  
  18. <!-- The boss became enraged -->
  19. <abnormality ingame="true" trigger="Added" target="Boss">
  20. <abnormalities>
  21. <abnormality>8888888</abnormality>
  22. </abnormalities>
  23. <actions>
  24. <notify>
  25. <balloon title_text="{abnormality_name} : on" body_text="{abnormality_name}" display_time="3000" />
  26. <sound type="Beeps">
  27. <beeps>
  28. <beep frequency="185" duration="500"/>
  29. </beeps>
  30. </sound>
  31. </notify>
  32. </actions>
  33. </abnormality>
  34.  
  35. <!-- Mystic contagion -->
  36. <abnormality ingame="true" trigger="Added" target="Boss">
  37. <abnormalities>
  38. <abnormality>701700</abnormality>
  39. <abnormality>701701</abnormality>
  40. </abnormalities>
  41. <actions>
  42. <notify>
  43. <balloon title_text="{abnormality_name} : on" body_text="{abnormality_name}" display_time="3000" />
  44. <sound type="Beeps">
  45. <beeps>
  46. <beep frequency="110" duration="500"/>
  47. </beeps>
  48. </sound>
  49. </notify>
  50. </actions>
  51. </abnormality>
  52.  
  53. <!-- Hurricane -->
  54. <abnormality ingame="true" trigger="Added" target="Boss">
  55. <abnormalities>
  56. <abnormality>60010</abnormality>
  57. </abnormalities>
  58. <actions>
  59. <notify>
  60. <balloon title_text="{abnormality_name}" body_text="{abnormality_name}" display_time="3000" />
  61. <sound type="Beeps">
  62. <beeps>
  63. <beep frequency="110" duration="500"/>
  64. </beeps>
  65. </sound>
  66. </notify>
  67. </actions>
  68. </abnormality>
  69.  
  70. <!-- Crystal bind check for yourself -->
  71. <abnormality ingame="true" remaining_seconds_before_trigger="240" rewarn_timeout_seconds="30" trigger="MissingDuringFight" target="Self">
  72. <abnormalities>
  73. <abnormality>CrystalBind</abnormality>
  74. <abnormality>CCrystalBind</abnormality>
  75. </abnormalities>
  76. <actions>
  77. <notify>
  78. <balloon title_text="{abnormality_name}" body_text="{player_name} {time_left}" display_time="3000" />
  79. <sound type="Beeps">
  80. <beeps>
  81. <beep frequency="440" duration="500"/>
  82. </beeps>
  83. </sound>
  84. </notify>
  85. </actions>
  86. </abnormality>
  87.  
  88.  
  89. <!-- Everful Nostrum for yourself -->
  90. <abnormality ingame="true" remaining_seconds_before_trigger="10" rewarn_timeout_seconds="5" trigger="MissingDuringFight" target="Self">
  91. <abnormalities>
  92. <abnormality>4031</abnormality>
  93. <abnormality>4030</abnormality>
  94. <abnormality>4020</abnormality>
  95. <abnormality>4021</abnormality>
  96. </abnormalities>
  97. <actions>
  98. <notify>
  99. <balloon title_text="{abnormality_name}" body_text="{player_name} {time_left}" display_time="3000" />
  100. <sound type="Beeps">
  101. <beeps>
  102. <beep frequency="196" duration="500"/>
  103. </beeps>
  104. </sound>
  105. </notify>
  106. </actions>
  107. </abnormality>
  108.  
  109.  
  110. </events>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement