Page 1 of 1

journal checks?

Posted: May 14th, 2019, 6:41 pm
by FRACICCIO2017
Anyone care to share edited version which is working without those journal checks?
I have trouble using discordance with the magician and my workers in macro uosteam.

Re: journal checks?

Posted: May 15th, 2019, 4:16 am
by DG
Add 'system' parameter to your old INJOURNAL coommand.It will solve most of your problems.

Re: journal checks?

Posted: May 15th, 2019, 2:15 pm
by FRACICCIO2017
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

Well, this is my macro (uosteam). Where I need to add 'system'.Sorry but I have some difficulties to understand.

Re: journal checks?

Posted: May 15th, 2019, 4:38 pm
by Loler
'You attempt to disrupt' system

Only need to change lines after @injournal checks. Has to be after what your journal is checking for

Re: journal checks?

Posted: May 15th, 2019, 9:06 pm
by FRACICCIO2017
Really thank you, now it works much better, thanks.