perazite

Paladin general GS macros

Jan 30th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.77 KB | None | 0 0
  1. Sequences['P_DEF'] = {
  2. -- This Sequence was exported from GSE 2.0.14.
  3.   Author="Dæmsoñ@Draenor",
  4.   SpecID=66,
  5.   Talents = "2312223",
  6.   Default=1,
  7.   MacroVersions = {
  8.     [1] = {
  9.       StepFunction = [[Sequential]],
  10.       KeyPress={
  11.       },
  12.       PreMacro={
  13.       },
  14.         "/cast Ardent Defender",
  15.         "/cast Blessing of Protection",
  16.         "/cast Guardian of Ancient Kings",
  17.         "/cast Blessing of Freedom",
  18.       PostMacro={
  19.       },
  20.       KeyRelease={
  21.       },
  22.     },
  23.   },
  24. }
  25. Sequences['P_HEAL'] = {
  26. -- This Sequence was exported from GSE 2.0.14.
  27.   Author="Dæmsoñ@Draenor",
  28.   SpecID=66,
  29.   Talents = "2312223",
  30.   Default=1,
  31.   MacroVersions = {
  32.     [1] = {
  33.       StepFunction = [[Sequential]],
  34.       KeyPress={
  35.       },
  36.       PreMacro={
  37.       },
  38.         "/cast Flash of Light",
  39.         "/cast Light of the Protector",
  40.         "/cast Blessing of Protection",
  41.         "/cast Lay on Hands",
  42.         "/cast Blessing of Freedom",
  43.       PostMacro={
  44.       },
  45.       KeyRelease={
  46.       },
  47.     },
  48.   },
  49. }
  50. Sequences['R_0__INT'] = {
  51. -- This Sequence was exported from GSE 2.0.14.
  52.   Author="Dæmsoñ@Draenor",
  53.   SpecID=66,
  54.   Talents = "2312223",
  55.   Default=1,
  56.   MacroVersions = {
  57.     [1] = {
  58.       Trinket1=false,
  59.       Head=false,
  60.       Neck=false,
  61.       Belt=false,
  62.       Ring1=false,
  63.       Ring2=false,
  64.       StepFunction = [[Sequential]],
  65.       KeyPress={
  66.       },
  67.       PreMacro={
  68.       },
  69.         "/cast Rebuke",
  70.         "/cast Hand of Hindrance",
  71.         "/cast Hammer of Justice",
  72.         "/cast Blessing of Freedom",
  73.       PostMacro={
  74.       },
  75.       KeyRelease={
  76.       },
  77.     },
  78.   },
  79. }
  80. Sequences['R_DEF'] = {
  81. -- This Sequence was exported from GSE 2.0.14.
  82.   Author="Dæmsoñ@Draenor",
  83.   SpecID=66,
  84.   Talents = "2312223",
  85.   Default=1,
  86.   MacroVersions = {
  87.     [1] = {
  88.       Trinket1=false,
  89.       Head=false,
  90.       Neck=false,
  91.       Belt=false,
  92.       Ring1=false,
  93.       Ring2=false,
  94.       StepFunction = [[Sequential]],
  95.       KeyPress={
  96.       },
  97.       PreMacro={
  98.       },
  99.         "/cast Shield of Vengeance",
  100.       PostMacro={
  101.       },
  102.       KeyRelease={
  103.       },
  104.     },
  105.   },
  106. }
  107. Sequences['R_HEAL'] = {
  108. -- This Sequence was exported from GSE 2.0.14.
  109.   Author="Dæmsoñ@Draenor",
  110.   SpecID=66,
  111.   Talents = "2312223",
  112.   Default=1,
  113.   MacroVersions = {
  114.     [1] = {
  115.       Trinket1=false,
  116.       Head=false,
  117.       Neck=false,
  118.       Belt=false,
  119.       Ring1=false,
  120.       Ring2=false,
  121.       StepFunction = [[Sequential]],
  122.       KeyPress={
  123.       },
  124.       PreMacro={
  125.       },
  126.         "/cast Flash of Light",
  127.         "/cast Divine Shield",
  128.         "/cast Blessing of Freedom",
  129.         "/use Healthstone",
  130.         "/cast Blessing of Protection",
  131.       PostMacro={
  132.       },
  133.       KeyRelease={
  134.       },
  135.     },
  136.   },
  137. }
Add Comment
Please, Sign In to add comment