Well, the .zip file I uploaded in page 12(last post that page) contains InteractReset.cs and Template(dir).
The folder contains 4 files, Exit, Farm, Return. If InteractReset is setup proper, it will change profiles automaticly.
So start with open up InteractReset.cs (just open with notepad.
Make sure the settings looks like this:
Code:
#region Settings
private readonly WaitTimer _intReset = new WaitTimer(new TimeSpan(0, 14, 0)); //Reset Timer H/M/S
private readonly WaitTimer _intDoorcd = new WaitTimer(new TimeSpan(0, 0, 35)); //Interact with Door Cooldown H/M/S
private readonly WaitTimer _intDoorcdi = new WaitTimer(new TimeSpan(0, 0, 15)); //Interact with Door Cooldown H/M/S
private static string farmProf = Application.StartupPath + "\\Plugins\\InteractReset\\Profiles\\Template\\Farm.xml"; //Instance Farming Profile directory
private static string exitProf = Application.StartupPath + "\\Plugins\\InteractReset\\Profiles\\Template\\Exit.xml"; //Instance Exit Portal directory
private static string vendorProf = Application.StartupPath + "\\Plugins\\InteractReset\\Profiles\\Template\\Vendor.xml"; //Vendor profile directory
private static string returnProf = Application.StartupPath + "\\Plugins\\InteractReset\\Profiles\\Template\\Return.xml"; //Vendor Return profile directory
private static bool openGate = false; //Open Doors/Gates
private static bool wantVendor = false; //Vendor on bags full
private static bool wantTimer = true; //Use Reset Timers
private static bool npcReset = false; //Use NPC Dead Reset
private static int npcID = 17796; //End Npc ID
private static int freeBS = 4; //Minimum Bagslots until vendor, Must match Vendor Profile value
#endregion
#region Defaults
private static string currentProf = farmProf;
private static bool needReset = false;
private static bool goVendor = false;
#endregion
Now, set HB to Grind bot, move to or close to SteamVault, Load "Farm" profile from TEMPLATE folder.
Hit start.
Then, watch your toon sweep through the instance and when 14mins has passed the toon will exit+reset+re-enter the instance, doing it all over again.
IF this does not work for you, atleast I need more info, post log or something.
Good luck now mate