im trying to create a macro that will auto loot a lockpicked dungeon chest
whenever i've been doing Tmaps i usually have to set a source and target container manually
is there a command line of code to be able to set these organizer source and target containers
like a
find container type "chest" (this line of code i can get working)
set source "chest" (---- this line)
set target "bag of holding" (----- and this line is where im having trouble)
play organizer
[UOsteam] setting containers for organizers
Re: [UOsteam] setting containers for organizers
In my macro, my loot bag line is @setalias 'lootBag' '0x427b353f'
The 0x427b353f is my bag's ID. You can find this by going to your Macros tab and selecting Object Inspector at the bottom, then target the bag you want the ID for.
The 0x427b353f is my bag's ID. You can find this by going to your Macros tab and selecting Object Inspector at the bottom, then target the bag you want the ID for.
Praise
Re: [UOsteam] setting containers for organizers
yeah thats not the problem
its changing the source container for each time i play the macro that incorporates the organizer
its changing the source container for each time i play the macro that incorporates the organizer
Re: [UOsteam] setting containers for organizers
i can create a macro that will play an organizer and move items where i want them to, that isnt the problem
it's the manually having to select the source container and target container each time, i just dont know how to do that in a macro
it's the manually having to select the source container and target container each time, i just dont know how to do that in a macro
Re: [UOsteam] setting containers for organizers
Comments at the top should explain it and how to set up, etc.
https://github.com/Erumite/UOEX-Macros/ ... ing.groovy
Basically stand next to a chest and hit the macro. It'll find chests nearby, lockpick them, remove trap (if configured to do so), and then loot them till empty. If there's no chest nearby it'll ask you to target (for paragon chests in backpack, etc). If it's a paragon/swamp chest, it'll move it to your trash after it's empty.
https://github.com/Erumite/UOEX-Macros/ ... ing.groovy
Basically stand next to a chest and hit the macro. It'll find chests nearby, lockpick them, remove trap (if configured to do so), and then loot them till empty. If there's no chest nearby it'll ask you to target (for paragon chests in backpack, etc). If it's a paragon/swamp chest, it'll move it to your trash after it's empty.
Re: [UOsteam] setting containers for organizers
thanks erumite ill give this a go later and see how i do
i already had the appropriate organizers set up from doing tmaps
i knew i had to do something with the "set alias" function to recognise the chests just wasnt sure how to do it.
i already had the appropriate organizers set up from doing tmaps
i knew i had to do something with the "set alias" function to recognise the chests just wasnt sure how to do it.