Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-06-19, 09:46 AM   #1
rouggy
A Defias Bandit
Join Date: Oct 2019
Posts: 2
SendChatMessage with command

Hi all,

I am trying to do a macro but i am always facing the same issue.

I am trying to Pick Pocket then Cheap Shot for PVE and directly Cheap Shot if pvp with same key.

#showtooltip Cheap Shot
/run if (UnitIsPlayer("target"))then SendChatMessage("/cast Cheap Shot","say"); else SendChatMessage("/castsequence reset=target Pick Pocket, Cheap Shot","say"); end
This one keeps writing as say but do not launch the commands.

Anything i am doing wrong ?

Thanks
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » Macro Help » SendChatMessage with command


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off