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]

Maybe I'm doing something wrong, but it seems like it never confirms the "Equiping this item will bind it to you" message. Is there a setting somewhere I'm missing?
 
Maybe I'm doing something wrong, but it seems like it never confirms the "Equiping this item will bind it to you" message. Is there a setting somewhere I'm missing?

I ony get this when ae tries to equip an offhand weapon without dual wield or with a 2h weapon. Something messes up when the equip fails due to game behavior.
 
Maybe I'm doing something wrong, but it seems like it never confirms the "Equiping this item will bind it to you" message. Is there a setting somewhere I'm missing?

The message comes up buy the equipment still gets put up. I know the message doesn't go away but ignore it eventually it should.
 
Hasn't for me I dont think, but I'm away over x-mas I'll try again when I get back (I know one was a necklace and I didn't have one already and afterwards I still didn't have one).
 
I hope this FINALLY gets fixed. I'm slightly fed up of this being on the 'to-do' list. Don't include it in the HB default download, it does NOT work.

HB's armor weight sets etc need to be fixed, it's screwing up IB loot rolling as well (for those of you attempting to use IB)
 
I hope this FINALLY gets fixed. I'm slightly fed up of this being on the 'to-do' list. Don't include it in the HB default download, it does NOT work.

HB's armor weight sets etc need to be fixed, it's screwing up IB loot rolling as well (for those of you attempting to use IB)

I know how you feel. I delete the plugin each time I update HB. Nothing gets your tagged faster than rolling need on stuff you cant use.
 
I hope this FINALLY gets fixed. I'm slightly fed up of this being on the 'to-do' list. Don't include it in the HB default download, it does NOT work.

HB's armor weight sets etc need to be fixed, it's screwing up IB loot rolling as well (for those of you attempting to use IB)

Actually IB uses different physical weight sets. So the weight sets for AutoEquip can get updated but that doesn't mean that the IB weightsets are correct (especially since we can't see them anymore).

Btw, *YOU* can easily update the AutoEquip weight sets yourself. I've updated the Affliction weight set for post-4.x goodness (dropped Spirit, etc) and it's been working great while I've been leveling.
 
Actually IB uses different physical weight sets. So the weight sets for AutoEquip can get updated but that doesn't mean that the IB weightsets are correct (especially since we can't see them anymore).

Btw, *YOU* can easily update the AutoEquip weight sets yourself. I've updated the Affliction weight set for post-4.x goodness (dropped Spirit, etc) and it's been working great while I've been leveling.

Captain Obvious strikes again.

You obviously missed the fact that HB has an issue with both IB and autoequip in handling weight sets. So it isn't the weight sets that I am complaining about. It is the fact that HB does not handle them correctly.
 
I agree with Lockwood,

I have edited the weights on my hunter, setting mana regen and int to 0.0 It makes no difference, still come back to find wrong gear equipped. I just delete Auto-Equip now and manually sort thru gear like every 24 hrs.
 
I know how you feel. I delete the plugin each time I update HB. Nothing gets your tagged faster than rolling need on stuff you cant use.

