PoeHUD Plugin: Move To Stash menu

User Tag List

Page 18 of 20 FirstFirst ... 14151617181920 LastLast
Results 256 to 270 of 299
  1. #256
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi! Plugin does not require an update. in poehud it is necessary to find new offset for stashelement, which is responsible for the tab in the stash. here i can not help.
    If you like what I'm doing and you want to support or speed up the development plagins, BTC donations can be send to: 1NLBDfMY7hURujkzfi9Uq6dnMf1zF3Vqcm

    PoeHUD Plugin: Move To Stash
  2. Thanks poetesttt (1 members gave Thanks to kSacred for this useful post)
  3. #257
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kSacred View Post
    Hi! Plugin does not require an update. in poehud it is necessary to find new offset for stashelement, which is responsible for the tab in the stash. here i can not help.
    Only Tehcheat can fix it then? damnn

    @TehCheat saveee us !!!
    HUD it's like cocaine, once you used, you can't forget.

  4. #258
    Amatus's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    3
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Setting return to stash 0 causes the hud to crash.

  5. #259
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Amatus View Post
    Setting return to stash 0 causes the hud to crash.
    then make it return to 1
    HUD it's like cocaine, once you used, you can't forget.

  6. #260
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @kScared, any chance to update it to 3.4?
    Leaguestones/Hammer strings its completely useless, change it to Fossils and maybe add Shaper item/Elder item? ( As I already suggest last league ) ^^
    HUD it's like cocaine, once you used, you can't forget.

  7. #261
    excort's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    May 2010
    Posts
    12
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys, I've tested this plugin, and it kinda works perfectly...

    I've even updated some new items from delve league (all current fossills and resonators) into the 'advanced filter settings' file.

    here is the code, just change the "Tab" to the number you want to move to...

    Code:
    [
        {
            "Type": "CurrencyDelveCraftingBleedPoison",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Corroded Fossil"
        },
        {
            "Type": "DelveSocketableCurrencyUpgrade4",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Prime Alchemical Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyReroll4",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Prime Chaotic Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyReroll2",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Potent Chaotic Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyReroll3",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Powerful Chaotic Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyUpgrade3",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Powerful Alchemical Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyReroll1",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Primitive Chaotic Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyUpgrade2",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Potent Alchemical Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyUpgrade1",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Primitive Alchemical Resonator"
        },
        {
            "Type": "CurrencyDelveCraftingEnchant",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Enchanted Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingQuality",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Perfect Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingChaos",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Aberrant Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingElemental",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Prismatic Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingDefences",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Dense Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingDefences",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Dense Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingCold",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Frigid Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingFire",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Scorched Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingLuckyModRolls",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Sanctified Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingLife",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Pristine Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingLightning",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Metallic Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingVaal",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Bloodstained Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingPhysical",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Jagged Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingCorruptEssence",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Glyphic Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingMinionsAuras",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Bound Fossil"
        },
        {
            "Type": "Belt3",
            "Tab": 9,
            "ItemRarity": 0,
            "Comment": "Chance a Headhunter"
        },
    	{
            "Type": "CurrencyBreachFireShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Xoph"
        },
    	{
            "Type": "CurrencyBreachColdShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Tul"
        },
    	{
            "Type": "CurrencyBreachLightningShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Esh"
        },
    	{
            "Type": "CurrencyBreachPhysicalShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Uul-Netol"
        },
    	{
            "Type": "CurrencyBreachChaosShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Chayula"
        },
    ]
    I have tested almost all fossils and it works, anything else you want you can add manualy, or quote my post and I will help you!
    enjoy.

    (I will try to see if I can improve other stuff aswell)

  8. Thanks MACROS4LIFE (1 members gave Thanks to excort for this useful post)
  9. #262
    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)
    ive some problems with this plugin, sometimes it causes my char to just work around when i try to put items into the stash via hotkey. tried to set the delay higher but still couldnt solve that problem any solutions? even blocking input didnt work

  10. #263
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Testo86 View Post
    ive some problems with this plugin, sometimes it causes my char to just work around when i try to put items into the stash via hotkey. tried to set the delay higher but still couldnt solve that problem any solutions? even blocking input didnt work
    try change delay between min-max values, it usually fix this kind of bugs

    aaand, make sure u are NOT touching your mouse while plugin is working or it will crash the whole HUD.
    HUD it's like cocaine, once you used, you can't forget.

  11. #264
    antitank's Avatar Banned
    Reputation
    4
    Join Date
    Sep 2018
    Posts
    27
    Thanks G/R
    10/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any potential upgrades to this plugin to support other forms of stash picking? like for jewellers and gcp recipe?

    any way for the advanced filter to properly sort different rarities of the same "Type"?
    For example, the following only ignores rare maps, but skips the sorting for unique maps into tab 1.
    {
    "Type": "Map",
    "ItemRarity": 2,
    "Tab": 0,
    "Comment": "map"
    },
    {
    "Type": "Map",
    "ItemRarity": 3,
    "Tab": 1,
    "Comment": "map"
    },
    Last edited by antitank; 10-16-2018 at 08:04 AM.

  12. #265
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by antitank View Post
    any potential upgrades to this plugin to support other forms of stash picking? like for jewellers and gcp recipe?

    any way for the advanced filter to properly sort different rarities of the same "Type"?
    For example, the following only ignores rare maps, but skips the sorting for unique maps into tab 1.
    {
    "Type": "Map",
    "ItemRarity": 2,
    "Tab": 0,
    "Comment": "map"
    },
    {
    "Type": "Map",
    "ItemRarity": 3,
    "Tab": 1,
    "Comment": "map"
    },
    the plugin already have a map tab option which works fine with map tab.
    HUD it's like cocaine, once you used, you can't forget.

  13. #266
    antitank's Avatar Banned
    Reputation
    4
    Join Date
    Sep 2018
    Posts
    27
    Thanks G/R
    10/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MACROS4LIFE View Post
    the plugin already have a map tab option which works fine with map tab.
    plugin by default does not place unique rarity maps in the map tab. it only works properly for non-unique rarity maps.
    i want it to do both: ignore rare rarity maps in my inventory + move unique rarity maps into the map tab.

    the advancedfilter only uses the first filter of the same "type" and ignores whatever same "type" filter belows it

    You ask it to place rare jewels in tab 1 then magic jewels in tab 2, and it will ignore the magic jewel filtering.
    You ask it to place magic jewels in tab 2 then rare jewels in tab 1, and it will ignore the rare jewel filtering.
    Last edited by antitank; 10-17-2018 at 01:18 AM.

  14. #267
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by excort View Post
    hey guys, I've tested this plugin, and it kinda works perfectly...

    I've even updated some new items from delve league (all current fossills and resonators) into the 'advanced filter settings' file.

    here is the code, just change the "Tab" to the number you want to move to...

    Code:
    [
        {
            "Type": "CurrencyDelveCraftingBleedPoison",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Corroded Fossil"
        },
        {
            "Type": "DelveSocketableCurrencyUpgrade4",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Prime Alchemical Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyReroll4",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Prime Chaotic Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyReroll2",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Potent Chaotic Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyReroll3",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Powerful Chaotic Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyUpgrade3",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Powerful Alchemical Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyReroll1",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Primitive Chaotic Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyUpgrade2",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Potent Alchemical Resonator"
        },
        {
            "Type": "DelveSocketableCurrencyUpgrade1",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Primitive Alchemical Resonator"
        },
        {
            "Type": "CurrencyDelveCraftingEnchant",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Enchanted Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingQuality",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Perfect Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingChaos",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Aberrant Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingElemental",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Prismatic Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingDefences",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Dense Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingDefences",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Dense Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingCold",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Frigid Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingFire",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Scorched Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingLuckyModRolls",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Sanctified Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingLife",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Pristine Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingLightning",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Metallic Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingVaal",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Bloodstained Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingPhysical",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Jagged Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingCorruptEssence",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Glyphic Fossil"
        },
        {
            "Type": "CurrencyDelveCraftingMinionsAuras",
            "Tab": 10,
            "ItemRarity": 0,
            "Comment": "Bound Fossil"
        },
        {
            "Type": "Belt3",
            "Tab": 9,
            "ItemRarity": 0,
            "Comment": "Chance a Headhunter"
        },
    	{
            "Type": "CurrencyBreachFireShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Xoph"
        },
    	{
            "Type": "CurrencyBreachColdShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Tul"
        },
    	{
            "Type": "CurrencyBreachLightningShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Esh"
        },
    	{
            "Type": "CurrencyBreachPhysicalShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Uul-Netol"
        },
    	{
            "Type": "CurrencyBreachChaosShard",
            "ItemRarity": 0,
            "Tab": 7,
            "Comment": "Splinter of Chayula"
        },
    ]
    I have tested almost all fossils and it works, anything else you want you can add manualy, or quote my post and I will help you!
    enjoy.

    (I will try to see if I can improve other stuff aswell)
    With Delve going core, huge thanks to this guy who had the patience to do something I was thinking to do but was always lazzy for it.

    Thanks mate. Gj
    HUD it's like cocaine, once you used, you can't forget.

  15. #268
    hunk3r's Avatar Member
    Reputation
    3
    Join Date
    Nov 2016
    Posts
    84
    Thanks G/R
    7/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What should i do?
    3213.jpg

  16. #269
    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)
    Originally Posted by hunk3r View Post
    What should i do?
    3213.jpg




    ive the same problem guess it just doesnt work guess we gotta wait till hud is completely working ?!

  17. #270
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    movetostash not working atm.. need update to the new hud
    HUD it's like cocaine, once you used, you can't forget.

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: Sessionstatistics
    By TenshiSan in forum PoE Bots and Programs
    Replies: 20
    Last Post: 01-21-2019, 07:18 PM
  3. PoeHUD Plugin: Flask Manager
    By Treasure_Box in forum PoE Bots and Programs
    Replies: 1138
    Last Post: 03-05-2018, 08:48 PM
  4. [Gold] Economics of Ore (How to move your stash of Ghost Iron into cold hard cash)
    By Bearkin in forum World of Warcraft Guides
    Replies: 6
    Last Post: 04-05-2013, 09:57 AM
  5. MMOwned's Server Move + Forum Change
    By Matt in forum OC News
    Replies: 0
    Last Post: 03-25-2006, 04:52 AM
All times are GMT -5. The time now is 04:33 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