I have tried to read all the forums that I have found, withoyt any luck.
I am trying to run this Sequence:
Sequences[‘EnhST’] = {
specID = 263,
author = “krcc”,
helpTxt = "ST - 3213112 ",
PreMacro = [[
/targetenemy [noharm][dead]
]],
“/castsequence [nochanneling] reset=/target Boulderfist,Boulderfist,Frostbrand,Lava Lash”,
“/cast [nochanneling] Boulderfist”,
“/cast [nochanneling] !Stormstrike”,
“/cast [nochanneling] Feral Spirit”,
“/cast [nochanneling] Flametongue”,
“/cast [nochanneling] Crash Lightning”,
“/cast [nochanneling] Stormstrike”,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}
But it wont work, it worked on my laptop but not on my stationary comp. any ideas that might solwe my problem?
Dear Regard Yujo
P.S: Sorry for bad english…
You had some funky quotations in there.
Try this:
Sequences['EnhST'] = {
specID = 263,
author = "krcc",
helpTxt = "ST – 3213112",
PreMacro = [[
/targetenemy [noharm][dead]
]],
"/castsequence [nochanneling] reset=/target Boulderfist,Boulderfist,Frostbrand,Lava Lash",
"/cast [nochanneling] Boulderfist",
"/cast [nochanneling] !Stormstrike",
"/cast [nochanneling] Feral Spirit",
"/cast [nochanneling] Flametongue",
"/cast [nochanneling] Crash Lightning",
"/cast [nochanneling] Stormstrike",
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}
Fixed the problem, thx you so much. Can you please share what you did?
If you compare the 2 of them i altered:
Sequences[‘EnhST’] = {
author = “krcc”,
helpTxt = “ST – 3213112 “,
I also changed all your "
might just have been the paste you posted but it converted the “” and ’ 's to something weird.
It’s best to use a text editor like notepad++ or Atom when you copy and paste from here. Basically the above should always look like whats in the code box
issent it better dps with stormstrike on a diffent key ?
Ahhhh, I use Notepad++. Didn’t see that when i pasted it, thank you 