Results 1 to 2 of 2
  1. #1
    Elixcore's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0

    Ancient Boot Deleter

    Is there anything that deletes ancient boots from your inventory whenever you get one? It would be super useful!

  2. #2
    BLURREDDOGE's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    122
    Reputation
    10
    Thanks
    132
    My Mood
    Sleepy
    Since the boots all have the same starting position (the animation where they spin around when you hover over them) you could use pixelcolour finding to then move to the pixel of that colour to delete the item with middlemouse then click yes.

    Something like this in AHK:
    To find the pixelcolour in the region:

    Code:
    Loop
    {
        PixelSearch, ColourSearchOutputX, ColourSearchOutputY, 1450, 200, 1450, 900, %BootColour%, 0 ,FastRGB
        If ErrorLevel
        {
            try_again = ok
            ;MsgBox, Failed to find %BootColour%
        }
        else
        {
            ; rest of the program here
        }
    }
    - Just a few thoughts off the top of my head

    From the docs: PixelSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ColorID [, Variation, Fast|RGB]
    https://autohotkey.com/docs/commands/PixelSearch.htm
    Newest Trove-Multi-Account-Login:
    V2.3

    ☭☭☭☭☭☭☭☭☭☭☭☭☭👇☭☭☭☭☭☭☭☭☭☭☭☭☭
    ┏───────────────────────────┓
    ┗───────────────────────────┛
    ☭☭☭☭☭☭☭☭☭☭☭☭☭☝☭☭☭☭☭☭☭☭☭☭☭☭☭

Similar Threads

  1. [Request] Trove ancient boot and trophy fish drop bot
    By samet231231 in forum Trove Hacks & Cheats
    Replies: 4
    Last Post: 05-09-2018, 08:34 AM
  2. [Solved] Help - Deleting Bypass Boot!!!
    By remcov in forum Alliance of Valiant Arms (AVA) Help
    Replies: 4
    Last Post: 09-24-2012, 02:03 AM
  3. Plz do not delete, its my hw from school!!!!!
    By Daryth22 in forum Spammers Corner
    Replies: 10
    Last Post: 03-23-2011, 12:47 PM
  4. My post deleted?
    By Unavailable in forum General
    Replies: 3
    Last Post: 05-24-2006, 07:10 AM
  5. Boot up Windows before you even log in.
    By Dave84311 in forum General
    Replies: 6
    Last Post: 01-15-2006, 09:10 PM