What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] AutoEquip - automatically equip gear/bags [v2.0.3]

I could be wrong but when you start the new HB2 release check the log, i have no plugin's in my folder but it has "Plugin's enabled AutoEquip, Erefreshment, Etalent and Etrain, so i have to assume they have built and updated all them plugin's into the core of HB now.
 
Upon request I fixed the compile errors. I'll remove link once it gets updated by Main, enjoy :)

Edited: removed since it doesn't seem to work right.
 
Last edited:
Upon request I fixed the compile errors. I'll remove link once it gets updated by Main, enjoy :)

Could not construct instance of AutoEquip! Exception was thrown. Exception:
Could not find a part of the path 'C:\hb195\Plugins\AutoEquip\Settings.xml'.
 
Could not construct instance of AutoEquip! Exception was thrown. Exception:
Could not find a part of the path 'C:\hb195\Plugins\AutoEquip\Settings.xml'.
rename the folder 'AutoEquip v2.0.2' to AutoEquip
 
Could not construct instance of AutoEquip! Exception was thrown. Exception:
Could not find a part of the path 'C:\hb195\Plugins\AutoEquip\Settings.xml'.

Seems like an easy enough error to fix, rename the folder from "Autoequip 2.02" to "Autoequip"

*edit* Damn, beat me to it. I'm too slow.

And thank you for the fix.
 
Last edited:
My debug logs are filled with these messages after installing the new version. It seems to work fine though.

[11:32:30 AM:605] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
[11:32:30 AM:728] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
[11:32:30 AM:837] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
[11:32:30 AM:955] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
[11:32:31 AM:64] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
[11:32:31 AM:175] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
[11:32:31 AM:284] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
[11:32:31 AM:393] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
[11:32:31 AM:503] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
[11:32:31 AM:615] Plugin AutoEquip threw an exception in 'Pulse'! Exception:
 
When trying to load it, I get this:

Plugin from D:\bot\Plugins\AutoEquip could not be compiled! Compiler errors:
File: AutoEquip.cs Line: 320 Error: 'Styx.WoWInternals.WoWObjects.WoWContainer' does not contain a definition for 'GetBagAtIndex'
File: AutoEquip.cs Line: 356 Error: Cannot implicitly convert type 'Styx.WoWInternals.WoWPlayerInventory' to 'Styx.WoWInternals.WoWObjects.WoWContainer'
File: AutoEquip.cs Line: 357 Error: Cannot implicitly convert type 'Styx.WoWInternals.WoWObjects.WoWItem[]' to 'System.Collections.Generic.Dictionary<int,Styx.WoWInternals.WoWObjects.WoWItem>'

It also then doesn't show up in the plugin list
 
When trying to load it, I get this:

Plugin from D:\bot\Plugins\AutoEquip could not be compiled! Compiler errors:
File: AutoEquip.cs Line: 320 Error: 'Styx.WoWInternals.WoWObjects.WoWContainer' does not contain a definition for 'GetBagAtIndex'
File: AutoEquip.cs Line: 356 Error: Cannot implicitly convert type 'Styx.WoWInternals.WoWPlayerInventory' to 'Styx.WoWInternals.WoWObjects.WoWContainer'
File: AutoEquip.cs Line: 357 Error: Cannot implicitly convert type 'Styx.WoWInternals.WoWObjects.WoWItem[]' to 'System.Collections.Generic.Dictionary<int,Styx.WoWInternals.WoWObjects.WoWItem>'

It also then doesn't show up in the plugin list

Having same problem here
 
Yap. Same here.

Plugin from H:\HP\Plugins\AutoEquip could not be compiled! Compiler errors:
File: AutoEquip.cs Line: 320 Error: 'Styx.WoWInternals.WoWObjects.WoWContainer' does not contain a definition for 'GetBagAtIndex'
File: AutoEquip.cs Line: 356 Error: Cannot implicitly convert type 'Styx.WoWInternals.WoWPlayerInventory' to 'Styx.WoWInternals.WoWObjects.WoWContainer'
File: AutoEquip.cs Line: 357 Error: Cannot implicitly convert type 'Styx.WoWInternals.WoWObjects.WoWItem[]' to 'System.Collections.Generic.Dictionary<int,Styx.Wo WInternals.WoWObjects.WoWItem>'
 
