I have made the changes on the GoldInactivityTimer.cs file to change the Inactivity Timer to 300 and the path for the start profile.xml that I am using, saved it like this:
public static bool bForceStartProfile = true;
public static string startProfile = @"C:\Users\leme\Desktop\DB\A3ChampHunt\BigRed_START_HERE.xml";
public static int expireSeconds = 300;
But when I run it on DB I get:
[19:32:14.863 N] [GoldInactivityTimer]: Gold Inactivity Expire Timer is set to 225 seconds
[19:32:14.863 N] [GoldInactivityTimer]: Gold Inactivity Force Start Profile Disabled.
[19:32:14.863 N] [GoldInactivityTimer]: Your start Profile does not exsits, please check your profile path. C:\Profile\A3\START.xml
For some reason its not detecting the configs that I made. Why is that? Using 0.3 version.
public static bool bForceStartProfile = true;
public static string startProfile = @"C:\Users\leme\Desktop\DB\A3ChampHunt\BigRed_START_HERE.xml";
public static int expireSeconds = 300;
But when I run it on DB I get:
[19:32:14.863 N] [GoldInactivityTimer]: Gold Inactivity Expire Timer is set to 225 seconds
[19:32:14.863 N] [GoldInactivityTimer]: Gold Inactivity Force Start Profile Disabled.
[19:32:14.863 N] [GoldInactivityTimer]: Your start Profile does not exsits, please check your profile path. C:\Profile\A3\START.xml
For some reason its not detecting the configs that I made. Why is that? Using 0.3 version.