• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Warrior Shield Bash macro

Lenni

Authorized
Joined
Nov 1, 2015
Could you please help me with macros for Shield Bash with dual wield weapons?

I know about Pumel in berserk stance. I am just looking for ability to kick casts without switching stance.

So what I need:
1) equip shield
2) cast shield bash
3) equip off hand sword back

Is it possible to combine 1 and 2 in the same gkd in one macros? if yes, I'd like to get this macros in this thread

Thanks
 
It doesn't work with dual wield weapons.
first click will eq shield
second click bash, but also will equip my OH weapon in MH

They are using
a=GetInventoryItemTexture("player",17); if a==nil
to check if shield was not equipped, need to write something similar to check if specific weapon is not equipped
 
You are better of using itemrack which uses sets.

Itemrack

/script EquipSet("WHATEVER YOUR SET NAME IS"); Replacing with the name of your set.
/cast Shield Bash

You can also use MacroTooltip if you want macros to show the correct tooltips
 
Last edited:
Top Bottom