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

Any way to make autoequip fire earlier rather than later ?

Joined
Jan 16, 2010
Messages
3,041
Reaction score
8
Using autoequip with HB and IB (yes I realise it ain't perfect but it suits my needs), I will often buy stuff at the AH and when I run IB it waits until I have been grinding a while or after the first fight in the dungeon to equip my new pieces, is there a way to make it run straight away ? other than I guess making a whole directory with just autoequip in it ?

I could equip it myself you say, yes I could, but if autoequip disagrees with my purchase it removes it and puts back what I had or the next same slot item that drops, one BOE I can't resell on the AH if I made the wrong choice.

G
 
I really have no idea, but after a 20 second look putting:
Code:
            if (!ObjectManager.Me.Combat || !ObjectManager.Me.Dead || !ObjectManager.Me.IsGhost)
            {
                CheckForItems();
            }
at the top of Pulse() might work. However it may not.
 
Back
Top