[AssistUO] simple claim macro

Discussion about the technical aspects of scripting. Ask about all issues involving your freelance projects here.
Locked
MARX
Journeyman Scribe
Posts: 26
Joined: Fri Feb 22, 2013 3:11 pm

[AssistUO] simple claim macro

Post 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
Remember kids its dangerous to be right when the gods of UO are wrong
Lucinex
Passer by
Posts: 2
Joined: Tue Dec 25, 2012 2:02 pm

Re: [AssistUO] simple claim macro

Post 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.
MARX
Journeyman Scribe
Posts: 26
Joined: Fri Feb 22, 2013 3:11 pm

Re: [AssistUO] simple claim macro

Post by MARX »

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
Locked