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
'); document.write(''); var yuipath = 'clientscript/yui'; var yuicombopath = ''; var remoteyui = false; } else // Load Rest of YUI remotely (where possible) { var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build'; var yuicombopath = ''; var remoteyui = true; if (!yuicombopath) { document.write(''); } } var SESSIONURL = ""; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "warmane/misc"; var IMGDIR_BUTTON = "warmane/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "422"; var BBURL = "https://forum.warmane.com"; var LOGGEDIN = 0 > 0 ? true : false; var THIS_SCRIPT = "showthread"; var RELPATH = "showthread.php?t=299744"; var PATHS = { forum : "", cms : "", blog : "" }; var AJAXBASEURL = "https://forum.warmane.com/"; var CoTTooltips = { rename: true, icons: false, iconsize: 15, qualitycolor: true, overridecolor: { spells: '#839309', items: '', npcs: '#fff', objects: '#fff', quests: '#ffb100', achievements: '#fff' } }; // -->
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
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).