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!

[Plugin] Mr.ItemRemover2 - Deletes , Opens and Sells items in your Bags

Well I have to problem with deleting all food and cooking uses only items. There is a lot of them in panda. I am just tired to put them in remove list on all my characters mannualy :/
 
Hello everyone, I saw a problem, that this plugin is not selling Life&Water Spirits, and thought that it's because they are soulbound. So I opened methods.cs
in plugin folder and saw this line:

Code:
     if (!Items.IsSoulbound && !_KeepList.Contains(Items.Name))
under public void SellVenderItems method section

So if you delete !Items.IsSoulbound && and it will look like:
Code:
if (!_KeepList.Contains(Items.Name))

then plugin
1. WILL sell grey\white\green Soulbound items that are not on your protected list.(It will try to sell even your Hearthstone).
2. WILL sell blue\purple Soulbound items that are on your sell list.

BE CAREFULL WITH THIS.
Asking author of plugin to add a checkbox in plugin GUI to offer selling Soulbound items option.

Also about list language - items in lists must be written in your client language - sell\protected\remove item lists are all saved in UTF coding.
 
Last edited:
Make sure to have the Bot settings

to sell nothing and vender nothing.

Maybe even move or delete these 2 files in the HB folder.
protected items.xml
ForceMail.xml

Otherwise this plugin won't work very well at all.
 
Last edited:
can someone describe the behavior of the "sell green" and "sell white" check boxes - will it attempt to sell ONLY the green/whites that are on the list or will it sell ALL Green/white with no discression, does this reference the protected items lists at all?

Thanks - X
 
Hello everyone, I saw a problem, that this plugin is not selling Life&Water Spirits, and thought that it's because they are soulbound. So I opened methods.cs
in plugin folder and saw this line:

Code:
     if (!Items.IsSoulbound && !_KeepList.Contains(Items.Name))
under public void SellVenderItems method section

So if you delete !Items.IsSoulbound && and it will look like:
Code:
if (!_KeepList.Contains(Items.Name))

then plugin
1. WILL sell grey\white\green Soulbound items that are not on your protected list.(It will try to sell even your Hearthstone).
2. WILL sell blue\purple Soulbound items that are on your sell list.

BE CAREFULL WITH THIS.
Asking author of plugin to add a checkbox in plugin GUI to offer selling Soulbound items option.

Also about list language - items in lists must be written in your client language - sell\protected\remove item lists are all saved in UTF coding.
i done it but nothing.... Char acts as there is no plugin, just nothing.....
 
i done it but nothing.... Char acts as there is no plugin, just nothing.....
your toon needs to go and repair, or sell on its own, and the plugin will then act and dump everything off, it wont trigger a vendor run.
 
hey G, base on this


if (!Me.Combat && !Me.IsCasting && !Me.IsDead && !Me.IsGhost && EnableCheck)
{

Logging.WriteDiagnostic("EnableCheck was Passed!");
if (MrItemRemover2Settings.Instance.EnableOpen)
{
OpenBagItems();
}
if (MrItemRemover2Settings.Instance.EnableRemove)
{
CheckForItems();
}
EnableCheck = false;
Logging.WriteDiagnostic("Turning off Check Since Done!");


How can i add a command for it not to check if i was casting heart stone ? thanks !
 
No SVN? Nice plugin but it doesnt remove all grey items like it says, i have tons of grey weapons and gear in my bags.
Removing Linen cloth by default is not so great, i wasnt paying attention. Low level cloth is key for starter gold to buy bigger bags.
 
This plugin works like a charm for me. I was using a wow addon called LootWhatIwant but found it to interfere with Arkauto and the Plundered Treasures. This HB plugin solves that and once you get it setup (takes honestly abt 2 mins or less) to protect the stuff you want to keep, i set it to delete all greys and listed some of the common whites (food) to delete as well.

Thanks again, nice work.
 
Just stopping by to show my love for this plugin and developer, whom is the best by far in terms of MrGR/IR.

+Like/Rep
 
This doesn't work for me. It just scans the bags then never ever sells anything...I'm talking specifically about water/life spirits.
 
First reported a error when opened setting, but checked "Continue anyway" and it started working.

Thanks for great plugin!
 
What these guys said!

I'd love to learn how to be able to update plugins myself, but the coding is probably more intensive than a simple switch like updating a ToC in a WoW AddOn.

Cheers,
XtO
theres NOTHING wrong with this plugin it still compiles and works for me.
PluginsList.png
you can see it in my plugins list, right under mr.gearbuyer.
if your having problems then your failing to install it properly or have an old or modified installation from someone else.
 
Hey!
I can't download the plugin, only a white screen appears when i click on the link? Why's that?
 
Back
Top