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

Masters Plugin

naut

Community Developer
Joined
Feb 9, 2012
Messages
277
Reaction score
21
This is a work in progress, but with multiple people asking I thought I would make a post so it is known that it is being worked on.

Current Stage of Development:
-Detect any master within range of your character
-Move to master
-Interact with master
-Move to portal created by master
-Interact with portal
-Specify which masters you would like to farm by inputting "1" or "0" in the settings tab.

To Do:
-Code quest events for each master. If anyone is able to write a detailed writeup for all possible cases of events for each master that would be a big help.

View attachment Masters.zip

Keep an eye on the last time this post was edited, if it was edited since the last time you downloaded the file a new version has been posted.
 
Last edited:
hmm, did I copy sth wrong? :x

Code:
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(241,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(260,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(271,43) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(290,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(301,43) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(320,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(339,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(358,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(377,37) : error CS1002: ; expected
 
hmm, did I copy sth wrong? :x

Code:
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(241,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(260,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(271,43) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(290,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(301,43) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(320,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(339,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(358,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(377,37) : error CS1002: ; expected
Just open Masters.cs in notepad or some other text editor. Find the lines that say
Code:
Coroutines.InteractWith(MASTER'S NAME HERE)
and add a semicolon to the end. So this:
Code:
Coroutines.InteractWith(Zana)
should be
Code:
Coroutines.InteractWith(Zana);
 
hmm, did I copy sth wrong? :x

Code:
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(241,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(260,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(271,43) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(290,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(301,43) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(320,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(339,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(358,37) : error CS1002: ; expected
Compiler Error: f:\Documents\ExilebuddyBETA\Plugins\Masters\Masters.cs(377,37) : error CS1002: ; expected

Ah my bad, was late at night stupid error on my part. I uploaded the fix for this, redownload the link in the first post.
 
Getting tons of errors at the start, not sure what am i doing wrong . . .

Code:
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(231,37) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(233,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(241,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(245,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(250,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(252,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(260,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(263,16) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(271,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(275,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(280,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(282,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(290,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(293,16) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(301,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(305,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(310,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(312,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(320,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(324,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(329,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(331,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(339,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(343,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(348,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(350,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(358,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(362,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(367,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(369,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(377,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(381,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.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.
 
Getting tons of errors at the start, not sure what am i doing wrong . . .

Code:
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(231,37) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(233,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(241,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(245,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(250,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(252,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(260,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(263,16) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(271,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(275,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(280,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(282,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(290,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(293,16) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(301,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(305,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(310,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(312,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(320,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(324,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(329,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(331,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(339,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(343,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(348,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(350,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(358,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(362,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(367,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(369,31) : error CS1061: 'Loki.Game.Objects.Npc' does not contain a definition for 'IsDead' and no extension method 'IsDead' accepting a first argument of type 'Loki.Game.Objects.Npc' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(377,8) : 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.
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.cs(381,25) : error CS0103: The name 'ExampleRoutineSettings' does not exist in the current context
Compiler Error: c:\Users\User\Desktop\My PoE Tools\ExilebuddyBETA 0.1.2781.921\Plugins\Masters\Masters.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.


As it says in the first post.. this is a work in progress. It is not fully ready to be used yet.

People were asking about the progress so I made this to let that be known and incase anyone wanted to take it upon themselves to help out a bit.
 
Last edited:
All compile error issues have been resolved.

New version uploaded in the original post.
 
Last edited:
All compile error issues have been resolved.

New version uploaded in the original post.
after I finish polishing my plugin i'll give you a hand with dumping data for quests you get in the wild.
 
so far the bot doesn't do anything with masters... just pass by and doesn't interact, all master are set to 1 in plugin...
 
so far the bot doesn't do anything with masters... just pass by and doesn't interact, all master are set to 1 in plugin...

Yes I have to discuss this with pushed, all the logic is in place to interact with them however it is not detecting them in game.
 
Yes I have to discuss this with pushed, all the logic is in place to interact with them however it is not detecting them in game.

Find
Code:
 if (!TaskManager.AddAfter(new HandleMasters(), "ExploreTask"))

Change to
Code:
 if (!TaskManager.AddBefore(new HandleMasters(), "ExploreTask"))

Should fix it.

I'm going to change my logic to detect masters inside the Tick(); instead of the sync, it does it smoother for some reason, but the logic will be inside the async.
 
Find
Code:
 if (!TaskManager.AddAfter(new HandleMasters(), "ExploreTask"))

Change to
Code:
 if (!TaskManager.AddBefore(new HandleMasters(), "ExploreTask"))

Should fix it.

I'm going to change my logic to detect masters inside the Tick(); instead of the sync, it does it smoother for some reason, but the logic will be inside the async.

Yes I picked up on that shortly after making my last post :P

The logic needs to remain in async if you want to use coroutines.

Download updated in original post with mutliple additions.
 
now the bot interact with master, but it's like it's trying to exit the game in loop. it escape get back to game then hit escape...in loop
 
now the bot interact with master, but it's like it's trying to exit the game in loop. it escape get back to game then hit escape...in loop
It's because of the return true;
Let me finish up my quest plugin with working tasks(it's a mess atm because i'm trying to parse quest data and breaking things here and there), but I do have a Working releasable version with info on why the looping esc.
 
now the bot interact with master, but it's like it's trying to exit the game in loop. it escape get back to game then hit escape...in loop

Yes at it says in the first post this is not working yet. It loops interaction because it is not coded to do anything past that yet.
 
Back
Top