Loads fine for me but never equips anything. Have selected weight set and everything, never even equips bags.
 
i got the problem fixed in a couple of minutes actually.

by replacing
(line 356) "WoWContainer inventory = ObjectManager.Me.Inventory;"
(line 357) "Dictionary<int, WoWItem> items = inventory.Items;"
with
"WoWItem[] items = StyxWoW.Me.Inventory.Items;"

and

(line 320)"WoWContainer.GetBagAtIndex(b)"
with
"StyxWoW.Me.GetBagAtIndex(b)"


you can either replace it yourself or just download the .cs and replace it in the folder

// removed dl, fixed version in the 1st post
 
Last edited:
oh wow sorry znex, and for a second there i thought i was key logged or something XD sorry!
 
new problem, using hb 1.9.4.5

File: AutoEquip.cs Line: 37 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 39 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 54 Error: The type or namespace name 'FormWeightSelector' could not be found (are you missing a using directive or an assembly reference?)
File: AutoEquip.cs Line: 62 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 63 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 91 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 102 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 113 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 114 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 135 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 145 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 233 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 253 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 259 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 300 Error: The name 'AutoEquipSettings' does not exist in the current context
File: AutoEquip.cs Line: 370 Error: The name 'AutoEquipSettings' does not exist in the current context

Plugin from C:\Documents and Settings\Andy Chiu\Desktop\HonorBuddy\Peekaboo\Plugins\FormWeightSelector.cs could not be compiled! Compiler errors:
File: FormWeightSelector.cs Line: 16 Error: The name 'InitializeComponent' does not exist in the current context
File: FormWeightSelector.cs Line: 29 Error: The name 'lbxWeightSets' does not exist in the current context
File: FormWeightSelector.cs Line: 42 Error: The name 'lbxWeightSets' does not exist in the current context
File: FormWeightSelector.cs Line: 53 Error: The name 'lbxWeightSets' does not exist in the current context
File: FormWeightSelector.cs Line: 56 Error: The name 'lbxWeightSets' does not exist in the current context
File: FormWeightSelector.cs Line: 61 Error: The name 'lbxWeights' does not exist in the current context
File: FormWeightSelector.cs Line: 62 Error: The name 'lbxWeightSets' does not exist in the current context
File: FormWeightSelector.cs Line: 62 Error: The name 'lbxWeightSets' does not exist in the current context
File: FormWeightSelector.cs Line: 67 Error: The name 'lbxWeightSets' does not exist in the current context
File: FormWeightSelector.cs Line: 69 Error: The name 'lblClass' does not exist in the current context
File: FormWeightSelector.cs Line: 71 Error: The name 'lblSpec' does not exist in the current context
File: FormWeightSelector.cs Line: 73 Error: The name 'lblSpec' does not exist in the current context
File: FormWeightSelector.cs Line: 75 Error: The name 'lblMisc' does not exist in the current context
File: FormWeightSelector.cs Line: 77 Error: The name 'lblMisc' does not exist in the current context
File: FormWeightSelector.cs Line: 80 Error: The name 'lbxWeights' does not exist in the current context
File: FormWeightSelector.cs Line: 89 Error: The name 'lbxWeightSets' does not exist in the current context
File: FormWeightSelector.cs Line: 89 Error: The name 'lbxWeightSets' does not exist in the current context
File: FormWeightSelector.cs Line: 95 Error: The name 'lbxWeightSets' does not exist in the current context

Plugin from C:\Documents and Settings\Andy Chiu\Desktop\HonorBuddy\Peekaboo\Plugins\FormWeightSelector.Designer.cs could not be compiled! Compiler errors:
File: FormWeightSelector.Designer.cs Line: 14 Error: 'AutoEquip.FormWeightSelector.Dispose(bool)': no suitable method found to override

i give up lol
 
Back
Top