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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

auto disenchant

aqrhine

New Member
Joined
Jan 15, 2010
Messages
104
How about an addon that auto disenchants all green items.. even all blue if you have the option selected?

This would speed up leveling time by decreasing vendor/mail runs and on top of that with this addon installed at level one you could level your enchanting automatically throughout certain level areas.
 
there is a plugin for this, someone created it a while back but when we changed website it dissapeard. i think hawker added it to HB if im wrong here it is, just add it to plugin folder. there is a quite a few bugs aswell....

http://rapidshare.com/files/339628629/AutoDisenchant.cs

P.S, if the creator of the plugin please update the bugs ill be very happy xD
 
bugs like, sometimes it does not DE everything in your bag and if it DE'S everything in your bag and you put more items in your bag to DE you have to completly restart HB cause it try's DE'ing items that has already been DE'd and not there anymore just the mats.
 
bugs like, sometimes it does not DE everything in your bag and if it DE'S everything in your bag and you put more items in your bag to DE you have to completly restart HB cause it try's DE'ing items that has already been DE'd and not there anymore just the mats.

It has limitations one what it DE's (Check the code) and as for having to restart HB on adding new items, thats not suprising cos it would of already scanned your bags to see what was in there when the script was run.

Code:
if (targetList[i].IsSoulbound || targetList[i].IsAccountBound || ignoreItems.Contains(targetList[i].Entry))

If you add stuff in your bag, try stopping HB first, then adding them, then start HB again, if that don't work, Recompile the script after adding the stuff then start HB
(Bewarned due to a current bug, eTrain maybe removed from the list during recompile, just redownload eTrain)
 
Last edited:
Back
Top