View Single Post
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