• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Mr.ItemRemover2 - Deletes , Opens and Sells items in your Bags

    Discussion in 'Leveling' started by CodenameG, Oct 4, 2012.

    1. BuddyNOT

      BuddyNOT New Member

      Joined:
      Feb 1, 2012
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      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 :/
       
    2. magestery

      magestery New Member

      Joined:
      Nov 11, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      1
      no more sells :(
       
    3. Delane

      Delane New Member

      Joined:
      Nov 7, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      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: Nov 29, 2012
    4. conetopia

      conetopia Banned

      Joined:
      Sep 29, 2012
      Messages:
      830
      Likes Received:
      4
      Trophy Points:
      0
      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: Dec 1, 2012
    5. xaq

      xaq New Member

      Joined:
      Aug 29, 2012
      Messages:
      315
      Likes Received:
      1
      Trophy Points:
      0
      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
       
    6. rottynation

      rottynation New Member

      Joined:
      Sep 17, 2011
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
    7. egzony

      egzony New Member

      Joined:
      Nov 13, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      i done it but nothing.... Char acts as there is no plugin, just nothing.....
       
    8. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      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.
       
    9. skzisghost

      skzisghost New Member

      Joined:
      Oct 19, 2012
      Messages:
      113
      Likes Received:
      1
      Trophy Points:
      0
      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 !
       
    10. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0
      Will this visit a vendor by it self?
       
    11. Jacan

      Jacan New Member

      Joined:
      Sep 30, 2011
      Messages:
      489
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    12. bazz10

      bazz10 New Member

      Joined:
      Jan 21, 2012
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      1
      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.
       
    13. Evasive

      Evasive New Member

      Joined:
      Oct 2, 2011
      Messages:
      56
      Likes Received:
      4
      Trophy Points:
      0
      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
       
    14. Achmed43

      Achmed43 New Member

      Joined:
      Nov 15, 2012
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      This doesn't work for me. It just scans the bags then never ever sells anything...I'm talking specifically about water/life spirits.
       
    15. Seconded

      Seconded New Member

      Joined:
      Dec 20, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      First reported a error when opened setting, but checked "Continue anyway" and it started working.

      Thanks for great plugin!
       
    16. Al_Capwned1

      Al_Capwned1 New Member

      Joined:
      Dec 18, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Aw man. This plugin is ireplaceable. Please do consider update this, will you not? :)
       
    17. Killerbiene

      Killerbiene New Member

      Joined:
      Dec 9, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      is outdate ... =( we need a update please, gread job! thx
       
    18. eXtOphius

      eXtOphius Member

      Joined:
      Jan 15, 2010
      Messages:
      219
      Likes Received:
      3
      Trophy Points:
      18
      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
       
    19. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      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.
       
    20. Skatefield

      Skatefield New Member

      Joined:
      Dec 15, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Hey!
      I can't download the plugin, only a white screen appears when i click on the link? Why's that?
       

    Share This Page