STASHIE - a stash managing plugin for PoeHud menu

User Tag List

Page 1 of 37 12345 ... LastLast
Results 1 to 15 of 555
  1. #1
    Preaches's Avatar Active Member
    Reputation
    78
    Join Date
    Oct 2013
    Posts
    79
    Thanks G/R
    11/57
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    STASHIE - a stash managing plugin for PoeHud

    Stashie is a stash managing plugin for PoeHud, it automates the process of storing the items you want in the tabs you want them to be stored in.

    Release
    Source


    You can provide feedback on the GitHub page

    Credits
    Stridemann (co-developer of Stashie from v. B2.0.0 and forward)
    treasure-box (for giving valuable feedback in the early stages of the plugin)


    Advanced Features
    Stashie comes with a default FiltersConfig.txt which you can find in the same plugin folder as Stashie.
    Here's a quick example on how to set it up to your liking.
    Let's say that you are currently doing the Full Rare Set Vendor Recipe for 2 Chaos (unindentified full rare set) and you only want to store two-handed weapons instead of one-handed and two-handed.

    Code:
    FilterName(menu name):filters:ParentMenu(optionaly, will be created automatially for grouping)
    As you can see, we need to give it a menu name, then a condition, and optionally a parent.
    Let's start with the 2 Handed weapons, I'm gonna set the menu name to CR-Weapons. For the condition, we just look at the path of exile website, and see that in order for it to give 2 chaos, the item level should at least be level 60, unidentified, rarity should be rare and it's class name should contain Two Hand ("two handed sword", "two handed axe", etc.), or it should be a bow or a staff since they are always 2 handed. We'll also set the parent menu name to Chaos Recipe at the end.
    Code:
    CR-Weapons:ilvl>=60, !identified, Rarity=Rare, ClassName^Two Hand | ClassName=Bow | ClassName=Staff :Chaos Recipe
    now we just need the rest:
    Code:
    CR-Amulets:ilvl>=60,!identified,Rarity=Rare,ClassName=Amulet :Chaos Recipe
    CR-Rings:ilvl>=60,!identified,Rarity=Rare,ClassName=Ring :Chaos Recipe
    CR-Belts:ilvl>=60,!identified,Rarity=Rare,ClassName=Belt :Chaos Recipe
    CR-Helmets:ilvl>=60,!identified,Rarity=Rare,ClassName=Helmet :Chaos Recipe
    CR-Chests:ilvl>=60,!identified,Rarity=Rare,ClassName=Body Armour         :Chaos Recipe
    CR-Boots:ilvl>=60,!identified,Rarity=Rare,ClassName=Boots :Chaos Recipe
    CR-Gloves:ilvl>=60,!identified,Rarity=Rare,ClassName=Gloves :Chaos Recipe

    Donators
    Everknown


    I'm currently maintaining this project
    Attached Thumbnails Attached Thumbnails STASHIE - a stash managing plugin for PoeHud-stashie-gif  
    Last edited by Preaches; 10-17-2020 at 06:27 AM.

    STASHIE - a stash managing plugin for PoeHud
  2. #2
    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)
    Definitely does not work for me.

    Mouse moves around in the most random places (missing basically everything) and then POEHud freezes

    No other plugins loaded
    Error that it also has

    Code:
    Log Entry : 11:39:44 PM Friday, June 16, 2017
     Method error: Render : System.NullReferenceException: Object reference not set to an instance of an object.
       at Stashie.Core.<>c.<Stashie>b__12_1(Element element)
       at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
       at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
       at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
       at Stashie.Core.Stashie()
       at Stashie.Core.Render()
       at PoeHUD.Plugins.BasePlugin.iRender()
    ]


    Video that "kind" of shows the mouse being silly
    Last edited by Sithylis; 06-16-2017 at 06:55 AM.

  3. Thanks Preaches, noneyatemp (2 members gave Thanks to Sithylis for this useful post)
  4. #3
    Preaches's Avatar Active Member
    Reputation
    78
    Join Date
    Oct 2013
    Posts
    79
    Thanks G/R
    11/57
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    I can replicate the exception error: Bug due to Splitting Scrolls. * Issue #11 * nymann/Stashie * GitHub

    But for the mouse movements, that seems weird, let's check a few things:
    What version of PoeHud are you using?
    What settings did you enable/disable in the plugin?

    If you move your cursor while it's going on then there will be issues, but it doesn't look like that is causing it at all.

    Try this:
    Load up poehud, enable the plugin, enable hotkey required, set Scrolls > wisdom, keep to 40 and same for portal. Then go to the stash and press F3.

    I'll reply quicker on our Discord channel

  5. #4
    Preaches's Avatar Active Member
    Reputation
    78
    Join Date
    Oct 2013
    Posts
    79
    Thanks G/R
    11/57
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Are you using windowed mode by any chance? I just tested that, and it seems to be causing an issue similar to what's happening in your video.

  6. #5
    Stridemann's Avatar Contributor
    Reputation
    227
    Join Date
    Oct 2016
    Posts
    248
    Thanks G/R
    29/188
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I made a plugin like this in my old PoeHUD, very useful thing, saves a lot of time)
    I will use it anyway later, also will try to impove it, but now I need finish and publish my new plugin (FullRareSetManager).

    Thanks for share)
    Cheers)

    Edit: this plugin do the same function as this?: PoeHUD Plugin: Move To Stash
    Last edited by Stridemann; 06-16-2017 at 07:15 AM.

  7. Thanks Preaches (1 members gave Thanks to Stridemann for this useful post)
  8. #6
    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 Preaches View Post
    Are you using windowed mode by any chance? I just tested that, and it seems to be causing an issue similar to what's happening in your video.
    using Windowed Fullscreen, happens on WIndowed and Windowed Fullscreen so not sure

  9. #7
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2426
    Join Date
    Jun 2015
    Posts
    3,040
    Thanks G/R
    452/2171
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    For making it run in windowed mode, you need to fix x,y coordinates by adding following x and y in it


    GameController.Window.GetWindowRectangle().X;
    GameController.Window.GetWindowRectangle().Y;
    If I did not reply to you, it mean the question you are asking is stupid.

  10. Thanks Preaches (1 members gave Thanks to GameHelper for this useful post)
  11. #8
    Preaches's Avatar Active Member
    Reputation
    78
    Join Date
    Oct 2013
    Posts
    79
    Thanks G/R
    11/57
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    @Sithylis, the only other thing that comes to mind is the monitor you are running PoeHud on your primary monitor?

    The problem with that and windowed mode, is that currently when moving the mouse in the program, fx. from the mouse current position to an item in your inventory is the following:
    1. the items position is relative to the game window, but the current position is not, that's relative to the Screens 0,0 point primary monitor top left-hand corner. I'm fixing that at the moment.

  12. #9
    Preaches's Avatar Active Member
    Reputation
    78
    Join Date
    Oct 2013
    Posts
    79
    Thanks G/R
    11/57
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by zaafar View Post
    For making it run in windowed mode, you need to fix x,y coordinates by adding following x and y in it


    GameController.Window.GetWindowRectangle().X;
    GameController.Window.GetWindowRectangle().Y;
    Yeah, good idea. Just used user32.dll's GetCursorPos, I'll change that.

  13. #10
    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)
    That came to mind and its on my main monitor currently, also tried disabling my second just in case and still had the same issue

  14. #11
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2426
    Join Date
    Jun 2015
    Posts
    3,040
    Thanks G/R
    452/2171
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Btw you don't need to find "view all tabs button"
    I have already put it in the class "StashListPanel"

    It's private right now, but I can make it public, also
    I think I should rename it to "view all tabs button" as that's better.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #12
    Preaches's Avatar Active Member
    Reputation
    78
    Join Date
    Oct 2013
    Posts
    79
    Thanks G/R
    11/57
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

  16. #13
    Preaches's Avatar Active Member
    Reputation
    78
    Join Date
    Oct 2013
    Posts
    79
    Thanks G/R
    11/57
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

  17. Thanks noneyatemp (1 members gave Thanks to Preaches for this useful post)
  18. #14
    noneyatemp's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2014
    Posts
    177
    Thanks G/R
    249/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying it out. Thank you.

  19. #15
    Preaches's Avatar Active Member
    Reputation
    78
    Join Date
    Oct 2013
    Posts
    79
    Thanks G/R
    11/57
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

  20. Thanks Genocyber (1 members gave Thanks to Preaches for this useful post)
Page 1 of 37 12345 ... 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 04:47 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