Discordance macro uosteam
Posted: Mon Nov 24, 2014 11:41 am
Hi all, i'm trying a macro that target nearest enemy and disco it untill i succed... Here's the macro, but i cannot make it work, maybe someone will help me:
Getenemy 'murderer' 'Enemy' 'criminal' 'gray' 'closest'
if @findobject 'enemy'
autotargetobject! 'enemy'
useskill 'Discordance'
@target 'enemy'
clearjournal
if @injournal 'You attempt to disrupt'
playmacro 'Disco'
endif
endif
@clearusequeue
@cancelautotarget
The macro is called Disco so it should replay itself, but it does not work
Ty and see you
Getenemy 'murderer' 'Enemy' 'criminal' 'gray' 'closest'
if @findobject 'enemy'
autotargetobject! 'enemy'
useskill 'Discordance'
@target 'enemy'
clearjournal
if @injournal 'You attempt to disrupt'
playmacro 'Disco'
endif
endif
@clearusequeue
@cancelautotarget
The macro is called Disco so it should replay itself, but it does not work
Ty and see you
