WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   btn1 / btn2 macro (https://www.wowinterface.com/forums/showthread.php?t=59048)

Shadowdwarf 02-13-22 02:26 PM

btn1 / btn2 macro
 
Hey Guys

I would like this macro to work with Outfitter addon but i cant add conditional formatting to the line.
Can someone help me?

#showtooltip Water Shield
/outfitter wear MP5
/stopmacro [btn:1]
/cast Water Shield
/outfitter wear Normal


So basicly i dont want the 2'nd line /Outfitter wear MP5 to be casted if im clicking btn:2
Is that possible?

Dridzt 02-13-22 05:58 PM

Code:

#showtooltip
/run if not IsMouseButtonDown"RightButton" then Outfitter:WearOutfitByName("MP5")end
/stopmacro [btn:1]
/use Water Shield
/outfitter wear Normal

Perhaps..
Your request is not very clear.

Use plain language to describe what should happen when you left or right click.


All times are GMT -6. The time now is 07:47 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI