ExileApi - Misc plugin discussion menu

User Tag List

Page 21 of 35 FirstFirst ... 171819202122232425 ... LastLast
Results 301 to 315 of 522
  1. #301
    EjikEjikovich's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2024
    Posts
    15
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by caspaas View Post
    also this does not work for VillageHelper.

    u can fix VillageHelper, there is instruction *Post link (ExileApi - Misc plugin discussion)

    ExileApi - Misc plugin discussion
  2. #302
    Chav's Avatar Member
    Reputation
    9
    Join Date
    Feb 2018
    Posts
    16
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What would be the correct way to reference the afflictions/boons you get in sanctum?

    I'm trying to clean/improve BetterSanctum for personal use and i found the afflictions and can follow DevTree all the way to the tooltips but reading Tooltips does not feel right ...

    DevTreeSanctum.png

    Any tips would be super appreciated

  3. #303
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    213
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EjikEjikovich View Post
    u can fix VillageHelper, there is instruction *Post link (ExileApi - Misc plugin discussion)
    tried but guess im to dumb for this couldnt get it to work... cant anyone upload a working version of both?! Would be hella awesome

  4. #304
    thedudesrug's Avatar Member
    Reputation
    3
    Join Date
    Jun 2017
    Posts
    32
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EjikEjikovich View Post
    Right now we(as users) can "fix" those plugins

    !Update ExileApi for last version!

    ======
    For Ninja Pricer
    U need to:
    1) open Ninja Price -> Main -> render.cs
    2) find line 41, after public StashElement StashPanel { get; set; } add new line and add public StashElement GuildStashPanel { get; set; }

    3) find line ~110
    4) del or "//" all from if (_inspectedItem... to line before #endregion and add 4 new lines ->

    GuildStashPanel = GameController.Game.IngameState.IngameUi.GuildStashElement;
    StashPanel = GameController.Game.IngameState.IngameUi.StashElement;
    InventoryPanel = GameController.Game.IngameState.IngameUi.InventoryPanel;
    HagglePanel = GameController.Game.IngameState.IngameUi.HaggleWindow;

    5) save file and recompile all plugins in "Core" tab -> Reload plugins

    ======
    For VillageHelper
    U need to:
    1) open VillageHelper folder -> VillageHelper.cs
    2) Find lines 432 and 472 and add "//" before code
    3) save file and recompile all plugins in "Core" tab -> Reload plugins

    ======
    For MarketWizard
    U need to:
    1. Open MarketWizard.cs
    2. Replace all "WantedItemStock" with "Stock2" (case sensitive)
    3. Replace all "OfferedItemStock" with "Stock1" (case sensitive)
    p.s. thanks to @Beanjuice for that solution

    This is a temporary solution until the author uploads a new version of ExileApi on which he developed these plugins.
    If you got Market wizard working with this method could you share your folder or the cs file i was unable to get the replacements to work.

  5. #305
    SparrowKane's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nevermind.
    Last edited by SparrowKane; 08-10-2024 at 06:09 PM.

  6. #306
    Fragma1's Avatar Active Member
    Reputation
    21
    Join Date
    Aug 2022
    Posts
    80
    Thanks G/R
    13/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thedudesrug View Post
    If you got Market wizard working with this method could you share your folder or the cs file i was unable to get the replacements to work.
    Market Wizard and Village Helper that works for me.

    Source

  7. #307
    thedudesrug's Avatar Member
    Reputation
    3
    Join Date
    Jun 2017
    Posts
    32
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fragma1 View Post
    Market Wizard and Village Helper that works for me.

    Source
    You the man Fagma1 ty

  8. #308
    CornFlake101's Avatar Member
    Reputation
    8
    Join Date
    Jul 2013
    Posts
    103
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What mod was it that showed/highlighted wisps and map?

  9. #309
    jano00257's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can u share the plugin?
    bettersanctum

  10. #310
    camapxam's Avatar Active Member
    Reputation
    27
    Join Date
    Nov 2009
    Posts
    316
    Thanks G/R
    256/23
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fragma1 View Post
    Market Wizard and Village Helper that works for me.

    Source
    what does market wizard do anw :-?

  11. #311
    Chav's Avatar Member
    Reputation
    9
    Join Date
    Feb 2018
    Posts
    16
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CornFlake101 View Post
    What mod was it that showed/highlighted wisps and map?
    Its called "WhereTheWhispsAt"

    PluginBrowser

    Originally Posted by jano00257 View Post
    Can u share the plugin?
    bettersanctum
    BetterSanctum is also on here

    PluginBrowser

  12. #312
    Chav's Avatar Member
    Reputation
    9
    Join Date
    Feb 2018
    Posts
    16
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by camapxam View Post
    what does market wizard do anw :-?
    MarketWizard.png

    shows Info

  13. Thanks camapxam (1 members gave Thanks to Chav for this useful post)
  14. #313
    Jobey4's Avatar Member
    Reputation
    1
    Join Date
    Jul 2024
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you able to see the rooms before you can see them on the map, like having the all seeing eye on all the time doing this?

  15. #314
    cavad's Avatar Member
    Reputation
    5
    Join Date
    Jun 2018
    Posts
    57
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone make new mods for this anymore? I'd really love a good sanctum mod, better sanctum is full of errors and doesn't work properly

  16. #315
    tdcox's Avatar Member
    Reputation
    1
    Join Date
    Jan 2024
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can u give link on sanctum plugin? ill check it

Page 21 of 35 FirstFirst ... 171819202122232425 ... LastLast

Similar Threads

  1. [Release] MapHelper - Plugin for ExileApi
    By dirkbach666 in forum PoE Bots and Programs
    Replies: 5
    Last Post: 03-04-2025, 11:45 PM
  2. [Release] ExileAPI plugin : Tower Defence
    By dlr5668 in forum PoE Bots and Programs
    Replies: 57
    Last Post: 03-14-2020, 08:41 PM
  3. [Release] ExileApi Plugin: Skilly(Autoskill)
    By buzduke in forum PoE Bots and Programs
    Replies: 0
    Last Post: 12-29-2019, 07:34 AM
  4. ExileApi Plugin: Level Up Gems
    By dirkbach666 in forum PoE Bots and Programs
    Replies: 6
    Last Post: 12-22-2019, 03:31 AM
  5. Replies: 0
    Last Post: 06-01-2019, 11:55 PM
All times are GMT -5. The time now is 02:03 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