-
Active Member
Originally Posted by
caspaas
also this does not work for VillageHelper.
u can fix VillageHelper, there is instruction *Post link (ExileApi - Misc plugin discussion)
-
Member
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
-
Member
Originally Posted by
EjikEjikovich
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
-
Member
Originally Posted by
EjikEjikovich
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.
-
Member
Last edited by SparrowKane; 08-10-2024 at 06:09 PM.
-
Active Member
Originally Posted by
thedudesrug
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
-
Member
Originally Posted by
Fragma1
Market Wizard and Village Helper that works for me.
Source
You the man Fagma1 ty
-
Member
What mod was it that showed/highlighted wisps and map?
-
Member
Can u share the plugin?
bettersanctum
-
Active Member
Originally Posted by
Fragma1
Market Wizard and Village Helper that works for me.
Source
what does market wizard do anw :-?
-
Member
Originally Posted by
CornFlake101
What mod was it that showed/highlighted wisps and map?
Its called "WhereTheWhispsAt"
PluginBrowser
Originally Posted by
jano00257
Can u share the plugin?
bettersanctum
BetterSanctum is also on here
PluginBrowser
-
Member
Originally Posted by
camapxam
what does market wizard do anw :-?
MarketWizard.png
shows Info
-
Post Thanks / Like - 1 Thanks
camapxam (1 members gave Thanks to Chav for this useful post)
-
Member
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?
-
Member
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
-
Member
Can u give link on sanctum plugin? ill check it