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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Plugin] MapRunner

Status
Not open for further replies.
Anjin
Please do not use MapRunner and OverwordAreaTweaks simultaneously. This is stated on the first page in bold, haven't you read that?
 
Anjin
Please do not use MapRunner and OverwordAreaTweaks simultaneously. This is stated on the first page in bold, haven't you read that?
Hey ExVault,
Oh I didn't see that.
Um yea just do this on start

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
                }
Then we don't worry about this problem anymore =).
 
Or people should l2r the first post where the instructions are . . .
 
Or people should l2r the first post where the instructions are . . .
Hey IeU,
I've learned that most of the time people won't read, hence why I code things I know what people are going to do to prevent what they shouldn't do lol.
Hope that makes sense =).
 
Hey ExVault,
Oh I didn't see that.
Um yea just do this on start

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
                }
Then we don't worry about this problem anymore =).
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?

shoor u can doud. Well, I'm really enthusiast for the upcoming version, the actual one is already working nicelyyy, sweet orbs #Kappa

I'm really hyped for the inventory space handling (less townruns, optimizatiooooon !)

Nice work bru, 100% afk bots are delicious to watch ;)
 
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 ;)
 
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 ;)

I definitely agree to this ;D but well, not a major issue, keep enhancing this plugin, it's awesomeeeeeeeeee
 
I also encounter that dreadful loop of doom from time to time. I will look at this issue more closely.
 
Map seller

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?
 
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.
 
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.
 
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.

For those having "clearing issues" open the MapRunner.cs and search for "Remaining" set it to anything higher than 0
 
Status
Not open for further replies.
Back
Top