Search found 2 matches

by Valthonis
Sun May 19, 2024 7:59 pm
Forum: Published Macros
Topic: [EasyUO] ReReader 0.91 (Chat/Journal Viewer)
Replies: 1
Views: 7617

Re: [EasyUO] ReReader 0.91 (Chat/Journal Viewer)

is there anyway to block out a chat if it has a specific tag ?? [core] [Enemy] or such ?
by Valthonis
Tue May 14, 2024 6:46 pm
Forum: Published Macros
Topic: [Orion] Looking for a Claim script
Replies: 4
Views: 17256

Re: [Orion] Looking for a Claim script

not sure if this is exactly what you want, but this is what i use and just spam the hotkey i made for it. and i just use this in UOS

Code: Select all

if @findtype 0x2006 'any' 'ground' 1 2
  msg '[claim'
  waitfortarget 15000
  target 'found'
  pause 200
  canceltarget
else
  sysmsg 'No corpse found.'
endif