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

How many instances per hour does exilebuddy limit?

DocBrown

Member
Joined
Mar 24, 2015
Messages
362
Reaction score
11
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