The BM 'HP_RBMAoE’and ‘HP_RBMmain’ m,acros use the StepFunction = GSStaticPriority, command
and then their body has repeated casts - that is Beastial Wrath and Kill command are repeated twice . . .
“/cast [nochanneling] Bestial Wrath”,
“/cast [nochanneling] !Kill Command”,
“/cast [nochanneling] Dire Frenzy”,
“/cast [nochanneling] Multi-Shot”,
“/cast [nochanneling] Titan’s Thunder”,
“/cast [nochanneling] !Kill Command”,
“/cast [nochanneling] Bestial Wrath”,
I don’t understand this. My understanding of the staticpriority step function is that it is a priority list - try 1, try 1 and then 2, try 1 and then 2 and then 3 . . . if I understand that correctly why would you repeat casts in the body?