You can use this plugin to automate the process of closing unfinished GRs: If you get close enough to Orek, he'll talk to him to close a GR you'd rather not finish. By default, it will only work in a group: the plugin will first check that all other players have left the game (menu) to start the process, and when the GR is closing, it will write a predefined message (msgParty) to the group to tell them to rejoin. To avoid unwanted plugin activations, you will be required to get close enough to Orek (to a distance less than distanceOrekMax). If OnlyWorkInParty is set to false, you can also use it when playing solo; the only difference is that it won't write any text at the end.
The plugin doesn't work if d3 is not in the foreground.Code:Hud.RunOnPlugin<Ez.TalkToOrekPlugin>(plugin => { plugin.Enabled = true; // enable or disable the plugin plugin.distanceOrekMax = 8.0f; // maximum distance to activate the process plugin.OnlyWorkInParty = true; // set to false to work when playing solo plugin.msgParty = "+"; // predefined message. Example: "+", "++", "continue/come/join/enter", etc. } );
This plugin is designed for TurboHud Free users.
It's automation, use it at your own risk.
Download => Plugins\Ez\TalkToOrekPlugin.cs