Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.97 KB | None | 0 0
  1. {
  2. ["glow"] = false,
  3. ["text1FontSize"] = 15,
  4. ["authorOptions"] = {
  5. },
  6. ["displayText"] = "%c",
  7. ["yOffset"] = 260,
  8. ["anchorPoint"] = "CENTER",
  9. ["actions"] = {
  10. ["start"] = {
  11. ["message"] = " ",
  12. ["custom"] = "",
  13. ["do_sound"] = false,
  14. ["message_type"] = "SAY",
  15. ["do_custom"] = false,
  16. ["do_message"] = false,
  17. ["do_glow"] = false,
  18. },
  19. ["init"] = {
  20. ["custom"] = "aura_env.name = {}\\naura_env.duration = {}\\naura_env.duration2 = {}\\naura_env.activecheck = {}\\naura_env.check = {}\\ntable.insert(aura_env.check, 0)\\n\\n\\n\\n",
  21. ["do_custom"] = true,
  22. },
  23. ["finish"] = {
  24. ["custom"] = "aura_env.name = {}\\naura_env.duration = {}\\naura_env.duration2 = {}\\naura_env.activecheck = {}\\naura_env.check[1] = 0\\n\\n\\n\\n",
  25. ["do_custom"] = true,
  26. },
  27. },
  28. ["text1Enabled"] = true,
  29. ["keepAspectRatio"] = false,
  30. ["selfPoint"] = "CENTER",
  31. ["text1Containment"] = "OUTSIDE",
  32. ["glowColor"] = {
  33. [1] = 1,
  34. [2] = 1,
  35. [3] = 1,
  36. [4] = 1,
  37. },
  38. ["text1Point"] = "RIGHT",
  39. ["text2FontFlags"] = "OUTLINE",
  40. ["load"] = {
  41. ["ingroup"] = {
  42. ["multi"] = {
  43. },
  44. },
  45. ["use_never"] = false,
  46. ["zone"] = "Blackrock Foundry",
  47. ["class"] = {
  48. ["multi"] = {
  49. },
  50. },
  51. ["use_encounterid"] = false,
  52. ["use_zone"] = false,
  53. ["size"] = {
  54. ["single"] = "party",
  55. ["multi"] = {
  56. ["party"] = true,
  57. },
  58. },
  59. ["talent"] = {
  60. ["multi"] = {
  61. },
  62. },
  63. ["spec"] = {
  64. ["multi"] = {
  65. },
  66. },
  67. ["difficulty"] = {
  68. ["single"] = "challenge",
  69. ["multi"] = {
  70. ["mythic"] = true,
  71. ["challenge"] = true,
  72. },
  73. },
  74. ["role"] = {
  75. ["multi"] = {
  76. },
  77. },
  78. ["faction"] = {
  79. ["multi"] = {
  80. },
  81. },
  82. ["pvptalent"] = {
  83. ["multi"] = {
  84. },
  85. },
  86. ["race"] = {
  87. ["multi"] = {
  88. },
  89. },
  90. ["encounterid"] = 1853,
  91. ["talent2"] = {
  92. ["multi"] = {
  93. },
  94. },
  95. },
  96. ["glowType"] = "buttonOverlay",
  97. ["glowThickness"] = 4,
  98. ["text1FontFlags"] = "OUTLINE",
  99. ["regionType"] = "icon",
  100. ["text2FontSize"] = 24,
  101. ["cooldownTextDisabled"] = false,
  102. ["auto"] = false,
  103. ["glowScale"] = 1,
  104. ["alpha"] = 1,
  105. ["glowYOffset"] = 0,
  106. ["uid"] = "WCVzYqFNsvN",
  107. ["displayIcon"] = 2967111,
  108. ["outline"] = true,
  109. ["glowLength"] = 10,
  110. ["customText"] = "function()\\n if WeakAuras.IsOptionsOpen() then\\n aura_env.check[1] = 0\\n aura_env.name = {}\\n aura_env.duration = {}\\n aura_env.duration2 = {}\\n aura_env.activecheck = {}\\n return \\\" NAME - READY\\\"\\n else\\n local coloredName = function(name)\\n local _, class = UnitClass(name)\\n return string.format(\\\"|c%s%s\\\", RAID_CLASS_COLORS[class].colorStr, name)\\n end\\n result = \\\"\\\"\\n if aura_env.check[1] ~= GetNumGroupMembers() then\\n aura_env.check[1] = 50\\n return \\\"updating...\\\"\\n end\\n \\n for i=1,table.getn(aura_env.name) do\\n local name,realm = UnitName(aura_env.name[i])\\n if aura_env.name[i] ~= nil then\\n if aura_env.activecheck[i] == 0 then\\n color = \\\"FFFFFFFF\\\" -- white\\n result = result..string.format(\\\"%s |c%s%s%s\\\\n\\\", coloredName(name), color, \\\" - \\\", \\\"READY\\\")\\n elseif aura_env.activecheck[i] == 1 then\\n color = \\\"FF00F9FF\\\" -- teal\\n cooldown = aura_env.duration[i] - GetTime()\\n result = result..string.format(\\\"%s |c%s%s%d\\\\n\\\", coloredName(name), color, \\\" - \\\", cooldown+0.5)\\n elseif aura_env.activecheck[i] == 2 then\\n color = \\\"FF00FF00\\\" -- green\\n cooldown = aura_env.duration[i] - GetTime()\\n result = result..string.format(\\\"%s |c%s%s%d\\\\n\\\", coloredName(name), color, \\\" - \\\", cooldown+0.5)\\n elseif aura_env.activecheck[i] == 3 then\\n color = \\\"FFFF0000\\\" -- red\\n cooldown = aura_env.duration2[i] - GetTime()\\n result = result..string.format(\\\"%s |c%s%s%d\\\\n\\\", coloredName(name), color, \\\" - \\\", cooldown+0.5)\\n end\\n end\\n \\n end\\n if result == \\\"\\\" then\\n aura_env.check[1] = 50\\n return \\\"updating...\\\"\\n end\\n \\n return result\\n \\n end\\n \\nend\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n",
  111. ["cooldownSwipe"] = true,
  112. ["customTextUpdate"] = "update",
  113. ["cooldownEdge"] = false,
  114. ["useglowColor"] = false,
  115. ["internalVersion"] = 16,
  116. ["glowXOffset"] = 0,
  117. ["animation"] = {
  118. ["start"] = {
  119. ["type"] = "none",
  120. ["duration_type"] = "seconds",
  121. },
  122. ["main"] = {
  123. ["duration_type"] = "seconds",
  124. ["use_color"] = false,
  125. ["type"] = "none",
  126. },
  127. ["finish"] = {
  128. ["type"] = "none",
  129. ["duration_type"] = "seconds",
  130. },
  131. },
  132. ["stickyDuration"] = false,
  133. ["height"] = 50,
  134. ["glowLines"] = 8,
  135. ["glowFrequency"] = 0.25,
  136. ["text2Containment"] = "INSIDE",
  137. ["text1Font"] = "Friz Quadrata TT",
  138. ["text2Color"] = {
  139. [1] = 1,
  140. [2] = 1,
  141. [3] = 1,
  142. [4] = 1,
  143. },
  144. ["text2Enabled"] = false,
  145. ["zoom"] = 0.5,
  146. ["parent"] = "Focused Azerite Beam Tracker",
  147. ["text2"] = "%p",
  148. ["text2Point"] = "CENTER",
  149. ["xOffset"] = -600,
  150. ["text1"] = "%c",
  151. ["color"] = {
  152. [1] = 1,
  153. [2] = 1,
  154. [3] = 1,
  155. [4] = 1,
  156. },
  157. ["triggers"] = {
  158. [1] = {
  159. ["trigger"] = {
  160. ["stack_info"] = "count",
  161. ["duration"] = "5",
  162. ["use_spell"] = true,
  163. ["customTexture"] = "\\n\\n",
  164. ["group_count"] = "1",
  165. ["custom_hide"] = "timed",
  166. ["subeventSuffix"] = "_CREATE",
  167. ["event"] = "Conditions",
  168. ["use_sourceUnit"] = true,
  169. ["check"] = "event",
  170. ["use_alwaystrue"] = true,
  171. ["genericShowOn"] = "showOnActive",
  172. ["use_unit"] = true,
  173. ["customIcon"] = "\\n\\n",
  174. ["name_info"] = "aura",
  175. ["use_specific_unit"] = false,
  176. ["names"] = {
  177. [1] = "Volatile Rot",
  178. },
  179. ["debuffType"] = "HARMFUL",
  180. ["subeventPrefix"] = "SPELL",
  181. ["spell"] = "Lightning Bolt",
  182. ["unit"] = "group",
  183. ["unevent"] = "auto",
  184. ["custom"] = "function(event, timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellID, spellName, spellSchool)\\n \\n \\n for i=1,table.getn(aura_env.activecheck) do\\n if event == \\\"SPELL_CAST_SUCCESS\\\" then\\n if (spellID == 295258) or (spellName == \\\"Focused Azerite Beam\\\") then\\n if aura_env.name[i] == sourceName then\\n aura_env.duration2[i] = GetTime()+90\\n aura_env.duration[i] = GetTime()+3\\n aura_env.activecheck[i] = 2\\n end\\n end\\n end\\n \\n \\n \\n \\n end\\n \\nend\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n",
  185. ["spellName"] = "Lightning Bolt",
  186. ["group_countOperator"] = "==",
  187. ["customStacks"] = "\\n\\n",
  188. ["use_sourceName"] = false,
  189. ["use_spellName"] = false,
  190. ["events"] = "COMBAT_LOG_EVENT_UNFILTERED",
  191. ["sourceName"] = "Elder Regail",
  192. ["custom_type"] = "status",
  193. ["type"] = "custom",
  194. ["sourceUnit"] = "target",
  195. ["spellIds"] = {
  196. },
  197. },
  198. ["untrigger"] = {
  199. ["unit"] = "boss2",
  200. ["custom"] = "",
  201. ["use_specific_unit"] = true,
  202. },
  203. },
  204. [2] = {
  205. ["trigger"] = {
  206. ["type"] = "custom",
  207. ["subeventSuffix"] = "_CAST_START",
  208. ["event"] = "Health",
  209. ["subeventPrefix"] = "SPELL",
  210. ["custom"] = "function()\\n if aura_env.check[1] == 0 or aura_env.check[1] == 45 then\\n aura_env.name = {}\\n for i=1, GetNumGroupMembers() do\\n aura_env.check[1] = GetNumGroupMembers()\\n local name, rank, subgroup, level, class = GetRaidRosterInfo(i)\\n if name ~= nil then\\n race, raceEn = UnitRace(name)\\n if raceEn == \\\"BloodElf\\\" then\\n table.insert(aura_env.duration, GetTime()+0)\\n table.insert(aura_env.duration2, GetTime()+0)\\n table.insert(aura_env.activecheck, 0)\\n table.insert(aura_env.name, name)\\n end\\n end\\n end\\n \\n \\n \\n \\n if table.getn(aura_env.name) > 0 then\\n return true\\n else \\n return false\\n end\\n end\\n for i=1,getn(aura_env.activecheck) do\\n if aura_env.activecheck[i] == 2 then\\n if aura_env.duration[i] - GetTime() <= 0 then\\n aura_env.activecheck[i] = 3\\n end\\n elseif aura_env.activecheck[i] == 3 then\\n if aura_env.duration2[i] - GetTime() <= 0 then\\n aura_env.activecheck[i] = 0\\n end\\n end\\n end\\nend\\n\\n\\n",
  211. ["check"] = "update",
  212. ["genericShowOn"] = "showOnActive",
  213. ["custom_type"] = "status",
  214. ["custom_hide"] = "timed",
  215. },
  216. ["untrigger"] = {
  217. ["custom"] = "function()\\n if aura_env.check[1] == 50 then\\n aura_env.name = {}\\n aura_env.check[1] = 45\\n return true\\n end\\nend\\n\\n\\n\\n\\n\\n\\n",
  218. },
  219. },
  220. ["disjunctive"] = "any",
  221. ["activeTriggerMode"] = 1,
  222. },
  223. ["icon"] = true,
  224. ["justify"] = "LEFT",
  225. ["config"] = {
  226. },
  227. ["id"] = "Focused Azerite Beam",
  228. ["text2Font"] = "Friz Quadrata TT",
  229. ["frameStrata"] = 1,
  230. ["width"] = 50,
  231. ["anchorFrameType"] = "SCREEN",
  232. ["text1Color"] = {
  233. [1] = 1,
  234. [2] = 1,
  235. [3] = 0.96470588235294,
  236. [4] = 1,
  237. },
  238. ["inverse"] = false,
  239. ["desaturate"] = false,
  240. ["conditions"] = {
  241. },
  242. ["cooldown"] = true,
  243. ["glowBorder"] = false,
  244. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement