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

Destroy Items?

baxterboy

New Member
Joined
Jul 9, 2010
Messages
323
Reaction score
11
Is it possible for HB to destroy specified items from your inventory? (same effect as dropping)

If so any info/snippets would be appreciated.

Thanks!
 
Thanks for the suggestions about Lootfilter, im aware of the addon. But if possible I'd like to have my Plugin not depend on addons. But if you can't do it I guess I have no choice. =P
 
Of course it's possible for a plugin to do that. Now if nobody wants to spend free time on it, I guess you should look for someone to code it for you.
 
Of course it's possible for a plugin to do that. Now if nobody wants to spend free time on it, I guess you should look for someone to code it for you.
Of course i want to spend time on it, but all the methods i've tried have failed. Hence why im here asking for a push in the right direction. :)
 
Basically, you could find an existing working routine and 'translate' it into csharp. Else you'll have to think about your own way to filter items.

Use LUA event handlers in HB API to get inventory updates and LUA injection to drop an item.
 
Basically, you could find an existing working routine and 'translate' it into csharp. Else you'll have to think about your own way to filter items.

Use LUA event handlers in HB API to get inventory updates and LUA injection to drop an item.

Cheers for the hints, No doubt I'll be back but I will give it a shot. :)
 
Back
Top