-
Member
Hmmm whats going on here? Untitled.png
-
Member
u need to add the official nuget source
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
-
Post Thanks / Like - 1 Thanks
nerbz (1 members gave Thanks to hnstck for this useful post)
-
Member
Fixed it, was a problem with my NuGet config file. Thanks anyways.
-
Member
Is there a plugin for sanctum?
-
Member
Getting this error when trying to compile VillageHelper plugin. Any ideas?
CS1061: 'VillageJob' does not contain a definition for 'Discriminator' and no accessible extension method 'Discriminator' accepting a first argument of type 'VillageJob' could be found (are you missing a using directive or an assembly reference?)
-
Member
Im getting VillageHelper.cs(274, 11
] CS0246: The type or namespace name
'BaseVillageWorker' could not be found (are you missing a using
directive or an assembly reference?)
-
Member
Same error for newest VillageHelper:
Build failed:
[2024-08-04 8:03:01 PM, C:\PAWESOME\PSTUFF\ExileA\Plugins\Source\VillageHelper\VillageHelper.cs(366, 109)] CS1061: 'VillageJob' does not contain a definition
for 'Discriminator' and no accessible extension method 'Discriminator' accepting a first argument of type 'VillageJob' could be found (are you missing a using
directive or an assembly reference?)
[2024-08-04 8:03:01 PM, C:\PAWESOME\PSTUFF\ExileA\Plugins\Source\VillageHelper\VillageHelper.cs(406, 109)] CS1061: 'VillageJob' does not contain a definition
for 'Discriminator' and no accessible extension method 'Discriminator' accepting a first argument of type 'VillageJob' could be found (are you missing a using
directive or an assembly reference?)
-
Member
I believe I've successfully found entries to track whenever each of the 5 ore deposits are present in your current map using PreloadAlert.
#Settlers
Metadata/Monsters/LeagueKalguur/CrimsonIron/SmallGrowthMaps; Crimson Iron; ff64ffff
Metadata/Monsters/LeagueKalguur/PetrifiedWood/PetrifiedWoodPunchingBag; Petrified Amber; ff64ffff
Metadata/MiscellaneousObjects/Crucible/Fissure; Verisium; ff64ffff
Metadata/Monsters/LeagueKalguur/PaleFaction/DemonCopperPaleElite1; Orichalcum; ff64ffff
Metadata/Monsters/LeagueKalguur/DemonFaction/DemonCopperDemonElite1; Orichalcum; ff64ffff
Art/particles/environment_effects/League_Settlers/MineralEncounters/Bismuth/tornado/rig.ast; Bismuth; ff64ffff
Add that into the preload_alerts.txt file in the ExileApi config folder and it should do the trick.
I've only tested it in maps but it seems decently accurate.
Last edited by nilas1999; 08-05-2024 at 04:07 PM.
Reason: Added/changed some entries as I found it was misbehaving, might not be 100% perfect.
-
Post Thanks / Like - 1 Thanks
Glitter2770 (1 members gave Thanks to nilas1999 for this useful post)
-
Member
I will test it!
Any luck finding the Crater Boss, Mirror of Kalandra, and Seer?
-
Member
CS1061: 'VillageJob' does not contain a definition for 'Discriminator' and no accessible extension method 'Discriminator' accepting a first argument of type 'VillageJob' could be found (are you missing a using directive or an assembly reference?)
LOL
-
Member
Is GitHub - vadash/EZVendor: InvAnal alternative for community HUD out of date? It compiles with no errors but the filter doesnt work
-
Member
Originally Posted by
thedudesrug
Im getting VillageHelper.cs(274, 11

] CS0246: The type or namespace name
'BaseVillageWorker' could not be found (are you missing a using
directive or an assembly reference?)
I'm also getting this error.
[8/6/2024 11:32:48 PM, C:\Games\Path Game\ExileApi-Compiled-3.25\Plugins\Source\VillageHelper-master\VillageHelper.cs(340, 11
] CS0246: The type or namespace name 'BaseVillageWorker' could not be found (are you missing a using directive or an assembly reference?)
-
Member
Is there a way to see all rooms in the sanctum using a plugin, somewhat like the all-seeing eye boon? BetterSanctum just shows what you can already see
-
Member
Can you help me with adding plugin? trying to copy ReAgent plugin to source folder but then this error occurs:
[ERR] Inject -> System.AggregateException: One or more errors occurred. (Could not load file or assembly 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Format of the executable (.exe) or library (.dll) is invalid.)
---> System.BadImageFormatException: Could not load file or assembly 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Format of the executable (.exe) or library (.dll) is invalid.
File name: 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ---> System.BadImageFormatException: Could not load file or assembly 'C:\Program Files (x86)\dotnet\sdk\8.0.204\Microsoft.Build.dll'. Format of the executable (.exe) or library (.dll) is invalid.
File name: 'C:\Program Files (x86)\dotnet\sdk\8.0.204\Microsoft.Build.dll'
at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPat h>g__TryLoadAssembly|3(AssemblyName assemblyName)
at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPat h>b__2(AssemblyLoadContext _, AssemblyName assemblyName)
at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingE vent(AssemblyName assemblyName)
at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)
at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)
at ExileCore.Shared.PluginCompiler..ctor()
at ExileCore.Shared.PluginManager.LoadPluginsFromSource(IEnumerable`1 sourcePlugins)
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at ExileCore.Shared.PluginManager..ctor(GameController gameController, Graphics graphics, MultiThreadManager multiThreadManager)
at ExileCore.Core.Inject()
2024-08-07 12:51:47.074 +02:00 [ERR] Font fonts\hkyt.ttf specified in fonts\config.ini does not exist
Last edited by Alexlexa1989999; 08-07-2024 at 05:55 AM.
Reason: specifying the plugin
-
Member
Originally Posted by
lionelione43
I'm also getting this error.
[8/6/2024 11:32:48 PM, C:\Games\Path Game\ExileApi-Compiled-3.25\Plugins\Source\VillageHelper-master\VillageHelper.cs(340, 11

] CS0246: The type or namespace name 'BaseVillageWorker' could not be found (are you missing a using directive or an assembly reference?)
same!
happens with marketrwizard too
but i just updated my exileapi
Build failed:
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(51, 42)] CS1061:
'CurrencyExchangePanel' does not contain a definition for 'OfferedItemStock' and
no accessible extension method 'OfferedItemStock' accepting a first argument of
type 'CurrencyExchangePanel' could be found (are you missing a using directive
or an assembly reference?)
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(53, 41)] CS1061:
'CurrencyExchangePanel' does not contain a definition for 'WantedItemStock' and
no accessible extension method 'WantedItemStock' accepting a first argument of
type 'CurrencyExchangePanel' could be found (are you missing a using directive
or an assembly reference?)
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(65, 49)] CS1061:
'CurrencyExchangePanel' does not contain a definition for 'WantedItemStock' and
no accessible extension method 'WantedItemStock' accepting a first argument of
type 'CurrencyExchangePanel' could be found (are you missing a using directive
or an assembly reference?)
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(66, 50)] CS1061:
'CurrencyExchangePanel' does not contain a definition for 'OfferedItemStock' and
no accessible extension method 'OfferedItemStock' accepting a first argument of
type 'CurrencyExchangePanel' could be found (are you missing a using directive
or an assembly reference?)
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(107, 67)]
CS0411: The type arguments for method 'Enumerable.SelectMany<TSource,
TResult>(IEnumerable<TSource>, Func<TSource, IEnumerable<TResult>>)' cannot be
inferred from the usage. Try specifying the type arguments explicitly.
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(116, 69)]
CS0411: The type arguments for method 'Enumerable.SelectMany<TSource,
TResult>(IEnumerable<TSource>, Func<TSource, IEnumerable<TResult>>)' cannot be
inferred from the usage. Try specifying the type arguments explicitly.
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(124, 4
]
CS0021: Cannot apply indexing with [] to an expression of type 'TResult'
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(124, 75)]
CS0021: Cannot apply indexing with [] to an expression of type 'TResult'
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(130, 4
]
CS0021: Cannot apply indexing with [] to an expression of type 'TResult'
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(130, 75)]
CS0021: Cannot apply indexing with [] to an expression of type 'TResult'
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(270, 77)]
CS1061: 'CurrencyExchangePanel' does not contain a definition for
'WantedItemStock' and no accessible extension method 'WantedItemStock' accepting
a first argument of type 'CurrencyExchangePanel' could be found (are you missing
a using directive or an assembly reference?)
[07/08/2024 13:05:24,
C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(271, 7
]
CS1061: 'CurrencyExchangePanel' does not contain a definition for
'OfferedItemStock' and no accessible extension method 'OfferedItemStock'
accepting a first argument of type 'CurrencyExchangePanel' could be found (are
you missing a using directive or an assembly reference?)
and for village helper its
Build failed:
[07/08/2024 13:05:30,
C:\Poe\exile\Plugins\Source\VillageHelper-master\VillageHelper.cs(432, 109)]
CS1061: 'VillageJob' does not contain a definition for 'Discriminator' and no
accessible extension method 'Discriminator' accepting a first argument of type
'VillageJob' could be found (are you missing a using directive or an assembly
reference?)
[07/08/2024 13:05:30,
C:\Poe\exile\Plugins\Source\VillageHelper-master\VillageHelper.cs(472, 109)]
CS1061: 'VillageJob' does not contain a definition for 'Discriminator' and no
accessible extension method 'Discriminator' accepting a first argument of type
'VillageJob' could be found (are you missing a using directive or an assembly
reference?)
Last edited by caspaas; 08-07-2024 at 06:07 AM.