taozi
Community Developer
- Joined
- Nov 10, 2012
- Messages
- 163
- Reaction score
- 1
If you have compiler error such as "Cannot implicitly convert type 'long' to 'int'", please update to the newest simple follow version from the first page, use download link, the svn link was not updated yet, some data provided by DB have been changed from type 'int' to 'long' since beta 519, hence the error.
Simple follow wont even laod in my list of plugins, upon investigating further i found demonbuddy saying this to me. Any help is much appreciated.
2015-05-25 23:23:11,088 [1] INFO AssemblyLoader`1 (null) - Compiler Error: c:\Users\Unicorn\Demonbuddy\Demonbuddy\Plugins\SimpleFollow\Behaviors\FollowerOpenRift.cs(30,84) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
2015-05-25 23:23:11,090 [1] INFO AssemblyLoader`1 (null) - Compiler Error: c:\Users\Unicorn\Demonbuddy\Demonbuddy\Plugins\SimpleFollow\Behaviors\FollowerOpenRift.cs(30,84) : error CS1662: Cannot convert lambda expression to delegate type 'System.Func<Zeta.Game.Internals.Actors.ACDItem,int>' because some of the return types in the block are not implicitly convertible to the delegate return type
2015-05-25 23:23:11,092 [1] INFO AssemblyLoader`1 (null) - Compiler Error: c:\Users\Unicorn\Demonbuddy\Demonbuddy\Plugins\SimpleFollow\Behaviors\FollowerOpenRift.cs(31,76) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
2015-05-25 23:23:11,099 [1] INFO AssemblyLoader`1 (null) - Compiler Error: c:\Users\Unicorn\Demonbuddy\Demonbuddy\Plugins\SimpleFollow\Behaviors\FollowerOpenRift.cs(31,76) : error CS1662: Cannot convert lambda expression to delegate type 'System.Func<Zeta.Game.Internals.Actors.ACDItem,int>' because some of the return types in the block are not implicitly convertible to the delegate return type
2015-05-25 23:23:11,107 [1] INFO AssemblyLoader`1 (null) - Compiler Error: c:\Users\Unicorn\Demonbuddy\Demonbuddy\Plugins\SimpleFollow\Behaviors\FollowerTakeWaypoint.cs(16,41) : 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.
2015-05-25 23:23:11,109 [1] INFO AssemblyLoader`1 (null) - Compiler Error: c:\Users\Unicorn\Demonbuddy\Demonbuddy\Plugins\SimpleFollow\ProfileBehaviors\FollowTag.cs(394,34) : 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.
2015-05-25 23:23:11,112 [1] INFO AssemblyLoader`1 (null) - Compiler Error: c:\Users\Unicorn\Demonbuddy\Demonbuddy\Plugins\SimpleFollow\ProfileBehaviors\FollowTag.cs(447,34) : 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.
2015-05-25 23:23:11,113 [1] INFO AssemblyLoader`1 (null) - Compiler Error: c:\Users\Unicorn\Demonbuddy\Demonbuddy\Plugins\SimpleFollow\ProfileBehaviors\FollowTag.cs(738,41) : 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.
2015-05-25 23:23:11,115 [1] INFO AssemblyLoader`1 (null) - Compiler Error: c:\Users\Unicorn\Demonbuddy\Demonbuddy\Plugins\SimpleFollow\ProfileBehaviors\FollowTag.cs(984,17) : warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.