i have problem with that...someone can tyo woirking macro for this server?
/cast Bad Manner
and
/cast [target=focus] Bad Manner
not work correctly...plz help
Printable View
i have problem with that...someone can tyo woirking macro for this server?
/cast Bad Manner
and
/cast [target=focus] Bad Manner
not work correctly...plz help
What exactly you want it to do?
Sigh, Have you even looked at the macro-ing thread? Everything related to or pertaining macros should be asked there.
First thing, stop using /cast and target=. /use and @ are shorter and thus more efficient.
Currently, one bug with the Bad Manner ability is that the spell is Re-casted on every clicks, thus bugging it.
To prevent this, you must use the non-toggling operator, known as the exclamation mark ( ! )
/use !Bad Manner
This is a spammable Bad Manner macro. If you want Bad Manner to be used on your focus if you have one, you would do something like this:
/use [@focus,harm][]!Bad Manner
This uses Bad Manner on your focus if you have one, otherwise on your target. The empty brackets are necessary or else it will only work with a focus.
You could have answered all your questions if you had read the Macro-ing thread(Or you could have asked it there).