Basic Macro Help (Draught of Souls Opener)

I know its pretty basic and I can do it, but looking for advice as to the proper placement of which buffs to cast before Odyns Fury and Draught etc.

Thanks in advance guys.

Try this… I have not finished my Fury Warrior macro setup only the Protection one for now. But I do have this I have been playing with.

Sequences['WPTT'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Nenii",
  SpecID=66,
  Talents = "111...",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Battle Cry",
        "/cast [combat] Avatar",
      },
      PreMacro={
      },
        "/cast [combat] Odyn's Fury",
        "/use Draught of Souls",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Unable to import

This is that I am currently using, however it can really only be used as an opener. Not anytime trinket is off CD.

#showtooltip
/startattack
/castsequence reset=target/combat Charge, Avatar, Battle Cry, Rampage, Draught of Souls, Bloodthirst, Raging Blow, Odyn’s Fury

Updated:

Use Weak Aura’s to keep track of when Battle Cry and Odyn’s Fury is up so you know when to spam the macro again.

The rotation i use is this macro for the opener, again with Battle Cry and Odyn’s Fury… then Avatar should be coming off of CD with the rest of the abilities…

You want to do a Bloodthirst or Rampage before the draught so you are enraged.

This is what im using atm.

Sequences['FuryCD'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="MikeK",
  SpecID=72,
  Talents = "2333232",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/cast [combat] Avatar",
        "/castsequence  reset=12  Battle Cry, Rampage, null",
      },
      PreMacro={
      },
        "/castsequence  reset=12  Battle Cry, Rampage, 14, Bloodthirst, Odyn's Fury",
        "/castsequence  reset=12  Odyn's Fury",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}