Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\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?)
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\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
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\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?)
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\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
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\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.
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\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.
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\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.
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\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.
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\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.