journal checks?

General discussion pertaining to the Demise shard. Off-topic posts will be moderated.
Post Reply
FRACICCIO2017
Posts: 101

journal checks?

Post 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.
DG
Posts: 222

Re: journal checks?

Post by DG »

Add 'system' parameter to your old INJOURNAL coommand.It will solve most of your problems.
FRACICCIO2017 likes this.
Top
FRACICCIO2017
Posts: 101

Re: journal checks?

Post 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.
Amish Hammer likes this.
Top
Loler
Posts: 2485

Re: journal checks?

Post 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
PM me or contact me on discord mortoburger#5040
Buying List
Selling List
Trading Brsk for Arties
My vendor in Luna
Buying Tailor/Smith resets in bulk.
FRACICCIO2017
Posts: 101

Re: journal checks?

Post by FRACICCIO2017 »

Really thank you, now it works much better, thanks.
Post Reply