ExileApi (Old POEHUD) Overlay for Path of Exile menu

User Tag List

Page 28 of 78 FirstFirst ... 242526272829303132 ... LastLast
Results 406 to 420 of 1160
  1. #406
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey raretitlez, i would like to add the fossils, resonators so that stashie automatically transfers them to my delve tab, what is the classname i use for this tab or can i get the code you added into your filters config. TIA!

    ExileApi (Old POEHUD) Overlay for Path of Exile
  2. #407
    mehter03's Avatar Member
    Reputation
    3
    Join Date
    Sep 2019
    Posts
    9
    Thanks G/R
    5/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    Hey raretitlez, i would like to add the fossils, resonators so that stashie automatically transfers them to my delve tab, what is the classname i use for this tab or can i get the code you added into your filters config. TIA!
    You can add this at the end of the FiltersConfig.txt

    //Delve
    Resonators: ClassName^Currency,BaseName^Resonator : Delve
    Fossils: ClassName^Currency,BaseName^Fossil : Delve
    but Fossils would go to Currency tab, so you should add this at the end of the currency line in default tabs
    BaseName!^Fossil

  3. Thanks ReadyToKill (1 members gave Thanks to mehter03 for this useful post)
  4. #408
    ezergilius's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when i try run compiled Stashie
    stashie error.jpg
    what im doing wrong?
    old stashie gimme same error to

  5. #409
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is the latet compiled version of ExileApi as of 9/24: Filebin

    All plugins are included, other than MapsExchange which was giving errors. Remember to copy your config folder from your old hud to this one to save your plugin settings; otherwise, you will have to set them all over again.

    Let me know if there are any issues.

    Edit: Basic Flask Routine was not included in this release. Simply copy it from the old HUD and put it in Plugins/compiled.
    Last edited by raretitlez; 09-24-2019 at 04:42 PM.

  6. Thanks b0ob1ik, hahahalol22, ezergilius (3 members gave Thanks to raretitlez for this useful post)
  7. #410
    ezergilius's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i compiled last version to)
    error from my version
    Code:
    2019-09-25 00:24:31.539 +03:00 [Error] Core Tick Menu -> System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.Text.UTF8Encoding.GetByteCount(String chars)
       at ImGuiNET.ImGui.Combo(String label, Int32& current_item, String[] items, Int32 items_count)
       at Stashie.StashieCore.<>c__DisplayClass37_0.<GenerateMenu>b__2() in c:\Users\fears\source\repos\ExileApi\Plugins\Source\Stashie\Stashie.cs:line 252
       at System.Action.Invoke()
       at Stashie.StashieCore.DrawSettings() in c:\Users\fears\source\repos\ExileApi\Plugins\Source\Stashie\Stashie.cs:line 197
       at ExileCore.Shared.PluginWrapper.DrawSettings() in C:\!Games\PoE\ExileApi-master\Core\Shared\PluginWrapper.cs:line 321
       at ExileCore.MenuWindow.<>c__DisplayClass40_0.<Render>b__3() in C:\!Games\PoE\ExileApi-master\Core\MenuWindow.cs:line 255
       at ExileCore.MenuWindow.Render(GameController _gameController) in C:\!Games\PoE\ExileApi-master\Core\MenuWindow.cs:line 263
       at ExileCore.Core.Tick() in C:\!Games\PoE\ExileApi-master\Core\Core.cs:line 328
    error from ur version with ur config
    Code:
    2019-09-25 00:30:49.037 +03:00 [Error] Core Tick Menu -> System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.Text.UTF8Encoding.GetByteCount(String chars)
       at ImGuiNET.ImGui.Combo(String label, Int32& current_item, String[] items, Int32 items_count)
       at Stashie.StashieCore.<>c__DisplayClass30_0.<GenerateMenu>b__2() in C:\Users\Kadamose\Downloads\latest\PoeHelper\Plugins\Source\Stashie\Stashie.cs:line 245
       at System.Action.Invoke()
       at Stashie.StashieCore.DrawSettings() in C:\Users\Kadamose\Downloads\latest\PoeHelper\Plugins\Source\Stashie\Stashie.cs:line 191
       at ExileCore.Shared.PluginWrapper.DrawSettings() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\Shared\PluginWrapper.cs:line 321
       at ExileCore.MenuWindow.<>c__DisplayClass40_0.<Render>b__3() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\MenuWindow.cs:line 255
       at ExileCore.MenuWindow.Render(GameController _gameController) in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\MenuWindow.cs:line 263
       at ExileCore.Core.Tick() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\Core.cs:line 328

  8. #411
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ezergilius View Post
    i compiled last version to)
    error from my version
    Code:
    2019-09-25 00:24:31.539 +03:00 [Error] Core Tick Menu -> System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.Text.UTF8Encoding.GetByteCount(String chars)
       at ImGuiNET.ImGui.Combo(String label, Int32& current_item, String[] items, Int32 items_count)
       at Stashie.StashieCore.<>c__DisplayClass37_0.<GenerateMenu>b__2() in c:\Users\fears\source\repos\ExileApi\Plugins\Source\Stashie\Stashie.cs:line 252
       at System.Action.Invoke()
       at Stashie.StashieCore.DrawSettings() in c:\Users\fears\source\repos\ExileApi\Plugins\Source\Stashie\Stashie.cs:line 197
       at ExileCore.Shared.PluginWrapper.DrawSettings() in C:\!Games\PoE\ExileApi-master\Core\Shared\PluginWrapper.cs:line 321
       at ExileCore.MenuWindow.<>c__DisplayClass40_0.<Render>b__3() in C:\!Games\PoE\ExileApi-master\Core\MenuWindow.cs:line 255
       at ExileCore.MenuWindow.Render(GameController _gameController) in C:\!Games\PoE\ExileApi-master\Core\MenuWindow.cs:line 263
       at ExileCore.Core.Tick() in C:\!Games\PoE\ExileApi-master\Core\Core.cs:line 328
    error from ur version with ur config
    Code:
    2019-09-25 00:30:49.037 +03:00 [Error] Core Tick Menu -> System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.Text.UTF8Encoding.GetByteCount(String chars)
       at ImGuiNET.ImGui.Combo(String label, Int32& current_item, String[] items, Int32 items_count)
       at Stashie.StashieCore.<>c__DisplayClass30_0.<GenerateMenu>b__2() in C:\Users\Kadamose\Downloads\latest\PoeHelper\Plugins\Source\Stashie\Stashie.cs:line 245
       at System.Action.Invoke()
       at Stashie.StashieCore.DrawSettings() in C:\Users\Kadamose\Downloads\latest\PoeHelper\Plugins\Source\Stashie\Stashie.cs:line 191
       at ExileCore.Shared.PluginWrapper.DrawSettings() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\Shared\PluginWrapper.cs:line 321
       at ExileCore.MenuWindow.<>c__DisplayClass40_0.<Render>b__3() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\MenuWindow.cs:line 255
       at ExileCore.MenuWindow.Render(GameController _gameController) in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\MenuWindow.cs:line 263
       at ExileCore.Core.Tick() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\Core.cs:line 328
    You don't need to recompile. I already compiled all of the plugns. Stashie works just fine. You are, most likely, missing .NET Framework 4.8 dev version to properly compile that.

  9. #412
    ezergilius's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    You don't need to recompile. I already compiled all of the plugns. Stashie works just fine.
    i dont touch ur version) i just run it as is and got error with stashie) for me it dont work(
    its why i asking what im doing wrong

  10. #413
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ezergilius View Post
    i dont touch ur version) i just run it as is and got error with stashie) for me it dont work(
    its why i asking what im doing wrong
    download .NET Framework 4.8 Developer version.

  11. #414
    ezergilius's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    download .NET Framework 4.8 Developer version.
    .NET Framework 4.8 Developer version installed, VS2019 updated to
    and im on win10

  12. #415
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ezergilius View Post
    .NET Framework 4.8 Developer version installed, VS2019 updated to
    and im on win10
    Are you using VStudio to compile the plugins, or are you using CompilePlugins.bat?

  13. #416
    ezergilius's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    Are you using VStudio to compile the plugins, or are you using CompilePlugins.bat?
    CompilePlugins.bat

    and i run ur version and got same error to, like i told before

  14. #417
    hahahalol22's Avatar Member
    Reputation
    4
    Join Date
    Mar 2019
    Posts
    54
    Thanks G/R
    6/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ezergilius View Post
    CompilePlugins.bat

    and i run ur version and got same error to, like i told before
    Maybe your errors are the same as mine. Are they red on top left in the screen? Can you printscreen them to raretiltez check?

    Thanks in advance)

  15. #418
    ezergilius's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hahahalol22 View Post
    Maybe your errors are the same as mine. Are they red on top left in the screen? Can you printscreen them to raretiltez check?

    Thanks in advance)
    maybe, i not saw your msg, just read few last page
    it stashie error.jpg

  16. #419
    hahahalol22's Avatar Member
    Reputation
    4
    Join Date
    Mar 2019
    Posts
    54
    Thanks G/R
    6/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ezergilius View Post
    maybe, i not saw your msg, just read few last page
    it stashie error.jpg
    Yes. I got those errors before with a lot of plugins and even without them. Raretiltez was trying to help me but nothing have fixed it. I will try to run this new version but I have no hope about it haha

  17. #420
    ezergilius's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hahahalol22 View Post
    I got those errors before with a lot of plugins and even without them.
    i have error only with stashie(

Page 28 of 78 FirstFirst ... 242526272829303132 ... LastLast

Similar Threads

  1. PoEHUD - Overlay for Path of Exile (Updated for 3.0)
    By TehCheat in forum PoE Bots and Programs
    Replies: 4451
    Last Post: 09-05-2019, 01:53 PM
  2. [Release] ExileHUD - External overlay for Path of Exile (work in progress)
    By Evozer in forum PoE Bots and Programs
    Replies: 1131
    Last Post: 04-04-2015, 05:14 PM
  3. [Release] PoeHUD - Overlay for Path of Exile
    By Coyl in forum PoE Bots and Programs
    Replies: 1870
    Last Post: 01-27-2015, 02:28 AM
  4. [Trading] Dota2 beta keys for Path of Exile beta keys
    By shaunffs in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 12-13-2012, 04:20 PM
  5. [Trading] 20m D3 Gold for Path of Exiles Beta Key
    By Jam3z in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 07-31-2012, 05:30 PM
All times are GMT -5. The time now is 02:29 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