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] TidyBags 3.0 Reloaded!

Can someone write down the code for Raw Beast Hide Scraps? and were to put it?
Step 1: add
Code:
110610, // Raw Beast Hide Scraps
to line 552.
Step 2: Save
Step 3: Profit

Adding things into this is REALLY easy. If you provide me with the item, it's ID, and how many are needed to use to make, I can add it.
 
Last edited:
I asked what line do I put the id's in the file. You don't just stuff them on random lines. I alrdy have the ids.
 
Hi LiquidAtoR, Thanks again for continued maintenance of this very useful plugin

Please add the following WoD fishing drop items.

USE ON FIVE


USE ON TEN

USE ON TWENTY

And under if (InventoryCheck) please add..

Thank you :)

On 2nd thought probably not good to add FISH as the uncleaned stacks can be sold in AH for those who wish to complete fishing dalies by cleaning fish themselves.

Unless you add a configuration menu that allows you to check or uncheck specific items to tidy up. That would be cool!
 
Hi would love to get these added for when leveling up using DungeonBuddy

Code:
            114634, // Icy Satchel of Helpful Goods Item Level 70
            114641, //Icy Satchel of Helpful Goods Item Level 75
            114648, //Scorched Satchel of Helpful Goods Item Level 80
            114655, //Scorched Satchel of Helpful Goods Item Level 84
            114662,    //    Tranquil Satchel of Helpful Goods Item Level 85
            114669, //   Tranquil Satchel of Helpful Goods Item Level 88
 
Theese random lines makes it hard to put in the items, any chance it can be fixed so it gives a better overview? I remember it being that way once, but got new PC so i had to redownload it, and now it's messy! Altho the greatest plugin to Honorbuddy!
 
Any chance i can get urs Proto? It looks like the good old one i used to have, way easier to modify!
 
Hi would love to get these added for when leveling up using DungeonBuddy

Code:
            114634, // Icy Satchel of Helpful Goods Item Level 70
            114641, //Icy Satchel of Helpful Goods Item Level 75
            114648, //Scorched Satchel of Helpful Goods Item Level 80
            114655, //Scorched Satchel of Helpful Goods Item Level 84
            114662,    //    Tranquil Satchel of Helpful Goods Item Level 85
            114669, //   Tranquil Satchel of Helpful Goods Item Level 88

+1

I would be grateful to see these in the orginal release!
I have 7 satchels in my bags, and still running around with green gear.

+Added reputation for great suggestion! :)
 
I am unsure whether or not this has come up as a question but I wanted to inquire if one would have to add a bulk of items separately. I am an avid Roleplayer and like to keep a few items from questing throughout my leveling for later use like for transmog and such. Is there any way to have the bot or this addon make so it doesn't sell various soulbound gear from quests?
 
hello cant seem to get this plugin working any help this is what i have done i installed it into my plugin map with SNV but it wont show up when i start the bot and if i look in to my honorbuddy map it has a red !
 
Last edited:
Can't you just simply add a new list for items that require a profession and add an if-condition to see if the character has the necessary skill?
if (StyxWoW.Me.GetSkill(SkillLine.Leatherworking).CurrentValue >=1)
or similiar.
 
Last edited:
I'm using the latest version (3.6.4.3) and it still tries to use the stuff in my bank...
 
some WoD herb\mine missing, can add please?
Will do in next release

Please add the following WoD fishing drop items.
Very nice write-up, thanks, but later you ask not to add this.
Not sure what it's going to be, maybe add a poll whether to add or not to add, haha :)

Hi would love to get these added for when leveling up using DungeonBuddy
Will do in next release

Theese random lines makes it hard to put in the items, any chance it can be fixed so it gives a better overview? I remember it being that way once, but got new PC so i had to redownload it, and now it's messy! Altho the greatest plugin to Honorbuddy!
Probably you used to have Notepad++ or similar.
Download that and then open the file in that program, should give you line numbers and format and all of the file.

will u add Strongboxes to the list?
I alrdy have the ids.
When I have some time to fetch all the ID's I will add them.
For starters it goes on UseOnOne, but when it fails they have to be added to the RequireSleep section too (some soulbound items have issues, and therefor go to the sleep section).

Can't you just simply add a new list for items that require a profession and add an if-condition to see if the character has the necessary skill?
or similar.
Probably could, but as I said already few times troughout my posts and threads, I'm not playing anymore.
Already half a year ago I stopped playing and thus automatically stopped botting.

Me providing updates here for all of you is just a courtesy for the many users of this (and my other) plugin(s) without the obligation to have to go and pay for plugins (which I think is a wrong move to start with).
This is probably one of the most used 3rd party plugins to date (I have no numbers, but looking at the downloads and views over time I guess it's making the top 5)

Still couldn't be tempted to get back into the game and get the WoD expansion and gametime.
I'm in a few competitions for the WoD expansion, so who knows, maybe I win a copy, lol.

I'm using the latest version (3.6.4.3) and it still tries to use the stuff in my bank...
That's pretty much impossible since this:
Code:
item.BagSlot != -1
prevents that from happening.

Those asking for that leatherworking item to be added.
Just add
Code:
			110610, // Raw Beast Hide Scraps
after
Code:
			109992, // Blackrock Fragment
found around line 580 in version 3.6.4.4 of TidyBags.cs
This is in the _itemUseOnTen section (you need 10 to combine it).

I'm currently busy to push v3.6.4.4 to the SVN after GitHub has finished updating, might release it here .zipped as well in a bit after I decide what to do with the fishing stuff from Proto ;-)
I've added it all but for now deactivated it by forward slashes in the code.
Haven't gotten around the strongbox item ID's yet, so they are not there yet.

Revision 3.6.4.4: SVN Only - Added fishing items as per request Proto (thanks for the code), code is added but for now deactivated (// in front of each item), Added missing items as per request Tayhatsu (thanks for the ID's), Added some dungeon rewards as per request jeppe64 and Ericane (thanks for the ID's).
 
Last edited:
Will do in next release

That's pretty much impossible since this:
Code:
item.BagSlot != -1
prevents that from happening.

I rechecked it atleast 5 times, I'm 1000% sure about it.
I didn't take a look at your code but I'm sure it's an HB bug then.

Anyway, thanks for maintaining this addon, it's awesome.
 
I rechecked it atleast 5 times, I'm 1000% sure about it.
I didn't take a look at your code but I'm sure it's an HB bug then.

Anyway, thanks for maintaining this addon, it's awesome.
Well, if this happens you're the first and (probably) only person with this issue :)
What you could try (if this still exists in HB) is to stop HB, close it, delete the content of the CompiledAssemblies (<- not sure this folder still exists in the HB installation path) and restart HB and see if the problem persists.
 
Last edited:
Back
Top