-
Active Member
do you have a way of debugging plugins from visual studio?
-
Active Member
Originally Posted by
caspaas
someone updated ninja price and village helper. they are both broken now when compiling in ExileApi.... wtf
im not good coder at all, but u can fix this compilation error by yourself. (Ninja Pricer)
U need to:
1) open render.cs
2) line 41, after public StashElement StashPanel { get; set; } add new line public StashElement GuildStashPanel { get; set; }
3) find line ~110
4) del 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
I don't know if I can attach the file I edited. If I can, I can upload the edited render.cs to you at once.
Last edited by EjikEjikovich; 08-08-2024 at 12:42 AM.
-
Post Thanks / Like - 1 Thanks
poeking99 (1 members gave Thanks to EjikEjikovich for this useful post)
-
Member
Originally Posted by
manmeat
do you have a way of debugging plugins from visual studio?
no, I don't have visual studio and I don't know how to use it.
-
Active Member
Originally Posted by
Alexlexa1989999
no, I don't have visual studio and I don't know how to use it.
I was asking api devs, it looks like you don't have the .net 8 sdk.
-
Member
Originally Posted by
manmeat
I was asking api devs, it looks like you don't have the .net 8 sdk.
yea, but I reinstaled it (dotnet-sdk-8.0.100-win-x64.exe) yesterday and restarted pc. Do you know how to resolve?
-
Member
Originally Posted by
SpaceGuy119
Hi. Sorry, what was meant by adding the preload myself. Is this something additional I have to DL? I don't see anything strongbox related in the f12 core settings.
I do see PreloadAlert, "Strongboxes" is of course selected by default. And I don't see any Strongboxes that are not listed.
Strongboxes seem to really struggle, I'm trying to improve the reliability. Beasts on the other hand are 100% accurate.
I also notice that Abyss does not show up on the preload at all, even if I discover it and then click "refresh area".
What's that all about. I feel like preload is lacking.
-
Member
Is it possible to make the name of the Rituals on the map in Preload?
I found a way to do it!
Last edited by Stif21; 08-08-2024 at 04:30 PM.
-
Member
@cheatingeagle
i see some repos being updated, anything not currently posted that's worth sharing?
noticed GetChaosValue & VillageHelper but of course none of them compile so figured they weren't actively working, just being worked on
-
Member
Originally Posted by
uldirpog
@
cheatingeagle
i see some repos being updated, anything not currently posted that's worth sharing?
noticed GetChaosValue & VillageHelper but of course none of them compile so figured they weren't actively working, just being worked on
u dont need compile them exileapi compile for you.
-
Active Member
ExileApi cant compile new scripts bc last update doenst contain changes the developer made to the core dll. When he will release new update of ExileApi - compilation errors will be automatically fixed
-
Member
Originally Posted by
Stif21
Is it possible to make the name of the Rituals on the map in Preload?
I found a way to do it!
would you mind taking a moment to explain? Id really like to learn how to improve my preloads and learning this method might help me better.
-
Anyone have the correct preload for starfall crater / reflecting mist? I tried but mine permanently show in the preload even when not there.
Last edited by Sophistical; 08-10-2024 at 10:32 AM.
-
Active Member
Originally Posted by
malvient
Doesn't seem to work, tested a few of the obvious ones, they either don't show up at all or always show up.
I did a few Silos today and found the Seer a couple times, here's a list of all the preloads that loaded when the Seer was there but did NOT load when he wasn't. Obviously most/all of these are just related to the different mobs in the map. I couldn't see anything related to the seer that wasn't shown all the time.
SEER - Pastebin.com
Yep, can confirm my original post referencing Metadata/NPC/League/Azmeri/Eramir/Eramir.ao; doesn't work - have seen the preload pop several times and cleared the map to 0 mobs with no vendor. these pastebins might be useful if anybody takes the time to look through them before i do
-
Member
ANyone have a good confi setup to reduce the system overheard to run hud? it taxes my laptop some and was trying to reduce that.
thanks
-
Originally Posted by
InfiniteIce
Yep, can confirm my original post referencing Metadata/NPC/League/Azmeri/Eramir/Eramir.ao; doesn't work - have seen the preload pop several times and cleared the map to 0 mobs with no vendor. these pastebins might be useful if anybody takes the time to look through them before i do
Metadata/Monsters/Mystic
Metadata/NPC/Mystic/Seer
Metadata/Monsters/Daemon/NamelessDaemon
Metadata/Monsters/Daemon
Metadata/Monsters/Mystic/NamelessMystic
Found these, not sure if they are helpful.