Question - mq2melee bash/kick setting?

janktron

Member
Joined
Sep 25, 2015
RedCents
771¢
if both bash and kick are enabled in mq2melee, which 1 will fire? does it essentially mash both buttons at the same time and it's random which one goes through first? or does it prioritize bash over kick? Curious since (on TLP) my warrior just got a shield with furious bash on it that I switch to when aggro becomes a problem. And I don't want him to waste the cooldown kicking instead of bashing
 
They are on the same timer you can only do one. Choose kick or bash.
 
make a holyshit that telsl him to use bash when he got shield equipped and kick when he dont.

problem solved.

Rich (BB code):
holyshit10=/if (${${Me.Inventory[offhand].ID}==id of your shield} && ${meleemvi[kick]})==0 ) /melee kick=0  bash=1
holyshit11=/if (${${Me.Inventory[offhand].ID}!=id of your shield} && ${meleemvi[bash]})==1 ) /melee kick=1  bash=0

but yeah this might not be perfect, because if you have melee kick 1 and have shield on when you start mq2melee it probably wont owkr proper.
 
make a holyshit that telsl him to use bash when he got shield equipped and kick when he dont.

problem solved.

Rich (BB code):
holyshit10=/if (${${Me.Inventory[offhand].ID}==id of your shield} && ${meleemvi[kick]})==0 ) /melee kick=0  bash=1
holyshit11=/if (${${Me.Inventory[offhand].ID}!=id of your shield} && ${meleemvi[bash]})==1 ) /melee kick=1  bash=0

but yeah this might not be perfect, because if you have melee kick 1 and have shield on when you start mq2melee it probably wont owkr proper.

i have socials set up to swap from 2h/dw/sword and board...so i just added /melee kick=0 to the sword and board social and /melee kick=1 to the other 2. no need to toggle bash yet since he can't do it without a shield and i dont think warriors get that AA til dodh maybe?
 
Question - mq2melee bash/kick setting?

Users who are viewing this thread

Back
Top
Cart