Jump to content

pronoooob

EB Support
  • Content Count

    395
  • Joined

  • Last visited

Posts posted by pronoooob


  1. [Category] == "Ring" && [Rarity] == "Rare" # [stashItem] == "true"
    [Category] == "Amulet" && [Rarity] == "Rare" # [stashItem] == "true"
    [Category] == "Belt" && [Rarity] == "Rare" # [stashItem] == "true"
     

    add those 3 lines to your pickit

     

    if you are using the 1ex pickit you wil have to remove the relevant ring amulet and belt lines which are there ...GL


  2. i use this one in AHK:

     

    F6::
    {
        BlockInput On
        SendMode Input
        loop
        {
            Send {ENTER}
            Send /trade %A_Index%
            Send {ENTER}
            Send {ENTER}    
            Send {Up 2}
            Sleep, 1200
            Send {ENTER}
            If A_Index = 8
            Break
            else
            Sleep, 1200
        }
        BlockInput Off
    }
    return
     
    guruds one also works nicely :)
×
×
  • Create New...