What reloggers work with this and giles loot stasher. I have a problem because it doesnt use the giles
public void OnEnabled()
{
if (!Directory.Exists(pluginPath))
{
Log("Fatal Error - cannot enable plugin. Invalid path: " + pluginPath);
Log("Please check you have installed the plugin to the correct location, and then restart DemonBuddy and re-enable the plugin.");
Log(@"Plugin should be installed to \<DemonBuddyFolder>\Plugins\GilesStashReplacer\");
}
else
{
LoadConfiguration();
Log("****************************");
Log("Locked and Loaded!");
Log("DB's item handling now replaced");
Log("****************************");
Zeta.CommonBot.BotMain.OnStart += GilesStashReplacerHandleBotStart;
Zeta.CommonBot.BotMain.OnStop += GilesStashReplacerHandleBotStop;
Zeta.CommonBot.GameEvents.OnGameJoined += GilesStashReplacerOnJoinGame;
Zeta.CommonBot.GameEvents.OnGameLeft += GilesStashReplacerOnLeaveGame;
if (Zeta.CommonBot.BotMain.IsRunning)
{
GilesStashReplacerHandleBotStart(null);
if (ZetaDia.IsInGame)
GilesStashReplacerOnJoinGame(null, null);
}
}
}
public void OnEnabled()
{
if (!Directory.Exists(pluginPath))
{
Log("Fatal Error - cannot enable plugin. Invalid path: " + pluginPath);
Log("Please check you have installed the plugin to the correct location, and then restart DemonBuddy and re-enable the plugin.");
Log(@"Plugin should be installed to \<DemonBuddyFolder>\Plugins\GilesCombatReplacer\");
}
else
{
LoadConfiguration();
Zeta.CommonBot.BotMain.OnStart += GilesCombatBotStart;
Zeta.CommonBot.GameEvents.OnPlayerDied += GilesCombatOnDeath;
ITargetingProvider newTargetingProvider = new GilesCombatTargetingReplacer();
CombatTargeting.Instance.Provider = newTargetingProvider;
Log("ENABLED: Giles combat replacer now in effect!");
if (Zeta.CommonBot.BotMain.IsRunning)
GilesCombatBotStart(null);
}
}
Which profile switcher ? I am using CIGGARC plugin and seems to be working just fine without any changesAnd if the giles isnt the problem its the profile switchers