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!

How many instances per hour does exilebuddy limit?

DocBrown

Member
Joined
Mar 24, 2015
Messages
362
Is there a limit that exilebuddy uses to create instances per hour? If so, is there a way I can take it off?
 
The OldGrindBot implementation will check the Instance Manager gui for a certain number of instances to help catch any issues with plugins, or other bugs where too many instances could be created. There is no "instance limit per hour" feature/limitation itself though. If you're running into a TooManyInstances error, then you can change the default, which is 10, to something higher. You just need to execute some code:
Code:
Loki.Bot.Logic.Bots.OldGrindBot.TravelToGrindZoneTask.MaxInstances = 20; // or w/e value you want

You can do it in Start in a plugin or routine and you should be good to go.
 
thank you pushedx. Malachi was half the man you are
 
Last edited:
Back
Top