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.
MyKogInYourAshe
Your error originates from combat routine and has nothing to do with MapRunner. Please report it on support forums.
 
The Map Ignoring isn't working for me actually - it worked flawlessly a week ago.

Example: Ignore by affix I added Mirrored and Punishing. He still opens those reflect maps. :-/
 
The Map Ignoring isn't working for me actually - it worked flawlessly a week ago.

Example: Ignore by affix I added Mirrored and Punishing. He still opens those reflect maps. :-/

Ignoring simply by map name also doesn't work.
 
Checked all Typos, Blacklisted Maps by Name and by Affixes - does not work at all for me.

Thicket Map - anything wrong with the name? Typos? Well, I dont see any^^ It just entered it 2 Minutes ago.

As I said, it worked a few days ago without any problems - now it does not since 1-2 Bot Updates :-/
 
Maybe I'm retarded but the "Ignore Boss Room" option doesn't allow me to input "Crematorium Map" as an option, keeps on saying it is not a valid name. Anyone know of a workaround or fix for this?
 
Maybe I'm retarded but the "Ignore Boss Room" option doesn't allow me to input "Crematorium Map" as an option, keeps on saying it is not a valid name. Anyone know of a workaround or fix for this?
Crematorium does not have a bossroom, its a multilevel map.
 
Bot has no idea which level player is currently on.

I know you don't like coding a bunch for one map, but an idea.. would it be possible for an internal counter (specific to that map) that tracks how many transitions you've taken? Specifically to that map you can't go back, so there would be no way for the bot to get confused by taking a transition back down and adding a count to it. So basically "If (crematorium.areatransitioncount == 4) then quit" or something along those lines (if Crematorium is blacklisted under Boss Rooms). I know in the log it displays area transitions, I don't know if the bot can keep track of them in some regard.
 
Last edited:
But why? You can simply add Megaera to mob ignore list and bot will finish current map as soon as he enters last Crematorium level.
 
Does Maprunner work with currency stash tabs? (no other plugins)
 
Last edited:
I'm getting an error.. New to this kind of thing. Any help?

Cannot load [MapRunner] because an exception occurred [E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\AreaTransitionTask.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(2,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\SellMapTask.cs(3,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(4,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(23,43) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(35,50) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(55,48) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(90,54) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\ItemHelper.cs(20,94) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(82,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(97,73) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(97,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
].
System.Exception: E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\AreaTransitionTask.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(2,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\SellMapTask.cs(3,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(4,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(23,43) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(35,50) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(55,48) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(90,54) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\ItemHelper.cs(20,94) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(82,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(97,73) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(97,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)

at Loki.Bot.ThirdPartyLoader.‬*‎‏‎‏​​‬‎​‎*‫*‬‪‫**‪*(Dictionary`2 , String )
 
Have issues clearing? it uses mob detection instead, and their location
Well, if I understand correctly it doesn't know if that last spot at the far side of the map is empty spot or a tunnel to another dimension with 500 mobs in it, so it always runs back to check it out, only to find noone there, or maybe a single mob. Which both are a waste of time and bad for efficiency. It should instead be able to just skip 20-40 monsters if they are nowhere near the bot and considering the boss is already dead/ignored. /Remaining could help with that.
 
Status
Not open for further replies.
Back
Top