Hey ExVault,Anjin
Please do not use MapRunner and OverwordAreaTweaks simultaneously. This is stated on the first page in bold, haven't you read that?
var plugin = PluginManager.EnabledPlugins.FirstOrDefault(n => n.Name == "OverwordAreaTweaks");
if (plugin != null)
{
Log.ErrorFormat("OverwordAreaTweaks Is Enabled, will cause issues with this plugin. Disabling it.");
PluginManager.Disable(plugin);
// you have your IPlugin, and it's in EnabledPlugins
}
Hey IeU,Or people should l2r the first post where the instructions are . . .
Yep, thats already done in upcoming versionHey ExVault,
Oh I didn't see that.
Um yea just do this on start
Then we don't worry about this problem anymore =).Code:var plugin = PluginManager.EnabledPlugins.FirstOrDefault(n => n.Name == "OverwordAreaTweaks"); if (plugin != null) { Log.ErrorFormat("OverwordAreaTweaks Is Enabled, will cause issues with this plugin. Disabling it."); PluginManager.Disable(plugin); // you have your IPlugin, and it's in EnabledPlugins }
Hey ExVault,Yep, thats already done in upcoming version
Though, I made a messagebox with error instead of straight disabling.
>Or people should l2r the first post where the instructions are . . .
tl;dr i haz can be banned?
Thanks man.Just tried this out, works really well. Will be using this a lot from now on. Nice work!
First, thanks for the GREAT map runner plugin ExVault!
Then my question: Would it be impossible to add option to (re)cast auras before entering map?
I mean there is situation when bot dies at the boss, then it will enter the map and as this plugin makes portal into boss room -> casting 4 auras surrounded by boss and blues is often fatal (atleast for my cheap toons). This is going to loop until portals are gone.
I have zero understanding about the code in this runner / cr, so if it's totally dumbass question - read only the thank you part of the post![]()
The bot keeps trying to sell all my maps and i'm not sure why, is this a problem any one else has had? how do i fix it?
there is an option called like upgrade level. turn that time to 0 and set the maps to 66.
This will stop the bot from upgrading 3 of a kind to the next level of maps.
My character keeps running back and forth throughout the map even after its completely cleared, eventually he leaves but he wastes a lot of time how do i stop that.
By completely cleared, do you mean that there aren't any monsters left? If so, this seems like a bug.
If not, the bot is designed to full clear. If you follow the log, the bot searches monsters, and once all are dead, it checks using /remaining, then exits. Once it gets the '0 monsters remaining', it'll exit 100% of the time.