markoleet 0 Posted March 27, 2017 Share Posted March 27, 2017 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 More sharing options...
Droidz 2736 Posted March 29, 2017 Share Posted March 29, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now