File: Ultimate PvP Suite.cs Line: 334 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings File: Ultimate PvP Suite.cs Line: 304 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings These error codes over and over again. I completed deleted the folder in plug ins and reinstalled. Once that didn't work I actually completely removed HB and re installed everything, still nothing. Please, does anyone have a solution?
yeah I am on 1.14 I was just saying mine doesnt target lowest over all health there was this druid in all pve gear and low health and it went after some full health other player
The problem with Looting Insignia's is that if the CC has control over the toon it may not let it go to get the insignia. You need to adjust the target weight in the Ultimate PvP Suite.cs. The higher the number the higher the priority compared to other weights.
I cannot get this to work at all. Code: Plugin from C:\Users\<User>\Desktop\Honorbuddy_2.0.0.5883\Plugins\Ultimate PvP Suite could not be compiled! Compiler errors:File: Ultimate PvP Suite.cs Line: 204 Error: The name 'SettingsForm' does not exist in the current context File: Ultimate PvP Suite.cs Line: 204 Error: The type or namespace name 'SettingsForm' could not be found (are you missing a using directive or an assembly reference?) File: Ultimate PvP Suite.cs Line: 205 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 205 Error: Cannot create an instance of the abstract class or interface 'Styx.Helpers.Settings' File: Ultimate PvP Suite.cs Line: 206 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 263 Error: The name 'SettingsForm' does not exist in the current context File: Ultimate PvP Suite.cs Line: 271 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 272 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 273 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 277 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 278 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 282 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 283 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 287 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 288 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 289 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 290 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 291 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 295 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 303 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 304 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 309 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 310 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 315 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 316 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 321 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 322 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 327 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 328 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 333 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings' File: Ultimate PvP Suite.cs Line: 334 Error: 'Styx.Helpers.Settings' does not contain a definition for '_settings'
posting to make the point that the plugin works for me just fine. Other than the issues with consumables and trinkets which were only introduced to the plugin a couple days ago the rest of it works as intended. All you folks experiencing problems might be doing something wrong or, perhaps, expect it to do something that it was not designed to do. The GUI is not available unless you donate (I think it is fair since the plugin is equally usefull without the GUI and the author no doubt puts a lot of work into the code) It has target priorities set up with the following defaults. #region Targeting #region Demolishers EnableTargetDemolishers = false; TargetDemolishersRange = 15; TargetDemolishersPriority = "80"; #endregion #region Flag Carriers EnableTargetFlagCarriers = true; TargetFlagCarriersRange = 45; TargetFlagCarriersPriority = "80"; #endregion #region Healers EnableTargetHealers = true; TargetHealersRange = 45; TargetHealersPriority = "100"; #endregion #region Low Health EnableTargetLowHealth = true; TargetLowHealthRange = 45; TargetLowHealthPriority = "60"; #endregion #region Undergeared EnableTargetUndergeared = true; TargetUndergearedRange = 45; TargetUndergearedPriority = "40"; #endregion #region Totems EnableTargetTotems = true; TargetTotemsRange = 45; TargetTotemsPriority = "100"; #endregion #endregion If you want to change the defaults you need to open the .cs file and change them. 0 = no priority, 100 = max priority. There is an issue with BGbuddy and many CCs that take over targeting which causes the problems with the loot insignia portion of this plugin. It can't loot them if it can't target them. This probably needs to be addressed by Honorbuddy devs rather than a plugin but I don't know. The one thing this plugin does perfectly is target appropriate enemies at appropriate times. For those of you who have been playing without it you know how desperately that fix was needed. Thanks to Phelon for doing it.
I will be uploading 1.15 in a few days. We are currently testing why pots and trinkets are not working as intended. Once that is fixed we will be uploading a new rev and I will be addressing this issue. I am working OverTime this week at my job. I have less time than normal to devote to the project atm. Hopefully I will be able to bang out the fixes in my spare time here over the next few days. Sorry for the slow response.. I have just been swamped RL.
I want to add that I assumed anything going wrong was completely my fault and probably had not set the plugin up correctly. I wondered if there something in the config I needed to change. The fact you responded in the same day I posted this is good enough, thanks. I didn't expect much beside BG Buddy to go smoother, the plugin sounded extremely useful since I BG a ton and the sound of prioritize killing under-geared characters is amazing.
1.15 is working great for me Phelon, thanks for the hard work you have put in. Will continue testing and report back with any issues.
it?s overall working great for me, i only have 1 slight bug, my bot won?t mount up automaticly anymore while in a bg. have i turned something off or something or done something wrong? i hope you can help me with hthis problem ^^
Hey, Phelon. Two days ago, I made a donation on your site (is there a minimum value to be taken in consideration?) in order to get a message from you with the plugin files. At least, that's how I understood the tings should go. Am I wrong? I just send you 2 private messages, but I had no answers. Please, instruct me, for I can test your work... Best regards.
I have installed this as instructed but it does not show up in my HB plugins list. Is there some known issue with HB not recognizing plugins, or this one specifically?
Version 1.15 Released: - Fixed Stoneskin - Fixed Escape Artist - Moved Draught of War to PVPHealthPotions - Fixed Foreach Loop in Potion Locating to use BagItems - Fixed Foreach Loop for Trinkets in Racials - Removed extra Escape Artist - Added Log Code for Consumables.
Code: Plugin from C:\Users\*Name*\Desktop\Honorbuddy\Plugins\Ultimate PvP Suite [Version 1.15] could not be compiled! Compiler errors: File: Ultimate PvP Suite.cs Line: 245 Error: Invalid token '(' in class, struct, or interface member declaration File: Ultimate PvP Suite.cs Line: 246 Error: Invalid token '(' in class, struct, or interface member declaration File: Ultimate PvP Suite.cs Line: 246 Error: Invalid token ')' in class, struct, or interface member declaration Solution: Delete lines 245 & 246
Just did 4 hours in BGs with 1.15 I was AFK so I couldn't observe it closely but it appears that it is still not using PvP trinkets (HP or escape) and it used 3 Draught of War potions which is very odd to me. If it can use it 3 times why not 100? I had the health threshold set at 50% I keep 100 pots on me. It should have used a lot more than 3. It did not use HS at all, even though there was one in my bags from the beginning. I have attatched a log, I hope it helps. Also didn't loot any insignias. (all that said I owned in HKs and total damage) IL level 397 ARMS warrior in full pvp gear.
I am not sure what you all are referring to here. This plugin doesn't really control the character except to try to loot insignia's or get pvp buffs.
1.15 with singular CC still targetting while dead, thus moving your bot out of gy. disabled plugin and singular works fine nonstop. With pvp plugin must babysit.
the plugin when enabled with "target lowest hp" does illogical things. I reported before the behavior, say warrior has 190k hp total.....im blastin him get him down to say 20k etcetc......here come along a ret with 150k hp total(but at full health)..the plugin will switch to pally because overall its lower hp but, at the time the war is lowest....the plugin needs to determine lowest at current, not read lowest overall. Sure we can disable such features, but if you have it in there ..then it most certainly needs to be worked on.