Advertisement
VOrlando520

Untitled

Oct 10th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. {
  2. ["Variables"] = {
  3. ["KeyRelease"] = {
  4. [1] = "/cast [nochanneling] Starsurge",
  5. [2] = "/cast [nochanneling] Celestial Alignment"
  6. },
  7. ["KeyPress"] = {
  8. [1] = "/targetenemy [noharm][dead]",
  9. [2] = "/stopcasting [mod:alt] [mod:shift] [mod:ctrl]",
  10. [3] = "/cast [noform,nochanneling] Moonkin Form",
  11. [4] = "/cast [mod:shift,nochanneling] Convoke the Spirits",
  12. [5] = "/cast [mod:alt] Starfire",
  13. [6] = "/cast [mod:ctrl] Wrath"
  14. }
  15. },
  16. ["Actions"] = {
  17. [1] = {
  18. [1] = "~~KeyPress~~",
  19. [2] = "/cast [nochanneling,combat] Starfall",
  20. [3] = "~~KeyRelease~~",
  21. ["Type"] = "Action"
  22. },
  23. [2] = {
  24. [1] = "~~KeyPress~~",
  25. [2] = "/cast [nochanneling] Celestial Alignment",
  26. [3] = "~~KeyRelease~~",
  27. ["Type"] = "Action"
  28. },
  29. [3] = {
  30. [1] = {
  31. [1] = "~~KeyPress~~",
  32. [2] = "/castsequence [nochanneling] reset=target/combat Wrath, Wrath",
  33. [3] = "~~KeyRelease~~",
  34. ["Type"] = "Action"
  35. },
  36. [2] = {
  37. [1] = "~~KeyPress~~",
  38. [2] = "/cast [nochanneling] Fury of Elune",
  39. [3] = "~~KeyRelease~~",
  40. ["Type"] = "Action"
  41. },
  42. [3] = {
  43. [1] = "~~KeyPress~~",
  44. [2] = "/castsequence [nochanneling] reset=target/combat Wrath, Wrath, Wrath, Wrath, Sunfire",
  45. [3] = "~~KeyRelease~~",
  46. ["Type"] = "Action"
  47. },
  48. [4] = {
  49. [1] = "~~KeyPress~~",
  50. [2] = "/castsequence [nochanneling] reset=target/combat Starfire, Starfire, Starfire, Starfire, Moonfire",
  51. [3] = "~~KeyRelease~~",
  52. ["Type"] = "Action"
  53. },
  54. [5] = {
  55. [1] = "~~KeyPress~~",
  56. [2] = "/castsequence [nochanneling] reset=target Moonfire, Sunfire, null",
  57. [3] = "~~KeyRelease~~",
  58. ["Type"] = "Action"
  59. },
  60. ["Repeat"] = 2,
  61. ["Type"] = "Loop",
  62. ["StepFunction"] = "Priority"
  63. }
  64. },
  65. ["InbuiltVariables"] = {
  66. ["Combat"] = true,
  67. ["Trinket2"] = false,
  68. ["Trinket1"] = false,
  69. ["Head"] = false,
  70. ["Neck"] = false,
  71. ["Ring2"] = false,
  72. ["Belt"] = false,
  73. ["Ring1"] = false
  74. }
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement