Cotton to cloth macro

Discussion in 'Guides' started by lawn elder, Oct 12, 2019.

  1. lawn elder

    lawn elder Well-Known Member

    Joined:
    Sep 11, 2019
    Messages:
    673
    Likes Received:
    649
    IDK if this already exists out there, it's a fairly simple macro to come up with. In any case, I wrote a neat little macro that turns cotton into bolts of cloth. To make this macro work you must: 1.) Create a counter for cotton. (and ENABLE it, this tripped me up a couple times.) 2.) Place the character running the macro close enough to a spinning wheel and loom to access both.

    I like to have a second character running cotton to the one macroing. You can make a lot of cloth fast this way.


    Code:
    !Loop
    Assistant.Macros.IfAction|50|1|1|Cotton
    Assistant.Macros.DoubleClickTypeAction|3577|True
    Assistant.Macros.PauseAction|00:00:00.5000000
    Assistant.Macros.TargetTypeAction|False|4121
    Assistant.Macros.PauseAction|00:00:01.5000000
    Assistant.Macros.ElseAction
    Assistant.Macros.DoubleClickTypeAction|4000|True
    Assistant.Macros.PauseAction|00:00:00.5000000
    Assistant.Macros.TargetTypeAction|False|4194
    Assistant.Macros.PauseAction|00:00:01
    
    Last edited: Oct 13, 2019
    Salick and Jill Stihl like this.

Share This Page