I use the addons passloot and pawn. There's a passloot extesion, or additional addon, called passloot_pawn, which allows you to choose weightsets for virtually anything. I just change my weights for whatever toon I'm playing, and the filters in passloot roll either Need (if it's an actual upgrade for dps/tank/healing for my main/offspec), greed if it's something that can be sold on the AH that I can't really use, or DE for everything else that doesn't fit above. Works like a charm for me. I don't use autoequip right now since there's some issues with weight sets and the fact that sometimes when HB tries to sell to vendors there might be lag and cause you to equip stuff you want to sell, and sell stuff you actually had equipped.
 
Captain Obvious strikes again.

You obviously missed the fact that HB has an issue with both IB and autoequip in handling weight sets. So it isn't the weight sets that I am complaining about. It is the fact that HB does not handle them correctly.

HB has no problem with the weight set that I use, so it isn't a problem that impacts me then. =)
 
Code:
<IgnoreTypes>
    <Type>Trinket</Type>
    <Type>Ammo</Type>
	<Type>TwoHandWeapon</Type>
	<Type>Shield</Type>
	<!-- Removing this will not remove it from the plug-in.
    It's hardcoded - this is just an example. -->
    <!-- Valid types are:
    Head, Neck, Shoulder, Body, Chest, Waist, Legs, Feet, Wrist, Hand, Finger, Trinket, Weapon, Shield, Ranged, Cloak,
    TwoHandWeapon, Bag, Tabard, Robe, WeaponMainHand, WeaponOffHand, Holdable, Ammo, Thrown,  RangedRight, Quiver, Relic
    -->
  </IgnoreTypes>

Still equips sheilds on my enh shaman. Is ignoring shields broken?
 
Code:
<IgnoreTypes>
<Type>Trinket</Type>
<Type>Ammo</Type>
<Type>TwoHandWeapon</Type>
<Type>Shield</Type>
<!-- Removing this will not remove it from the plug-in.
It's hardcoded - this is just an example. -->
<!-- Valid types are:
Head, Neck, Shoulder, Body, Chest, Waist, Legs, Feet, Wrist, Hand, Finger, Trinket, Weapon, Shield, Ranged, Cloak,
TwoHandWeapon, Bag, Tabard, Robe, WeaponMainHand, WeaponOffHand, Holdable, Ammo, Thrown, RangedRight, Quiver, Relic
-->
</IgnoreTypes>

Still equips sheilds on my enh shaman. Is ignoring shields broken?

<!-- Removing this will not remove it from the plug-in.
It's hardcoded - this is just an example. -->

As the description says it's hardcoded, so changing it doesn't change anything.

btw, reported a bug on the bugtracker regarding hax.lua and the confirmation popup for BoE items that are equipped.
It's reported anonymous, as I didn't remember my login credentials, but reported nonetheless.
It's not visible in the logfiles, but the log attached was the correct one.
 
<!-- Removing this will not remove it from the plug-in.
It's hardcoded - this is just an example. -->

As the description says it's hardcoded, so changing it doesn't change anything.

btw, reported a bug on the bugtracker regarding hax.lua and the confirmation popup for BoE items that are equipped.
It's reported anonymous, as I didn't remember my login credentials, but reported nonetheless.
It's not visible in the logfiles, but the log attached was the correct one.

You can close that bug report, I fixed it yesterday. :P
 
Thanks for the reply, I guess I wasn't sure how to take that comment in the settings file. I thought it meant you could still add to the list. I'll look for the ignore piece in the code.
 
Code:
<IgnoreTypes>
    <Type>Trinket</Type>
    <Type>Ammo</Type>
	<Type>TwoHandWeapon</Type>
	<Type>Shield</Type>
	<!-- Removing this will not remove it from the plug-in.
    It's hardcoded - this is just an example. -->
    <!-- Valid types are:
    Head, Neck, Shoulder, Body, Chest, Waist, Legs, Feet, Wrist, Hand, Finger, Trinket, Weapon, Shield, Ranged, Cloak,
    TwoHandWeapon, Bag, Tabard, Robe, WeaponMainHand, WeaponOffHand, Holdable, Ammo, Thrown,  RangedRight, Quiver, Relic
    -->
  </IgnoreTypes>

Still equips sheilds on my enh shaman. Is ignoring shields broken?

I havent tested it yet, but in AutoEquipSettings.cs there is this line that seems to be the part you want to edit.

Code:
        static AutoEquipSettings()
        {
            AutoEquipItems = true;
            AutoEquipBags = true;
            IgnoreTypes = new HashSet<InventoryType> {InventoryType.Trinket, InventoryType.Ammo};
            ProtectedSlots = new HashSet<InventorySlot>();
            IgnoreItems = new List<KeyValuePair<uint, string>>();
        }

I just added InventoryType.Shield into the IggnorTypes line... I'll go try it and get back to you if it works or not.

Update: I think that fixed it. I'll let it run this afternoon whit a shield in the bag and see what happens when i get back from work.
Update2: its been running for a bit over an hour now... and its picked up 2 more shields... still no equipping... So I think its a fix for us enh shamans.
 
Last edited:
My biggest desire would be a way to specify what kind of armor you prefer...ex...leather, mail, plate, etc...
 
Could somebody share a good DISC priest weight set that is working well for them? Much appreciated.
 
Back
Top