Combining wand macro

Discussion in 'Guides' started by JohnM, Oct 24, 2018.

  1. JohnM

    JohnM Well-Known Member
    UO:R Donor

    Joined:
    Mar 27, 2015
    Messages:
    2,250
    Likes Received:
    1,557
    I'd be interested to hear what others do. I sort wands of the same type into bags, then take a bag somewhere else (like to town) and run the following macros to combine them

    Macro 1 - I run this until i have no more of the first type of wand (0DF5)
    !Loop
    Assistant.Macros.DoubleClickTypeAction|3573|True
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.TargetTypeAction|False|3572
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.DoubleClickTypeAction|3573|True
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.TargetTypeAction|False|3570
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.DoubleClickTypeAction|3573|True
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.TargetTypeAction|False|3571
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.DoubleClickTypeAction|3573|True
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.TargetTypeAction|False|3573


    Macro 2 - I run this until I have no more of second type of wands (0DF4)
    !Loop
    Assistant.Macros.DoubleClickTypeAction|3572|True
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.TargetTypeAction|False|3570
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.DoubleClickTypeAction|3572|True
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.TargetTypeAction|False|3571
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.DoubleClickTypeAction|3572|True
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.TargetTypeAction|False|3572
    Assistant.Macros.PauseAction|00:00:00.4500000


    Macro 3 - I run this one for about 5-10 mins depending on how many wands are left. At this point, you will have all but a couple full wands left

    !Loop
    Assistant.Macros.DoubleClickTypeAction|3570|True
    Assistant.Macros.PauseAction|00:00:00.4500000
    Assistant.Macros.TargetTypeAction|False|3571
    Assistant.Macros.PauseAction|00:00:00.4500000
    eherruh likes this.
  2. Aris

    Aris Active Member

    Joined:
    Jan 27, 2013
    Messages:
    134
    Likes Received:
    191
    This is definitely a good idea. Years ago when I was heavily into dungeon lockpicking, I gave up on trying to organize the wands and have too many bags, I'm going to give this a try asap.

    Can you also use something like this with organizers to place each type of wand into its own container?
  3. Earsnot

    Earsnot Well-Known Member
    UO:R Subscriber

    Joined:
    Jan 20, 2018
    Messages:
    1,732
    Likes Received:
    3,195
    Sweet macro!
    *yoink*
    JohnM likes this.
  4. JohnM

    JohnM Well-Known Member
    UO:R Donor

    Joined:
    Mar 27, 2015
    Messages:
    2,250
    Likes Received:
    1,557
    No, in order to organize an item into bags, you need to ID it. In order to ID it, you need to set it as a last target. That's where the tricky part comes in as it knows of all the other wands around you (even if you set target range to 0). I'll maybe post my sorting macro this weekend and see if anyone has improvements for that. The sorting macro works for both wands and tmaps.
  5. Baler

    Baler Well-Known Member

    Joined:
    Nov 15, 2015
    Messages:
    718
    Likes Received:
    564
    What I do is GM ID my wand dump bag [razor organizer]
    Then put everything except gheal, lightning, mana drain and id into the trash.
    I put those 4 into respective bags and drag that bag to my inventory double clicking till I see they can't take anymore charges.
    Takes me about 10 minutes to do ~80-100 unid wands.
  6. JohnM

    JohnM Well-Known Member
    UO:R Donor

    Joined:
    Mar 27, 2015
    Messages:
    2,250
    Likes Received:
    1,557
    sounds like carpal tunnel to me :)

    I do this so I don't have to click stuff a ton - I do have to find the one or two wands that aren't full :(
  7. JohnM

    JohnM Well-Known Member
    UO:R Donor

    Joined:
    Mar 27, 2015
    Messages:
    2,250
    Likes Received:
    1,557

Share This Page