Survival 6.0.3

Talents: Thrill of the hunt. Blink Strikes. Glaive Toss, Exotic Ammunition’s

530 Item Level
15k-18K Single Target

-- Survival Hunter Single Target
Sequences['SVST'] = {
PreMacro = [[
/cast [combat] Blood Fury
/cast [nopet] call pet 1
]],
	'/cast Black Arrow',
	'/cast Explosive Shot',
	'/cast Explosive Shot',
	'/cast Glaive Toss',
	'/castsequence reset=target Cobra Shot,Cobra Shot,Arcane Shot',
	'/cast Arcane Shot',
PostMacro = [[
/use [combat] 13
/use [combat] 14
/startattack
]],
}
-- Survival Hunter AOE
Sequences['SVAE'] = {
PreMacro = [[
/cast [combat] Blood Fury
/cast [nopet] call pet 1
]],
	'/cast Explosive Shot',
	'/cast Glaive Toss',
	'/cast Multi-Shot',
	'/cast Explosive Shot',
	'/cast Glaive Toss',
	'/cast Multi-Shot',
	'/cast Cobra Shot',
	PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

how did you put the black box around your macro?

There are 2 ways.

1, Above the text box there is a button called “CODE” if you highlight all your text and click that button it will put quotes around your text.

2, Do it manually. When you want the text to be highlighted use the ` key at the beginning of the text you want highlighted and again at the end.

It isnt working.

If you can be a little more specific I might be able to help you.

[quote quote=20352]Talents: Thrill of the hunt. Blink Strikes. Glaive Toss, Exotic Ammunition’s

530 Item Level
15k-18K Single Target

-- Survival Hunter Single Target
Sequences['SVST'] = {
PreMacro = [[
/cast [combat] Blood Fury
/cast [nopet] call pet 1
]],
	'/cast Black Arrow',
	'/cast Explosive Shot',
	'/cast Explosive Shot',
	'/cast Glaive Toss',
	'/castsequence reset=target Cobra Shot,Cobra Shot,Arcane Shot',
	'/cast Arcane Shot',
PostMacro = [[
/use [combat] 13
/use [combat] 14
/startattack
]],
}
-- Survival Hunter AOE
Sequences['SVAE'] = {
PreMacro = [[
/cast [combat] Blood Fury
/cast [nopet] call pet 1
]],
	'/cast Explosive Shot',
	'/cast Glaive Toss',
	'/cast Multi-Shot',
	'/cast Explosive Shot',
	'/cast Glaive Toss',
	'/cast Multi-Shot',
	'/cast Cobra Shot',
	PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

[/quote]
Are you putting more text in the black box than only the text that literally goes into the macro?

you have to edit the whole thing to use '/ not what is showing in the name of macro use ’ not the thick black ones