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

pluging legacy problem

wei

Member
Joined
Nov 10, 2012
Messages
49
Reaction score
0
Cannot load [LegacyPlugin] because an exception occurred ...\LegacyPlugin\Content-455487663\LegacyPlugin.cs(84,33) : 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.
...\LegacyPlugin\Content-455487663\Tasks\RecoverLeaguestonesTask.cs(47,33) : error CS0117: 'LibCoroutines' does not contain a definition for 'OpenChallengesPanel'
...\LegacyPlugin\Content-455487663\Tasks\EquipLeaguestonesTask.cs(135,31) : error CS1061: 'CachedItemObject' does not contain a definition for 'IsLeaguestoneType' and no extension method 'IsLeaguestoneType' accepting a first argument of type 'CachedItemObject' could be found (are you missing a using directive or an assembly reference?)
].
...\LegacyPlugin\Content-455487663\LegacyPlugin.cs(84,33) : 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.
...\LegacyPlugin\Content-455487663\Tasks\RecoverLeaguestonesTask.cs(47,33) : error CS0117: 'LibCoroutines' does not contain a definition for 'OpenChallengesPanel'
...\LegacyPlugin\Content-455487663\Tasks\EquipLeaguestonesTask.cs(135,31) : error CS1061: 'CachedItemObject' does not contain a definition for 'IsLeaguestoneType' and no extension method 'IsLeaguestoneType' accepting a first argument of type 'CachedItemObject' could be found (are you missing a using directive or an assembly reference?)

at Loki.Bot.ThirdPartyLoader.‏‬‍‌‎‌‌‎‮‍‪‬‮‭‬‏‫‭‌‎‮‍‮‮(Dictionary`2 , String )
 
Back
Top