March 27, 20179 yr 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 ;)
March 29, 20179 yr 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
Create an account or sign in to comment