• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] AutoEquip - automatically equip gear/bags [v2.0.3]

    Discussion in 'Archives' started by MaiN, Jan 15, 2010.

    1. SkyHigh

      SkyHigh Member

      Joined:
      Apr 15, 2010
      Messages:
      396
      Likes Received:
      4
      Trophy Points:
      18
      Any fix or update coming soon? I love this plugin :)
       
    2. moujoohoo

      moujoohoo New Member

      Joined:
      Apr 29, 2010
      Messages:
      448
      Likes Received:
      1
      Trophy Points:
      0
      plz update :) love this plugin
       
    3. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      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.
       
    4. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      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: Jul 17, 2010
    5. peteyboy23

      peteyboy23 Member

      Joined:
      Jan 15, 2010
      Messages:
      566
      Likes Received:
      3
      Trophy Points:
      18
      Could not construct instance of AutoEquip! Exception was thrown. Exception:
      Could not find a part of the path 'C:\hb195\Plugins\AutoEquip\Settings.xml'.
       
    6. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      rename the folder 'AutoEquip v2.0.2' to AutoEquip
       
    7. peteyboy23

      peteyboy23 Member

      Joined:
      Jan 15, 2010
      Messages:
      566
      Likes Received:
      3
      Trophy Points:
      18
      Thanks, dude. That worked. Really appreciate it.
       
    8. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      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: Jul 16, 2010
    9. mrsael

      mrsael New Member

      Joined:
      Jun 18, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      1
      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:
       
    10. Kuval

      Kuval New Member

      Joined:
      Jul 15, 2010
      Messages:
      58
      Likes Received:
      2
      Trophy Points:
      0
      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
       
    11. FoxStailer

      FoxStailer New Member

      Joined:
      Jul 17, 2010
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Having same problem here
       
    12. trust159753

      trust159753 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      I got the Problem to -.-
       
    13. Alexdo

      Alexdo New Member

      Joined:
      Jul 18, 2010
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Yap. Same here.

       
    14. Andeby

      Andeby New Member

      Joined:
      Jul 15, 2010
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      0
      Loads fine for me but never equips anything. Have selected weight set and everything, never even equips bags.
       
    15. znex

      znex New Member

      Joined:
      Jun 21, 2010
      Messages:
      36
      Likes Received:
      2
      Trophy Points:
      0
      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: Jul 19, 2010
    16. theholyone

      theholyone New Member

      Joined:
      Jan 30, 2010
      Messages:
      505
      Likes Received:
      0
      Trophy Points:
      0
      @ znex, does not compile
       
    17. znex

      znex New Member

      Joined:
      Jun 21, 2010
      Messages:
      36
      Likes Received:
      2
      Trophy Points:
      0
      did you replace the AutoEquip.cs in the original autoequip folder?
      you still need the whole folder, this .cs file alone does not do anything
       
    18. theholyone

      theholyone New Member

      Joined:
      Jan 30, 2010
      Messages:
      505
      Likes Received:
      0
      Trophy Points:
      0
      oh wow sorry znex, and for a second there i thought i was key logged or something XD sorry!
       
    19. Andeby

      Andeby New Member

      Joined:
      Jul 15, 2010
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      0
      Will try your fix znex.
       
    20. theholyone

      theholyone New Member

      Joined:
      Jan 30, 2010
      Messages:
      505
      Likes Received:
      0
      Trophy Points:
      0
      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
       

    Share This Page