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 [HR][/HR] OK, solution is quite easy. Swap "Functions" in line 875, 1397, 1752 & 1763 with "PlayerMover" ^^ [HR][/HR] Ahm another "problem". When Piety ports outside the screen region, he just stands there, waiting for her to ... reappear? ^^
Sorry I was busy with some personal things for a few days. Here is the new working version of pietyfight View attachment PietyFight.zip
Sorry, I edited it out of the first post but Pushedx has made several changes to the exampleroutine, so for now I would recommend using the new version of exampleroutine until I have edited it with my changes.
All plugins have been updated in the original post. Also re-added custom version of Exampleroutine for those interested in using it.
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.
Hmm I'm not sure whats causing the stuckdetection error.. but the Pietyfight error was caused by me uploading the wrong version ^^. Pietyfight issue is resolved just re-download the link on the first post.
Post edited for multiple reasons.. Stuckdetection has a new version which can be found in its own thread. Exampleroutine removed.
Hi, Any way to make this work with Advancedgrindzone changer? If i activate this Plugin it keep repeating Lunaris temple level 3. Would like it to run Piety and Dominus.
Hi, working with Piety plugin. It does run fine but not looting after the fight, can you please have a look at it? Other users already reported the same issue. thanks!
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?
None of the 2, it does loot fine until it enters piety room..I will try to disable other plugins. Edit: made some tests, the "bad" guy is LowFpsHelper, if I disable it does loot but farm speed is extremely slow.
I`m getting something like this :/ Piety plugin disables it self and Quest Plugin is disabled anyway SupportedClientVersion: 1.3.1.8 Reloading AssemblyLoader<Loki.Bot.IBot> - Initializing Reloading AssemblyLoader<Loki.Bot.IRoutine> - Initializing [BasicGrindBot] This class is the new bot. Now setting up bot specific stuff. Current bot set to BasicGrindBot. Compiler Error: c:\Users\xxxxx\Desktop\helomoto\Routines\ExampleRoutine\ExampleRoutine.cs(1121,55) : error CS1061: 'Loki.Game.Objects.LocalPlayer' does not contain a definition for 'HasHearldOfAshBuff' and no extension method 'HasHearldOfAshBuff' accepting a first argument of type 'Loki.Game.Objects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) Compiler Error: c:\Users\xxxxx\Desktop\helomoto\Routines\ExampleRoutine\ExampleRoutine.cs(1144,55) : error CS1061: 'Loki.Game.Objects.LocalPlayer' does not contain a definition for 'HasHearldOfIceBuff' and no extension method 'HasHearldOfIceBuff' accepting a first argument of type 'Loki.Game.Objects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) Reloading AssemblyLoader<Loki.Bot.IPlugin> - Initializing Current routine set to NullRoutine. Compiler Error: c:\Users\xxxxx\Desktop\helomoto\Plugins\QuestPlugin\QuestPlugin.cs(22,7) : error CS0246: The type or namespace name 'ExampleRoutine' could not be found (are you missing a using directive or an assembly reference?)