UOS Macro Help...

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
Palanzane
Posts: 65

UOS Macro Help...

Post 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..
Image
Grifo
Posts: 1585

Re: UOS Macro Help...

Post 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
User avatar
MB
Posts: 379

Re: UOS Macro Help...

Post by MB »

You can only do two conditionals so

If injournal 'tsuki' or injournal 'hiryu'
Stop
Elseif injournal 'wolf'
Stop
Endif
Palanzane
Posts: 65

Re: UOS Macro Help...

Post by Palanzane »

Tyvm for answers guys. Sorry for stealing from your lifetimes.
Image
User avatar
The Silvertiger
Posts: 4469

Re: UOS Macro Help...

Post by The Silvertiger »

@ ;)
Never forget June 4th 1989!
Selling List & Vendor

"Screenshots will never be used as evidence but more of a reference tool for us to help in our investigations."
Post Reply