Advertisement
Guest User

xhul weakaura lua

a guest
May 3rd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. {
  2. ["user_y"] = 0,
  3. ["user_x"] = 0,
  4. ["color"] = {
  5. [1] = 1,
  6. [2] = 1,
  7. [3] = 1,
  8. [4] = 1,
  9. },
  10. ["untrigger"] = {
  11. ["use_unit"] = true,
  12. ["sourceunit"] = "player",
  13. ["source"] = "Boss1",
  14. ["use_sourceunit"] = false,
  15. ["use_destunit"] = true,
  16. ["unit"] = "player",
  17. ["use_source"] = false,
  18. ["destunit"] = "player",
  19. },
  20. ["anchorPoint"] = "CENTER",
  21. ["desaturateBackground"] = false,
  22. ["customTextUpdate"] = "event",
  23. ["backgroundOffset"] = 2,
  24. ["actions"] = {
  25. ["start"] = {
  26. ["message"] = "Cast on me!",
  27. ["do_sound"] = true,
  28. ["message_type"] = "RAID",
  29. ["do_message"] = false,
  30. ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\SharpPunch.ogg",
  31. ["sound_channel"] = "Master",
  32. },
  33. ["finish"] = {
  34. },
  35. ["init"] = {
  36. },
  37. },
  38. ["fontFlags"] = "OUTLINE",
  39. ["endAngle"] = 360,
  40. ["crop_y"] = 0.41,
  41. ["crop_x"] = 0.41,
  42. ["animation"] = {
  43. ["start"] = {
  44. ["type"] = "none",
  45. ["duration_type"] = "seconds",
  46. },
  47. ["main"] = {
  48. ["type"] = "none",
  49. ["duration_type"] = "seconds",
  50. },
  51. ["finish"] = {
  52. ["type"] = "none",
  53. ["duration_type"] = "seconds",
  54. },
  55. },
  56. ["trigger"] = {
  57. ["sourceunit"] = "player",
  58. ["source"] = "Unstable Voidfiend",
  59. ["duration"] = ".5",
  60. ["use_unit"] = true,
  61. ["spellName"] = "Volatile Voidstep",
  62. ["use_auraType"] = false,
  63. ["type"] = "event",
  64. ["subeventPrefix"] = "SPELL",
  65. ["unevent"] = "timed",
  66. ["subeventSuffix"] = "_CAST_START",
  67. ["use_source"] = true,
  68. ["event"] = "Combat Log",
  69. ["auraType"] = "DEBUFF",
  70. ["unit"] = "player",
  71. ["use_spellName"] = true,
  72. ["spellIds"] = {
  73. },
  74. ["use_sourceunit"] = false,
  75. ["use_destunit"] = true,
  76. ["debuffType"] = "HELPFUL",
  77. ["names"] = {
  78. },
  79. ["destunit"] = "player",
  80. },
  81. ["startAngle"] = 0,
  82. ["alpha"] = 1,
  83. ["desaturate"] = false,
  84. ["rotation"] = 0,
  85. ["font"] = "Friz Quadrata TT",
  86. ["stickyDuration"] = false,
  87. ["crop"] = 0.41,
  88. ["height"] = 81.777641296387,
  89. ["rotate"] = true,
  90. ["load"] = {
  91. ["use_never"] = false,
  92. ["talent"] = {
  93. ["multi"] = {
  94. },
  95. },
  96. ["class"] = {
  97. ["multi"] = {
  98. },
  99. },
  100. ["difficulty"] = {
  101. ["multi"] = {
  102. },
  103. },
  104. ["race"] = {
  105. ["multi"] = {
  106. },
  107. },
  108. ["faction"] = {
  109. ["multi"] = {
  110. },
  111. },
  112. ["role"] = {
  113. ["multi"] = {
  114. },
  115. },
  116. ["use_combat"] = true,
  117. ["spec"] = {
  118. ["multi"] = {
  119. },
  120. },
  121. ["size"] = {
  122. ["multi"] = {
  123. },
  124. },
  125. },
  126. ["xOffset"] = 1.5625610351563,
  127. ["backgroundColor"] = {
  128. [1] = 0.5,
  129. [2] = 0.5,
  130. [3] = 0.5,
  131. [4] = 0.5,
  132. },
  133. ["fontSize"] = 12,
  134. ["displayStacks"] = "%c",
  135. ["foregroundTexture"] = "Textures\\SpellActivationOverlays\\Eclipse_Sun",
  136. ["desaturateForeground"] = false,
  137. ["sameTexture"] = true,
  138. ["mirror"] = false,
  139. ["foregroundColor"] = {
  140. [1] = 1,
  141. [2] = 1,
  142. [3] = 1,
  143. [4] = 1,
  144. },
  145. ["regionType"] = "icon",
  146. ["backgroundTexture"] = "Textures\\SpellActivationOverlays\\Eclipse_Sun",
  147. ["blendMode"] = "BLEND",
  148. ["stacksPoint"] = "TOPRIGHT",
  149. ["discrete_rotation"] = 0,
  150. ["selfPoint"] = "CENTER",
  151. ["texture"] = "Textures\\SpellActivationOverlays\\Eclipse_Sun",
  152. ["stacksContainment"] = "INSIDE",
  153. ["zoom"] = 0,
  154. ["auto"] = true,
  155. ["compress"] = false,
  156. ["additional_triggers"] = {
  157. },
  158. ["icon"] = true,
  159. ["frameStrata"] = 1,
  160. ["width"] = 87.999961853027,
  161. ["id"] = "CAST ON ME 3",
  162. ["numTriggers"] = 1,
  163. ["inverse"] = false,
  164. ["yOffset"] = -192.82382202148,
  165. ["orientation"] = "VERTICAL",
  166. ["displayIcon"] = "Interface\\Icons\\Spell_Shadow_SealOfKings",
  167. ["cooldown"] = true,
  168. ["textColor"] = {
  169. [1] = 1,
  170. [2] = 1,
  171. [3] = 1,
  172. [4] = 1,
  173. },
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement