Hello there.
I dunno if I made topic in correct forum.
I need macro that makes this thing: if I got equipped shield then cast shield bash, if i got equipped twohander then cast berserker stance AND then cast pummel.
Could anyone help me please?
'); 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?goto=nextoldest&t=308398"; 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' } }; // -->
Hello there.
I dunno if I made topic in correct forum.
I need macro that makes this thing: if I got equipped shield then cast shield bash, if i got equipped twohander then cast berserker stance AND then cast pummel.
Could anyone help me please?
#showtooltip
/cast [equipped:Shield] Shield Bash; [equipped:Two-Hand, stance:1/2] Berserker Stance; [equipped:Two-Hand, stance:3] Pummel
This macro casts Shield Bash if you have shield equipped; berserker stance if you have two-hander equipped and are not in berserker stance and Pummel if you are in berserker stance and have two hander equipped.
You will have to press it twice to cast pummel if you have two-hander and are not in berserker stance though.
Yeah its all I need! Thank you a lot. What Im using at the end:
for direct target:
#showtooltip Shield Bash
/cast [equipped:Shield, stance:1/2] Shield Bash; [equipped:Two-Hand, stance:1/2] Berserker Stance; [stance:3] Pummel
for focus:
#showtooltip Pummel
/cast [equipped:Shield, stance:1/2,@focus] Shield Bash; [equipped:Two-Hand, stance:1/2] Berserker Stance; [stance:3,@focus] Pummel
so i get:
1. if equipped shield AND im in battle/def stance then cast shield bash
2. if equipped twohander AND im in battle/def stance then cast berserker stance
3. if im in berserker stance no matter what weapon i have - cast pummel
and same for focus