+ Reply to Thread
Results 1 to 3 of 3
-
11-24-2020 #1
- Join Date
- Nov 2020
- Posts
- 2
- Rep Power
- 0
Question about that Makro
Hi Guys
I need your help, i have a problem with a makro and i cant find the issue.
This ist the Makro Line
/cast [@mouseover,help,nodead][exists,nodead] Riptide
/cast [mod:shift, @party1, nodead][mod:ctrl, @party2, nodead][nomod, @player][exists,nodead] Riptide
the Mouseover part works, But i can only target my Party member IF i havent any target at all.
When Target my Enemy the heal goes directly to my self and nobody else as i actually wish to use it.
I hope someone can tell what i did wrong and kind regards
-
11-27-2020 #2
- Join Date
- Feb 2012
- Posts
- 2,614
- Rep Power
- 10
/cast [nomod,@mouseover,exists] Riptide
/cast [mod:shift,@party1] Riptide
/cast [mod:ctrl,@party2] Riptide
/cast [@player] Riptide
-
11-29-2020 #3
- Join Date
- Nov 2020
- Posts
- 2
- Rep Power
- 0
Wow okay, i did it to complicated
Thank you