Tradeskill Window - Click combine

Discussion in 'Macros' started by ultrax, Apr 26, 2022.

  1. ultrax

    ultrax Chetari Dominator

    Messages:
    435
    When in any tradeskill container, and have the recipe loaded. This will do the combine and auto inventory till no more combines are available. Not experiment window.

    Code:
    #event OutOfStuff "Sorry, but you don't have everything you need for this recipe in your general inventory."
     
    Sub Main
    :Loop
     
    :ClearCursor
    /if (${Cursor.ID}) {
        /autoinventory
        /goto :ClearCursor
    }
     
    /notify TradeskillWnd CombineButton leftmouseup
    /doevents
    /delay 6
    /if (${Select[${Cursor.ID},16925,16933,8238,21612,21614,9686,10269,3061,3059]}>0) /destroy
    /delay 3
    /autoinventory
    /delay 1
    /goto :Loop
    /return
     
    Sub Event_OutOfStuff
    /endmacro
    /return
    
     
  2. Tharsis

    Tharsis Orc Legionnaire

    Messages:
    143
    What are the items it will auto destroy?
     
  3. Skream

    Skream Orc Legionnaire

    Messages:
    133
    This macro just recreates /autocombine (and not as well).
     
  4. Skream

    Skream Orc Legionnaire

    Messages:
    133
    If you use /autocombine you can set auto destroy in General Settings.ini. Use the itemid in a comma separated list.

    For example,
    Code:
    Auto-Destroy List=16929,9656,24989,3066,24456,44504
    That's things like Fetid Essence etc