Page 1 of 1

[AssistUO] simple claim macro

Posted: Fri May 17, 2013 10:47 am
by MARX
Hi , I was hoping someone with better skills at this can help me recreate a razor macro in AssistUO:
this is the Razor Macro:
Say: [claim
wait for target
Target by Type corpse (2006)

I did this by recording the claim of a corpse then converting target to type. I add it as a hot key and when i'm done looting i can clear the corpse without having to target it manually

I am not sure of how to do this in AssistUO, i have this
msg '[claim'
waitfortarget 1
target 'corpses'

it does not auto select a target it waits for me to select. Anyone have an idea on how to set this up?

Thanks

Re: [AssistUO] simple claim macro

Posted: Fri May 31, 2013 4:11 pm
by Lucinex

Code: Select all

msg '[claim'
waitfortarget 15000
targetground 0x2006 'any' 2
Not tested but should work fine. Oh, it does a range of 2 tiles just change the 2 to how many tiles you want it to try.

Re: [AssistUO] simple claim macro

Posted: Sun Jun 02, 2013 4:52 pm
by MARX
Thanks Lucinex.. I had all but given up on this thread. I will test as soon as i get a chance.