Page 1 of 1

Shield check?

Posted: Mon Aug 23, 2004 10:46 am
by Kambic
Is there a way to check to see if you have a shield equipped in your offhand? I've tried a few different ways to get this done but basically I can't find a way to actually check the offhand item to see if it is a shield or not (maybe not possible?).

Posted: Mon Aug 23, 2004 11:25 am
by Fippy
Stright from my pallys fighting macro

Code: Select all

   /if ((${Target.Distance}<11)&&(${String[${InvSlot[offhand].Item.Type}].Equal["Shield"]})&&(${Me.AbilityReady["Bash"]})) /doability "Bash" 

Posted: Mon Aug 23, 2004 11:51 am
by Kambic
Thank you :)

All search was pulling up for me was shielding and spellsheild type stuff =/