Jump to content

Bot stuck limit + ICustomClass


markoleet

Recommended Posts

Hey, 2 questions here

1. How can i change the 50 stucks logout limit ?
2. Where can i find the ICustomClass that is being extended (public class Main : ICustomClass )? 

Thanks in advance ;)

Link to comment
Share on other sites

Hello,

1: 

        wManager.wManagerSetting.CurrentSetting.CloseAfterXBlockagesActive = true;
        wManager.wManagerSetting.CurrentSetting.CloseAfterXBlockagesLatest10Minutes = 25;

2: You cannot access at fightclass instance, but you can get fightclass file here: 

wManager.wManagerSetting.CurrentSetting.CustomClass

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...