Page 1 of 1

UOS Macro Help...

Posted: January 7th, 2018, 9:43 pm
by Palanzane
I want to make a journal macro like this. So should be a creature name list to stop my macro.

EX:

if @injournal 'a hiryu' + 'a wolf' + 'a tsuki wolf'
stop
@clearjournal
endif

Can anyone help me for this? Ty in advance..

Re: UOS Macro Help...

Posted: January 8th, 2018, 2:49 am
by Grifo
Make a list with type of mob id.
Get enemy
Add on list
If Inlist >= 3
STOP
PLAY ALARM
LOGOUT
RECALL
PM TO GM
CALL THE COPS

Re: UOS Macro Help...

Posted: January 8th, 2018, 5:43 pm
by MB
You can only do two conditionals so

If injournal 'tsuki' or injournal 'hiryu'
Stop
Elseif injournal 'wolf'
Stop
Endif

Re: UOS Macro Help...

Posted: January 8th, 2018, 6:45 pm
by Palanzane
Tyvm for answers guys. Sorry for stealing from your lifetimes.

Re: UOS Macro Help...

Posted: January 8th, 2018, 11:56 pm
by The Silvertiger
@ ;)