STASHIE - a stash managing plugin for PoeHud menu

User Tag List

Page 27 of 37 FirstFirst ... 232425262728293031 ... LastLast
Results 391 to 405 of 555
  1. #391
    iruleatants's Avatar Active Member
    Reputation
    16
    Join Date
    Apr 2008
    Posts
    73
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stashie.rar

    Here is an updated .dll file that uses the arrow keys instead of the mouse to change tabs. Don't want to worry about it miss-clicking.

    STASHIE - a stash managing plugin for PoeHud
  2. Thanks rev0lver (1 members gave Thanks to iruleatants for this useful post)
  3. #392
    sitis's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    link please

  4. #393
    rev0lver's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    7
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't think lag is the problem, the program fails to click the tab list repeatedly regardless of latency. I can't get it to store gems either.

  5. #394
    mycontributiontothisscam's Avatar Member
    Reputation
    9
    Join Date
    Jan 2019
    Posts
    12
    Thanks G/R
    1/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've attached my latest changes to Stashie .
    1) Added "veiled" keyword support. To enable, add the following to FiltersConfig.txt:
    // Veiled items
    Veiled-Items: veiled :Veiled-Items

    2) Stashie now polls the current latency with each item drop...mis-clicking should be less of an issue. If it still is, try increasing "Extra Delay" in stashie config.
    Attached Files Attached Files

  6. Thanks Unknown_B (1 members gave Thanks to mycontributiontothisscam for this useful post)
  7. #395
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mycontributiontothisscam View Post
    I've attached my latest changes to Stashie .
    1) Added "veiled" keyword support. To enable, add the following to FiltersConfig.txt:
    // Veiled items
    Veiled-Items: veiled :Veiled-Items

    2) Stashie now polls the current latency with each item drop...mis-clicking should be less of an issue. If it still is, try increasing "Extra Delay" in stashie config.
    iruleatants version of stashie fixed the issue. but his version has the fucked up button on the pull down. Your version still fucks up and misclicks, but has no issue with stash tab pull down. You should merge your code with his version and kill two birds with one stone.

  8. #396
    litsunglin's Avatar Member
    Reputation
    8
    Join Date
    Mar 2015
    Posts
    3
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is a build to use arrow key for switching tabs and removed dropdown menu debugging boxes, enjoy.
    Attached Files Attached Files

  9. Thanks wannac, qwqw122, deomexuathe, poetesttt (4 members gave Thanks to litsunglin for this useful post)
  10. #397
    deomexuathe's Avatar Member
    Reputation
    3
    Join Date
    Sep 2017
    Posts
    48
    Thanks G/R
    35/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone have the problem with the first square on top left? If something in there the plugin does not regconize it and not move to stash

  11. #398
    PsyCatz's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by litsunglin View Post
    Here is a build to use arrow key for switching tabs and removed dropdown menu debugging boxes, enjoy.

    work fine for me. tyvm
    Last edited by PsyCatz; 06-19-2019 at 05:28 AM.

  12. #399
    mycontributiontothisscam's Avatar Member
    Reputation
    9
    Join Date
    Jan 2019
    Posts
    12
    Thanks G/R
    1/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Attached is the dll (and accompanying files) to add the keyword <incubator> support to stashie. To enable, add the following to FiltersConfig.txt:

    // Incubators
    Incubators: incubator :Incubators

    Enjoy.
    Attached Files Attached Files

  13. #400
    luminair's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there, I have been able to do the refill without problem until today, somehow I am starting to get this messages:
    " Method error: Render : System.ArgumentNullException: value cannot be null。
    value name: source
    at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
    at Stashie.StashieCore.ProcessRefills()
    at Stashie.StashieCore.DropToStash()
    at Stashie.StashieCore.Render()
    at PoeHUD.Plugins.BasePlugin._Render()"
    I tried to remove all the refills, press F3, things are stored properly, add one refill and this problem will return again.
    How do I fix this problem? Please help. Thanks in advance.
    Here is the Config file (renamed to txt for upload) config.txt
    Last edited by luminair; 06-20-2019 at 08:58 AM.

  14. #401
    mycontributiontothisscam's Avatar Member
    Reputation
    9
    Join Date
    Jan 2019
    Posts
    12
    Thanks G/R
    1/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Odd - I don't see this on my system. However, there's only one place in ProcessRefills where a 'Where' is used...if this is this the case, then it appears that a method that used to return an empty list (that is a List with zero entries) now returns null when nothing is present.

    Do you know which version of Stashie you're using?

    I've attached a new stashie with the extra null guards...
    Attached Files Attached Files

  15. Thanks luminair (1 members gave Thanks to mycontributiontothisscam for this useful post)
  16. #402
    luminair's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have updated the most recent PoeHUD and the problem went away, looks like problem was linked with PoeHUD, all good now, thanks.

  17. #403
    sldfjfsd's Avatar Member
    Reputation
    1
    Join Date
    Oct 2016
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mycontributiontothisscam View Post
    Odd - I don't see this on my system. However, there's only one place in ProcessRefills where a 'Where' is used...if this is this the case, then it appears that a method that used to return an empty list (that is a List with zero entries) now returns null when nothing is present.

    Do you know which version of Stashie you're using?

    I've attached a new stashie with the extra null guards...
    hi there,

    i really appreciated the new version using the arrow keys. newest hud gives me this error:

    Log Entry : 18:43:13 Sonntag, 23. Juni 2019
    Method error: Render : System.MissingMethodException: Methode nicht gefunden: "PoeHUD.Poe.Entity PoeHUD.Poe.RemoteMemoryObjects.Inventory.get_Item(Int32, Int32, Int32)".
    bei Stashie.StashieCore.ProcessRefills(Func`1 validState)
    bei Stashie.StashieCore.DropToStash(Func`1 validState) in C:\Games\poe\hud\Release\plugins\stashie\stashie_src\StashieCore.cs:Zeile 416.
    bei Stashie.StashieCore.Render() in C:\Games\poe\hud\Release\plugins\stashie\stashie_src\StashieCore.cs:Zeile 488.
    bei PoeHUD.Plugins.BasePlugin._Render()
    -------------------------------
    anyway to fix?

  18. #404
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2472
    Join Date
    Jun 2015
    Posts
    3,058
    Thanks G/R
    456/2217
    Trade Feedback
    0 (0%)
    Mentioned
    66 Post(s)
    Tagged
    1 Thread(s)
    Make sure you download latest version of stashie with latest poehud. I updated stashie last night to fix some issues.

  19. #405
    sldfjfsd's Avatar Member
    Reputation
    1
    Join Date
    Oct 2016
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Make sure you download latest version of stashie with latest poehud. I updated stashie last night to fix some issues.
    thank you! <3

Page 27 of 37 FirstFirst ... 232425262728293031 ... LastLast

Similar Threads

  1. Malu05's Terrain Management UDF (For ingame Terrain Editing)
    By UnknOwned in forum WoW Memory Editing
    Replies: 37
    Last Post: 03-10-2014, 10:38 PM
  2. [Plugin][Honorbuddy] Project Sn0wbuddy - A Sn0wball plugin for Honorbuddy.
    By Thunderofnl in forum WoW Bot Maps And Profiles
    Replies: 6
    Last Post: 05-16-2012, 04:27 PM
  3. [Bot] Archaeology Plugin For Honorbuddy
    By Aicd in forum World of Warcraft Bots and Programs
    Replies: 82
    Last Post: 01-10-2011, 04:48 PM
  4. Pattern verifier plugin for IDA
    By ostapus in forum WoW Memory Editing
    Replies: 7
    Last Post: 11-11-2009, 05:55 PM
  5. [Plugin whit tut] A little plugin for Photoshop i just found.[Big pic]
    By Lord-kapser in forum Art & Graphic Design
    Replies: 3
    Last Post: 12-03-2007, 04:15 PM
All times are GMT -5. The time now is 09:03 PM. 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