[ExileApi/PoEHelper/POEHUD plugin] ExpeditionIcons menu

User Tag List

Page 1 of 7 12345 ... LastLast
Results 1 to 15 of 105
  1. #1
    cheatingeagle's Avatar Elite User
    Reputation
    581
    Join Date
    Feb 2017
    Posts
    259
    Thanks G/R
    14/495
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    [ExileApi/PoEHelper/POEHUD plugin] ExpeditionIcons

    I would like to thank the original author, arturino009, for the idea and initial implementation.

    Download the source here GitHub - exApiTools/ExpeditionIcons (how to compile: Compiling plugins . exApiTools/exApiWiki Wiki . GitHub)

    Original thread (PoeHUD Plugin: ExpeditionIcons)

    This plugin displays more information about expedition encounters at a glance through a configurable icon list, allows searching for an optimal path through configurable chest, monster and relic weights, and helps with explosive placement by showing exact explosive ranges/"taken" markers.

    Note that the optimal path search does *NOT* actually guarantee an optimal path even with correct configuration and does *NOT* know what you consider valuable if you don't configure it properly. Use at your own risk. If you really think something is wrong after triple-checking your configuration, make a detailed report and I can take a look.

    A few notes about configuration:



    The first section here is Chest weights, which allow you to configure the initial chest weight for the search algorithm. The second section are relic modifiers which modify the initial weights of loot (chests/monsters) when triggered together with or before it using the following formula:
    Code:
    FinalWeight = InitialWeight * product(all_affecting_multipliers) * (1 + sum(all_affecting_increases))
    This means that setting a multiplier to 0 is the same as choosing this relic mod as a "warn" mod ("avoid at all costs").



    These are purely visual and affect the search at all. Mostly for manual planning and understanding how well the planner is doing at a glance.



    These add a visual indicator and set the search multiplier to 0 ("avoid at all costs").



    The first value is how long to run the search for, in seconds. The second value is how many threads to use for the search. Both of these affect the result quality significantly.



    This setting affects the blocker check quality, e.g. if there is a wall or a cliff between two points the planner suggested connecting, upping this value will likely fix the issue (although the search becomes slower due to added checks).

    [ExileApi/PoEHelper/POEHUD plugin] ExpeditionIcons
  2. Thanks enarr, fogewif522, MrDivandoo, camapxam, arturino009, GameHelper, Pepeg, Treavcs, GwDemonz, exitten, bnc (11 members gave Thanks to cheatingeagle for this useful post)
  3. #2
    camapxam's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2009
    Posts
    274
    Thanks G/R
    196/20
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    saw the cs file updated few hours ago? should we grab it?

  4. #3
    cheatingeagle's Avatar Elite User
    Reputation
    581
    Join Date
    Feb 2017
    Posts
    259
    Thanks G/R
    14/495
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by camapxam View Post
    saw the cs file updated few hours ago? should we grab it?
    Sure. I just added a few more warning options

  5. Thanks camapxam (1 members gave Thanks to cheatingeagle for this useful post)
  6. #4
    Esionru's Avatar Member
    Reputation
    4
    Join Date
    Jul 2011
    Posts
    21
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any help? compiled from repository photo_2023-05-07_21-47-04.jpg

  7. #5
    Esionru's Avatar Member
    Reputation
    4
    Join Date
    Jul 2011
    Posts
    21
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fixed, update poehelper

  8. #6
    crazybear001's Avatar Member
    Reputation
    1
    Join Date
    May 2022
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for everything you do

  9. #7
    P07470's Avatar Member
    Reputation
    2
    Join Date
    May 2021
    Posts
    2
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would something like this be possible for altars? that we can get a highlight or similar if a good altar spawns ?

  10. #8
    cheatingeagle's Avatar Elite User
    Reputation
    581
    Join Date
    Feb 2017
    Posts
    259
    Thanks G/R
    14/495
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by P07470 View Post
    Would something like this be possible for altars? that we can get a highlight or similar if a good altar spawns ?
    GitHub - bruno105/AltarHelper: Highlights the best option from Primordial Altar based on a Filter. try this

  11. Thanks P07470 (1 members gave Thanks to cheatingeagle for this useful post)
  12. #9
    bittertide's Avatar Member
    Reputation
    1
    Join Date
    Mar 2022
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe this one doesn't complie with PoEHelper-3.21.1.v3. I tried the fork from 0xE0D59 as well. could any1 please confirm this. It was such an awesome feature and would love to get it included in the future build.

    ty again for your guys hard work making this game less painful.

  13. #10
    crazybear001's Avatar Member
    Reputation
    1
    Join Date
    May 2022
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bittertide View Post
    I believe this one doesn't complie with PoEHelper-3.21.1.v3. I tried the fork from 0xE0D59 as well. could any1 please confirm this. It was such an awesome feature and would love to get it included in the future build.

    ty again for your guys hard work making this game less painful.
    Work fine with me

  14. #11
    camapxam's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2009
    Posts
    274
    Thanks G/R
    196/20
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bittertide View Post
    I believe this one doesn't complie with PoEHelper-3.21.1.v3. I tried the fork from 0xE0D59 as well. could any1 please confirm this. It was such an awesome feature and would love to get it included in the future build.

    ty again for your guys hard work making this game less painful.
    compile just fine

  15. #12
    egarfield19's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bittertide View Post
    I believe this one doesn't complie with PoEHelper-3.21.1.v3. I tried the fork from 0xE0D59 as well. could any1 please confirm this. It was such an awesome feature and would love to get it included in the future build.

    ty again for your guys hard work making this game less painful.

    Same here. It won't complile

  16. #13
    cheatingeagle's Avatar Elite User
    Reputation
    581
    Join Date
    Feb 2017
    Posts
    259
    Thanks G/R
    14/495
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bittertide View Post
    I believe this one doesn't complie with PoEHelper-3.21.1.v3. I tried the fork from 0xE0D59 as well. could any1 please confirm this.
    It does compile. Do you have logs and/or further information?

  17. #14
    bittertide's Avatar Member
    Reputation
    1
    Join Date
    Mar 2022
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I downloaded the source code extracted it put it under plugins then source like this D:\E-------\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-3.21. the error code im getting is

    I'm not sure f doing anything wrong.

    Build failed:
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\obj\Debug\net6.0-windows\win-x64\AltarHelper.AssemblyInfo.cs(13, 12)] CS0579: Duplicate
    'System.Reflection.AssemblyCompanyAttribute' attribute
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\obj\Debug\net6.0-windows\win-x64\AltarHelper.AssemblyInfo.cs(14, 12)] CS0579: Duplicate
    'System.Reflection.AssemblyConfigurationAttribute' attribute
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\obj\Debug\net6.0-windows\win-x64\AltarHelper.AssemblyInfo.cs(15, 12)] CS0579: Duplicate
    'System.Reflection.AssemblyFileVersionAttribute' attribute
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\obj\Debug\net6.0-windows\win-x64\AltarHelper.AssemblyInfo.cs(17, 12)] CS0579: Duplicate
    'System.Reflection.AssemblyProductAttribute' attribute
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\obj\Debug\net6.0-windows\win-x64\AltarHelper.AssemblyInfo.cs(18, 12)] CS0579: Duplicate
    'System.Reflection.AssemblyTitleAttribute' attribute
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\obj\Debug\net6.0-windows\win-x64\AltarHelper.AssemblyInfo.cs(19, 12)] CS0579: Duplicate
    'System.Reflection.AssemblyVersionAttribute' attribute
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\AltarHelperCore.cs(1, 7)] CS0246: The type or namespace name 'ExileCore' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\AltarHelperCore.cs(2, 7)] CS0246: The type or namespace name 'ExileCore' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\AltarHelperCore.cs(10, 7)] CS0246: The type or namespace name 'SharpDX' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\AltarHelperCore.cs(11, 7)] CS0246: The type or namespace name 'ExileCore' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(1, 7)] CS0246: The type or namespace name 'ExileCore' could not be found (are you missing a using directive or
    an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(2, 7)] CS0246: The type or namespace name 'ExileCore' could not be found (are you missing a using directive or
    an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(3, 7)] CS0246: The type or namespace name 'ExileCore' could not be found (are you missing a using directive or
    an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(4, 22)] CS0234: The type or namespace name 'Forms' does not exist in the namespace 'System.Windows' (are you
    missing an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(8, 29)] CS0246: The type or namespace name 'ISettings' could not be found (are you missing a using directive or
    an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(17, 6)] CS0246: The type or namespace name 'SubmenuAttribute' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(35, 6)] CS0246: The type or namespace name 'SubmenuAttribute' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(17, 6)] CS0246: The type or namespace name 'Submenu' could not be found (are you missing a using directive or
    an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(35, 6)] CS0246: The type or namespace name 'Submenu' could not be found (are you missing a using directive or
    an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(43, 6)] CS0246: The type or namespace name 'SubmenuAttribute' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(43, 6)] CS0246: The type or namespace name 'Submenu' could not be found (are you missing a using directive or
    an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\AltarHelperCore.cs(15, 36)] CS0246: The type or namespace name 'BaseSettingsPlugin<>' could not be found (are you missing a
    using directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(21, 16)] CS0246: The type or namespace name 'ButtonNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(39, 16)] CS0246: The type or namespace name 'ListNode' could not be found (are you missing a using directive or
    an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(47, 16)] CS0246: The type or namespace name 'ToggleNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(11, 16)] CS0246: The type or namespace name 'ToggleNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(48, 16)] CS0246: The type or namespace name 'ToggleNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(22, 16)] CS0246: The type or namespace name 'RangeNode<>' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(49, 16)] CS0246: The type or namespace name 'ToggleNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(50, 16)] CS0246: The type or namespace name 'ToggleNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(23, 16)] CS0246: The type or namespace name 'ColorNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(24, 16)] CS0246: The type or namespace name 'ColorNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(25, 16)] CS0246: The type or namespace name 'ColorNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(26, 16)] CS0246: The type or namespace name 'ColorNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(28, 16)] CS0246: The type or namespace name 'RangeNode<>' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(30, 16)] CS0246: The type or namespace name 'RangeNode<>' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(32, 16)] CS0246: The type or namespace name 'RangeNode<>' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(33, 16)] CS0246: The type or namespace name 'HotkeyNode' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\AltarHelperCore.cs(260, 25)] CS0246: The type or namespace name 'Job' could not be found (are you missing a using directive
    or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\AltarHelperCore.cs(266, 16)] CS0246: The type or namespace name 'SharpDX' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(27, 10)] CS0246: The type or namespace name 'MenuAttribute' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(27, 10)] CS0246: The type or namespace name 'Menu' could not be found (are you missing a using directive or an
    assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(29, 10)] CS0246: The type or namespace name 'MenuAttribute' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(29, 10)] CS0246: The type or namespace name 'Menu' could not be found (are you missing a using directive or an
    assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(31, 10)] CS0246: The type or namespace name 'MenuAttribute' could not be found (are you missing a using
    directive or an assembly reference?)
    [2023-05-09 12:37:51 PM, D:\Exclusions\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-2.0\Settings.cs(31, 10)] CS0246: The type or namespace name 'Menu' could not be found (are you missing a using directive or an
    assembly reference?)

  18. #15
    cheatingeagle's Avatar Elite User
    Reputation
    581
    Join Date
    Feb 2017
    Posts
    259
    Thanks G/R
    14/495
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bittertide View Post
    I downloaded the source code extracted it put it under plugins then source like this D:\E-------\PoEHelper-3.21.1.v3\Plugins\Source\AltarHelper-3.21. the error code im getting is

    I'm not sure f doing anything wrong.
    This is the wrong thread for this, but core references in that plugin are probably setup incorrectly -- compare AltarHelper/AltarHelper.csproj at main . bruno105/AltarHelper . GitHub and my plugin ExpeditionIcons/ExpeditionIcons.csproj at master . exApiTools/ExpeditionIcons . GitHub

Page 1 of 7 12345 ... LastLast

Similar Threads

  1. [Release] [ExileApi/PoEHelper/POEHUD plugin] ReAgent - a tool for mapping game state to actions
    By cheatingeagle in forum PoE Bots and Programs
    Replies: 79
    Last Post: 1 Week Ago, 05:39 AM
  2. CoPilot Plugin for PoeHelper / PoeHud / ExileApi
    By totalschaden in forum PoE Bots and Programs
    Replies: 664
    Last Post: 2 Weeks Ago, 03:23 PM
  3. PoeHUD Plugin: Inventory Items Analyzer
    By kSacred in forum PoE Bots and Programs
    Replies: 203
    Last Post: 12-18-2023, 04:11 AM
  4. [Release] PoeHUD Plugin: ExpeditionIcons
    By arturino009 in forum PoE Bots and Programs
    Replies: 241
    Last Post: 05-04-2023, 10:18 AM
  5. PoeHUD Plugin: Flask Manager
    By Treasure_Box in forum PoE Bots and Programs
    Replies: 1138
    Last Post: 03-05-2018, 08:48 PM
All times are GMT -5. The time now is 01:58 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