thenotorious
Member
- Joined
- Aug 23, 2014
- Messages
- 85
semm to be working, no error on load
thanks
thanks
Compiler Error: f:\Documents\ExilebuddyBETA 0.1.2740.---\Routines\ExampleRoutine\ExampleRoutine.cs(875,26) : error CS0103: The name 'Functions' does not exist in the current context
Compiler Error: f:\Documents\ExilebuddyBETA 0.1.2740.---\Routines\ExampleRoutine\ExampleRoutine.cs(1397,26) : error CS0103: The name 'Functions' does not exist in the current context
Compiler Error: f:\Documents\ExilebuddyBETA 0.1.2740.---\Routines\ExampleRoutine\ExampleRoutine.cs(1752,30) : error CS0103: The name 'Functions' does not exist in the current context
Compiler Error: f:\Documents\ExilebuddyBETA 0.1.2740.---\Routines\ExampleRoutine\ExampleRoutine.cs(1763,30) : error CS0103: The name 'Functions' does not exist in the current context
Code:Compiler Error: f:\Documents\ExilebuddyBETA 0.1.2740.---\Routines\ExampleRoutine\ExampleRoutine.cs(875,26) : error CS0103: The name 'Functions' does not exist in the current context Compiler Error: f:\Documents\ExilebuddyBETA 0.1.2740.---\Routines\ExampleRoutine\ExampleRoutine.cs(1397,26) : error CS0103: The name 'Functions' does not exist in the current context Compiler Error: f:\Documents\ExilebuddyBETA 0.1.2740.---\Routines\ExampleRoutine\ExampleRoutine.cs(1752,30) : error CS0103: The name 'Functions' does not exist in the current context Compiler Error: f:\Documents\ExilebuddyBETA 0.1.2740.---\Routines\ExampleRoutine\ExampleRoutine.cs(1763,30) : error CS0103: The name 'Functions' does not exist in the current context
Getting this :x
OK, solution is quite easy. Swap "Functions" in line 875, 1397, 1752 & 1763 with "PlayerMover" ^^
Ahm another "problem". When Piety ports outside the screen region, he just stands there, waiting for her to ... reappear? ^^
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\StuckDetection\StuckDetection.cs(208,59) : error CS0176: Member 'Loki.Bot.v3.AreaStateCache.CorruptedAreaParentId.get' cannot be accessed with an instance reference; qualify it with a type name instead
AreaStateCache.SetNewInstanceOverride(AreaStateCache.Current.CorruptedAreaParentId, true);
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\PietyFight\PietyFight.cs(226,25) : error CS0103: The name 'Functions' does not exist in the current context
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\PietyFight\PietyFight.cs(219,37) : 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.
hmm getting this :x
Code:Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\StuckDetection\StuckDetection.cs(208,59) : error CS0176: Member 'Loki.Bot.v3.AreaStateCache.CorruptedAreaParentId.get' cannot be accessed with an instance reference; qualify it with a type name instead
Line:Code:AreaStateCache.SetNewInstanceOverride(AreaStateCache.Current.CorruptedAreaParentId, true);
And this :x
Code:Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\PietyFight\PietyFight.cs(226,25) : error CS0103: The name 'Functions' does not exist in the current context Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\PietyFight\PietyFight.cs(219,37) : 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.
I had it running for a few hours today and i dont have that issue. It works flawlessly, aka as advertised.
edit,
are you using advancedgrindzonechanger plugin?