What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

NEED HELP SETTING UP AIF

touchmy

New Member
Joined
Feb 3, 2015
Messages
7
Reaction score
0
THIS IS THE ERROR I'M GETTING ATM

Cannot load [AdvancedItemFilter] because an exception occurred [C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\AdvancedItemFilter.cs(121,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\Tasks\IdentifyItems.cs(54,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\Tasks\OverlordTask.cs(73,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\Helpers\MiscHelpers.cs(47,38) : error CS0117: 'BotManager' does not contain a definition for 'CurrentBot'
C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\Tasks\StashToSpecificTab.cs(121,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
].
System.Exception: C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\AdvancedItemFilter.cs(121,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\Tasks\IdentifyItems.cs(54,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\Tasks\OverlordTask.cs(73,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\Helpers\MiscHelpers.cs(47,38) : error CS0117: 'BotManager' does not contain a definition for 'CurrentBot'
C:\Users\zahle\Documents\EB25535366\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-407296\Tasks\StashToSpecificTab.cs(121,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
at Loki.Bot.ThirdPartyLoader.‌‮‬‌‪‭‫‭‌‍‭‭‎‭‌‪‪‎‪‍‫‫‫‭‫‫‮(Dictionary`2 , String )
 
Back
Top