[7.6] [INTL] InventoryAndStashPlugin (fork) menu

User Tag List

Results 1 to 8 of 8
  1. #1
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    [8.0] [INTL] InventoryAndStashPlugin (fork)

    Main features are:

    Sell darkening replacement by green ★ and red ★ star.

    Add custom marker ● for important items and follower items 🛡. See source code at end of the file how to add your own important item names!

    Handle cubed or cubeable items intelligently with radioactive ☢ marker.

    Handle special items with recycle ♻ marker. Like Puzzle Ring or Bovine Bardiche.

    Download:
    [C#] InventoryAndStashPlugin.cs - Pastebin.com patched version that works after THUD 9.0 changes.
    [C#] InventoryAndStashPlugin rev 865 - Pastebin.com date 2018-01-14

    Link to pastebin source code, revision 3697 date 2018-01-16.

    Install:
    save as plugins/JarJar/InventoryAndStashPlugin.cs

    This is not tested thorough-fully as I am an programmer, not tester. Default settings should work.

    Work TODO:
    Add optional custom item evaluation function to decide green/red star rating. Current "pick it" implementation is too tedious maintain manually for me.

    Equipped items: [7.6] [INTL] InventoryAndStashPlugin (fork)-clipboard03-gif and rings: [7.6] [INTL] InventoryAndStashPlugin (fork)-clipboard02-gif

    Full view (1366x574):
    [7.6] [INTL] InventoryAndStashPlugin (fork)-clipboard01-gif
    Last edited by JarJarD3; 05-18-2019 at 04:31 AM. Reason: Updated for "9.0".

    [7.6] [INTL] InventoryAndStashPlugin (fork)
  2. Thanks ADV2015, enryz, Abojamra, AffaBanana (4 members gave Thanks to JarJarD3 for this useful post)
  3. #2
    Abojamra's Avatar Member
    Reputation
    2
    Join Date
    Jan 2019
    Posts
    3
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I really, really like your plugin and the changes you've made.
    Can you explain what the icons and marks mean? I'm a bit lost.

  4. #3
    rambo99jose's Avatar Member
    Reputation
    4
    Join Date
    Nov 2007
    Posts
    26
    Thanks G/R
    20/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice plugin redux. I Have not experienced issues with it

    Whomever wants Unidentified item name reveal set this to true
    Code:
    Hud.TogglePlugin<HoveredItemInfoPlugin>(true);
    If anyone wants to force always-on set number display:
    Code:
    on "InventoryAndStashPlugin.cs" change line 102 to 
     bool _shiftPressed = true;
    
    ...and change line 69 to         
        KeyboardEnabled = false;
    
    Last edited by rambo99jose; 01-21-2019 at 01:23 AM.

  5. #4
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Finally updated (totally) for 8.0.

    Armory Set info has been moved to separate plugin: https://www.ownedcore.com/forums/dia...rysetinfo.html

  6. #5
    rambo99jose's Avatar Member
    Reputation
    4
    Join Date
    Nov 2007
    Posts
    26
    Thanks G/R
    20/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THUD 9.0 doesn't allow "System.Diagnostics"

    Code:
    2019.05.17 22:30:39.867    19.5.16.3    suspicious plugins behavior in plugin file: 'C:\Users\xxx\Desktop\desktopy\D3 Apps\D3 THUD x64\Plugins\JarJar\InventoryAndStashPlugin.cs': possibly trying to use System.Diagnostics.
    Removing the include broke the timer variable.

    Code:
    2019.05.17 22:54:45.592    19.5.16.3        C:\Users\xxx\Desktop\desktopy\D3 Apps\D3 THUD x64\Plugins\JarJar\InventoryAndStashPlugin.cs(43,18) : error CS0246: The type or namespace name 'Stopwatch' could not be found (are you missing a using directive or an assembly reference?)
    I followed example from "plugins\Default\Inventory\InventoryAndStashPlugin.cs" to fix.
    Copy and paste the raw code from the link and override existing "..\plugins\JarJar\InventoryAndStashPlugin.cs"

    [C#] InventoryAndStashPlugin.cs - Pastebin.com


    @JarJarD3 can you please check it to see I broke anything?

  7. Thanks JarJarD3 (1 members gave Thanks to rambo99jose for this useful post)
  8. #6
    Cromb's Avatar Member
    Reputation
    1
    Join Date
    May 2020
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I enable "ShowRedStarEnabled" from the PluginEnablerOrDisablerPlugin.cs?
    If I add it I get this exception:
    error CS1061: 'InventoryAndStashPlugin' does not contain a definition for 'ShowRedStarEnabled' and no accessible extension method 'ShowRedStarEnabled' accepting a first argument of type 'InventoryAndStashPlugin' could be found (are you missing a using directive or an assembly reference?)

  9. #7
    Jembo's Avatar Active Member
    Reputation
    33
    Join Date
    Nov 2018
    Posts
    112
    Thanks G/R
    28/30
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cromb View Post
    How do I enable "ShowRedStarEnabled" from the PluginEnablerOrDisablerPlugin.cs?
    If I add it I get this exception:
    Instead of enabling it via PluginEnablerOrDisablerPlugin.cs - You could change line 18 within the plugin itself
    Code:
            public bool ShowRedStarEnabled { get; set; } = true;

  10. #8
    pancaketrophy's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How would I go about customizing this plugin to simply dim non-ancient items and highlight all ancient ones?

Similar Threads

  1. [Release] NecroBot Fork Updated
    By NoxxDev in forum Pokemon GO Hacks|Cheats
    Replies: 803
    Last Post: 01-04-2017, 03:38 PM
  2. NecroBot Fork Updated
    By NoxxDev in forum Pokemon GO Chat
    Replies: 1
    Last Post: 08-12-2016, 08:17 PM
  3. [Selling] poe accounts intl
    By fanteg86 in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 07-01-2015, 02:22 AM
  4. [Fork] Basic Item Alerter
    By Theadd in forum PoE Bots and Programs
    Replies: 29
    Last Post: 11-12-2013, 07:02 PM
All times are GMT -5. The time now is 04:07 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