Fix I actually figured it out on my own and fixed it. It seems that you need to add ( // ) to the 3 codes. Copy this and replace what you have, should fix it. -AdamHandler if (LogoutAtCap && WoWCurrency.GetCurrencyByType(WoWCurrencyType.HonorPoints).Amount > 3750 && WoWCurrency.GetCurrencyByType(WoWCurrencyType.JusticePoints).Amount > 3750) { // Slog("HonorPoints and Justice Points are Capped! Logging out!"); // InactivityDetector.ForceLogout(true); // return; } if (LogOutHPCap && WoWCurrency.GetCurrencyByType(WoWCurrencyType.HonorPoints).Amount > 3750) { // Slog("Honor Points Are Capped. Logging Out!"); // InactivityDetector.ForceLogout(true); // return; } if (LogOutJPCap && WoWCurrency.GetCurrencyByType(WoWCurrencyType.JusticePoints).Amount > 3750) { // Slog("Justice Points are Capped! Logging out!"); // InactivityDetector.ForceLogout(true); // return;
Using with 5.4.7 getting this compiler error message, using the latest from the SVN. Compiler Error: d:\Program Files (x86)\Honor Buddy\Plugins\MrGearBuyer\MrGearBuyer.cs(146,36) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout' Compiler Error: d:\Program Files (x86)\Honor Buddy\Plugins\MrGearBuyer\MrGearBuyer.cs(152,36) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout' Compiler Error: d:\Program Files (x86)\Honor Buddy\Plugins\MrGearBuyer\MrGearBuyer.cs(158,36) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout'
FIX FOR ERROR / NOT SHOWING UP IN LIST Go into the mr.gearbuyer folder in plugins. Open it with Note pad then use Ctrl F and type in ForceLogout to find the 3 scripts if (LogoutAtCap && WoWCurrency.GetCurrencyByType(WoWCurrencyType.Hono rPoints).Amount > 3750 && WoWCurrency.GetCurrencyByType(WoWCurrencyType.Just icePoints).Amount > 3750) { // Slog("HonorPoints and Justice Points are Capped! Logging out!"); // InactivityDetector.ForceLogout(true); // return; } if (LogOutHPCap && WoWCurrency.GetCurrencyByType(WoWCurrencyType.Hono rPoints).Amount > 3750) { // Slog("Honor Points Are Capped. Logging Out!"); // InactivityDetector.ForceLogout(true); // return; } if (LogOutJPCap && WoWCurrency.GetCurrencyByType(WoWCurrencyType.Just icePoints).Amount > 3750) { // Slog("Justice Points are Capped! Logging out!"); // InactivityDetector.ForceLogout(true); // return; now all you do it add // before each line like shown above, no need to add spacesess or delete a space just add // click recompile all on plugins, re open plugins and its fixed.
Does this go from pandaria to stormwind/orgrimmar to get the JP-HP conversion and then back to pandaria to buy the gear?
Same error Help us please **EDIT** Compiler Error: error CS1508: Resource identifier 'MGBConfig.resources' has already been used in this assembly