-
Contributor
[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).
These ads disappear when you log in.
-
Post Thanks / Like - 8 Thanks
-
Active Member
saw the cs file updated few hours ago? should we grab it?
-
Contributor
Originally Posted by
camapxam
saw the cs file updated few hours ago? should we grab it?
Sure. I just added a few more warning options
-
Post Thanks / Like - 1 Thanks
camapxam (1 members gave Thanks to cheatingeagle for this useful post)
-
Member
any help? compiled from repository photo_2023-05-07_21-47-04.jpg
-
Member
-
Member
Thank you for everything you do
-
Member
Would something like this be possible for altars? that we can get a highlight or similar if a good altar spawns ?
-
Contributor
Originally Posted by
P07470
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
-
Post Thanks / Like - 1 Thanks
P07470 (1 members gave Thanks to cheatingeagle for this useful post)
-
Member
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.
-
Member
Originally Posted by
bittertide
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
-
Active Member
Originally Posted by
bittertide
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
-
Member
Originally Posted by
bittertide
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
-
Contributor
Originally Posted by
bittertide
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?
-
Member
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?)
-
Contributor
Originally Posted by
bittertide
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