PoeHUD Plugin: Pickit menu

User Tag List

Page 4 of 19 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 282
  1. #46
    ermacle1's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sithylis View Post
    Detective Squirrel, was at the start of LeagueSharp and god knows when during bot of legends time.
    I remember you :P I was using your scripts probably xD. Old times when LS was undetected :P

    PoeHUD Plugin: Pickit
  2. #47
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2453
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    454/2198
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Would be nice to have a feature.....
    If player main skill not in use (start pickup items)


    I wonder if it will work...

  3. #48
    marvix's Avatar Member
    Reputation
    3
    Join Date
    Feb 2007
    Posts
    41
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Would be nice to have a feature.....
    If player main skill not in use (start pickup items)


    I wonder if it will work...
    i wanted also the same thing and found some way todo it.
    u just need to run an ahk script using Tab or change that if u want

    TAB::
    toggle:=!toggle
    if toggle=1
    Send {TAB down}
    else
    Send {TAB up}
    return

    works well for me.. when i click tab once it will keep it like if it was held down till i click it again

  4. #49
    kadokc's Avatar Member
    Reputation
    2
    Join Date
    Oct 2017
    Posts
    6
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still trying to figure out why it wont work with maps and gemS.. zzzz

  5. #50
    marvix's Avatar Member
    Reputation
    3
    Join Date
    Feb 2007
    Posts
    41
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    since it can click on the name of the items.. maybe u can make it also to click chests ?
    these chests in T15 maps are so tempting ^_^

    Thanks!

  6. #51
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by marvix View Post
    since it can click on the name of the items.. maybe u can make it also to click chests ?
    these chests in T15 maps are so tempting ^_^

    Thanks!
    GitHub - Qvin0000/QvinExp (what 99% of this code is) has that feature but i wont be adding it until i figure out a way how i want it to implement it.

  7. #52
    marvix's Avatar Member
    Reputation
    3
    Join Date
    Feb 2007
    Posts
    41
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sithylis View Post
    GitHub - Qvin0000/QvinExp (what 99% of this code is) has that feature but i wont be adding it until i figure out a way how i want it to implement it.
    Man.. your pickit plugin is so addicted.. i am pickuping every thing xD
    i am sure it is the biggest thing after the flask manager for poe players.
    thank you for your smart and creative work and i have an addon idea and request.. not sure if its a good place here to ask for it but i will give it a shot..
    recently i started playing an Arc mine char and i know about the totem thing.. but i thought that a plugin that click D where ever we have a number of mines layed down would be also nice idea to save sockets and if the totem got killed it will save our ass while kitting . is it a simple thing to make or it will be alot of coding?

    thanks!

  8. #53
    XCRAVENX's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Sithylis
    Hello there,
    I dont know whats wrong but it doesnt work for me even i reinstalled poehud. I checked everyline , put some debug line for locate working functions and i found

    Code:
         var currentLabels = GameController.Game.IngameState.IngameUi.ItemsOnGroundLabels
                    .Where(x => x.ItemOnGround.Path.ToLower().Contains("worlditem") && x.IsVisible && (x.CanPickUp || x.MaxTimeForPickUp.TotalSeconds == 0))
                    .Select(x => new Tuple<int, ItemsOnGroundLabelElement>(GetEntityDistance(x.ItemOnGround), x))
                    .OrderBy(x => x.Item1)
                    .ToList();
    that part always return null for me. I could get ids but i dunno why that function always return null. Do you have any idea about that? Thanx for future information.

    Edit: I am using x64 dx11 - steam version
    Last edited by XCRAVENX; 10-18-2017 at 03:10 PM.

  9. #54
    LenyXMD's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I set to pick up item base that is Rare? Or it automatically picks up only rares?

  10. #55
    youarealamp's Avatar Member
    Reputation
    2
    Join Date
    May 2015
    Posts
    14
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi would it be possible that we could have a function similar to control click - in order to transfer currency to inventory / trading?

  11. #56
    marvix's Avatar Member
    Reputation
    3
    Join Date
    Feb 2007
    Posts
    41
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the update.. opening chests and other things works well! thanks!

  12. #57
    ssmsunaq's Avatar Member
    Reputation
    5
    Join Date
    Feb 2016
    Posts
    26
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Opening chests work for me, but it doesnt pick up items for some reason. Is there something i need to edit ? or i need to change my lootfilter

  13. #58
    marvix's Avatar Member
    Reputation
    3
    Join Date
    Feb 2007
    Posts
    41
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ssmsunaq View Post
    Opening chests work for me, but it doesnt pick up items for some reason. Is there something i need to edit ? or i need to change my lootfilter
    its might be just your key binds.. try to use some key that u dont use in game and be sure of that

  14. #59
    ssmsunaq's Avatar Member
    Reputation
    5
    Join Date
    Feb 2016
    Posts
    26
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i tried like 30 different buttons still doesnt work as i said opening chests are fine but it doesnt pick up any item

  15. #60
    cectertran's Avatar Member
    Reputation
    1
    Join Date
    Oct 2017
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whys this thing picking up things that aren't allocated to me?

Page 4 of 19 FirstFirst 12345678 ... LastLast

Similar Threads

  1. PoeHUD Plugin: Inventory Items Analyzer
    By kSacred in forum PoE Bots and Programs
    Replies: 203
    Last Post: 12-18-2023, 04:11 AM
  2. PoeHUD Plugin: Move To Stash
    By kSacred in forum PoE Bots and Programs
    Replies: 298
    Last Post: 12-23-2019, 10:55 AM
  3. PoeHUD Plugin: Sessionstatistics
    By TenshiSan in forum PoE Bots and Programs
    Replies: 20
    Last Post: 01-21-2019, 07:18 PM
  4. PoeHUD Plugin: Totemhelper
    By TenshiSan in forum PoE Bots and Programs
    Replies: 8
    Last Post: 04-06-2018, 10:31 PM
  5. PoeHUD Plugin: Flask Manager
    By Treasure_Box in forum PoE Bots and Programs
    Replies: 1138
    Last Post: 03-05-2018, 08:48 PM
All times are GMT -5. The time now is 03:53 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search