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
[AssistUO] simple claim macro
[AssistUO] simple claim macro
Remember kids its dangerous to be right when the gods of UO are wrong
Re: [AssistUO] simple claim macro
Code: Select all
msg '[claim'
waitfortarget 15000
targetground 0x2006 'any' 2
Re: [AssistUO] simple claim macro
Thanks Lucinex.. I had all but given up on this thread. I will test as soon as i get a chance.
Remember kids its dangerous to be right when the gods of UO are wrong