STASHIE - a stash managing plugin for PoeHud menu

User Tag List

Page 23 of 37 FirstFirst ... 192021222324252627 ... LastLast
Results 331 to 345 of 555
  1. #331
    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
  2. Thanks poetesttt, boterang, deomexuathe, maxg (4 members gave Thanks to Preaches for this useful post)
  3. #332
    raxxxx0r's Avatar Member
    Reputation
    6
    Join Date
    May 2009
    Posts
    28
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Preaches , great stuff ,

    I am having an issue when i use the Hotkey ,
    i can see the mouse cursor is going to the tab section , but it always clicks right next to it , thus the item is going into the opened tab at that time.

    Any assistance is great ! Thanks for your work !

  4. #333
    boterang's Avatar Active Member
    Reputation
    72
    Join Date
    Jul 2012
    Posts
    44
    Thanks G/R
    42/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raxxxx0r View Post
    Hey Preaches , great stuff ,

    I am having an issue when i use the Hotkey ,
    i can see the mouse cursor is going to the tab section , but it always clicks right next to it , thus the item is going into the opened tab at that time.

    Any assistance is great ! Thanks for your work !
    Hi, first of all ty for your work.

    Same issue here.

  5. #334
    elkond's Avatar Member
    Reputation
    6
    Join Date
    Mar 2016
    Posts
    34
    Thanks G/R
    10/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by boterang View Post
    Hi, first of all ty for your work.

    Same issue here.
    try updating to 1.0.2, there's a new fix for non-steam bug like this

  6. #335
    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)
    All issues should be fixed in Release STASHIE - v1.0.2 . nymann/Stashie . GitHub, if you are experiencing other issues, please let me know.

  7. Thanks boterang, deomexuathe (2 members gave Thanks to Preaches for this useful post)
  8. #336
    eneka's Avatar Member
    Reputation
    2
    Join Date
    May 2013
    Posts
    37
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    testing !!!
    Last edited by eneka; 12-10-2018 at 09:16 PM. Reason: testing

  9. #337
    Noobstein's Avatar Member
    Reputation
    2
    Join Date
    Jun 2017
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How does it work?
    I put Stashie in "... \ PoEHUD-x64 \ Release \ plugins"
    And it does not appear in the list of plugins.

  10. #338
    thealp's Avatar Member
    Reputation
    1
    Join Date
    Dec 2018
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You have to create a new folder and copy the files inside.

    Guys btw when I use stashie and go to the dropdown menu to match the stashes, POEHUD crashes... And btw everytime I am starting the POEHud I am getting the message, that I have purchased a new prem tab. Anybody an idea how to fix this? Thanks

  11. #339
    AsylioN's Avatar Active Member
    Reputation
    49
    Join Date
    Jun 2016
    Posts
    58
    Thanks G/R
    6/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thealp View Post
    You have to create a new folder and copy the files inside.

    Guys btw when I use stashie and go to the dropdown menu to match the stashes, POEHUD crashes... And btw everytime I am starting the POEHud I am getting the message, that I have purchased a new prem tab. Anybody an idea how to fix this? Thanks
    Make sure you have the newest version of Stashie and POEHUD,, you seem to have the old one, those bugs were fixed.

  12. #340
    Testo86's Avatar Member
    Reputation
    2
    Join Date
    Mar 2014
    Posts
    64
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it was working for me now it doesnt
    "cant find stash tab name with ."
    i dont have a tab as . or anything else dunno why it gives me this error

  13. #341
    Eroder1's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    52
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Preaches View Post
    All issues should be fixed in Release STASHIE - v1.0.2 . nymann/Stashie . GitHub, if you are experiencing other issues, please let me know.
    Any idea why whenever I use this my ctrl key constantly gets stuck? I can't seem to sort it out.

  14. #342
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Eroder1 View Post
    Any idea why whenever I use this my ctrl key constantly gets stuck? I can't seem to sort it out.
    Generally speaking, keys like this tend to get stuck down when the cheat checks for the button state before entering and sets it back when exiting. If your ctrl button was down when it did the check, released in the middle at some point, and then it finishes, it would be likely to return the ctrl key to the down state.

    This can also happen if it's poorly coded and has a mismatched button down/button up where it sets the button state to down and never sets it back to up. My guess is it's not this case.

    Knowing nothing about stashie, if you have a hotkey to trigger it that contains ctrl, that's my guess as to the likely culprit. I'd also suggest that a key state returning for something like a Blade Flurry auto-releaser is important, but on something like this, just finishing by leaving the key state at up is probably the better choice.

  15. #343
    YuanMoons's Avatar Member
    Reputation
    2
    Join Date
    Dec 2017
    Posts
    10
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: Was wrong about the cause initially, but finally figured it out. Switching to tabs is not working if you don't have enough stash tabs for scroll bar to appear on the list. Can this be fixed to work for both cases?
    Last edited by YuanMoons; 12-20-2018 at 10:20 AM.

  16. #344
    jts1310's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a fix for when the tabs mess up is to make the config file read only after setting the tabs up correctly. if the tabs get messed up then u can just close poehud and reopen.

  17. #345
    YuanMoons's Avatar Member
    Reputation
    2
    Join Date
    Dec 2017
    Posts
    10
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The tabs don't "mess up", the plugin fails to switch between most of them, but only on the account withut enough tabs for slider to appear. For some reason Quad, Currency and Map tab switching works, but all others (including normal premium tabs) give GoToTab error.

Page 23 of 37 FirstFirst ... 192021222324252627 ... 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 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search