How about the satchels you receive during the farm quests or the cooking vendor with cooking tokens? Should we open them automatically ?
You tell me... I'm pretty much out of the game. Rarely logging in for mail purpouses or check on guilds, but that's about what I do currently. Think my youngest son plays more on my account than I do. I utilize the bot for that purpouse (lazyraider). He walks around and the bot fights back for him so he doesn't die all the time
Since Sha-Touched leather is a LW only item I'm not adding this to the release (if someone else would have this in his bags, it would yield a error when he's not a leatherworker). You can easily add this yourself by adding the item ID to the correct table (use on five in this case, where the borean leather is) in the same fashion as the rest of the items. In case you wonder, borean leather is a general item, not a LW only item, hence the reason it is in the list. The item ID for Sha-Touched leather is 72162 btw. Should be something like this: Code: private HashSet<uint> _itemUseOnFive = new HashSet<uint>() { 33567, // Borean Leather Scraps 72162 // Sha-Touched Leather (if you are not a Leatherworker, this gives errrors!). };
Hey is there a way to delete after X units? like while farming thorium if i want to farm 20 dense stones and thorium so it deletes the excess stones?
This is exactly what I was going to ask for since it can count units, it could be possible to do that too?
TidyBags can get rid of whatever you want to get rid off. Just add the ID's to the _destroyItems list. Other than that I'm not sure if the ForceVendor or ForceSell tag or list exists or still is a valid item with HB. You would have to inform yourself on that subject. If either is still valid, you can force to sell items by ID trough a profile addition or PB botbase. I'm recovering from a HDD crash (physical failure) where it was ofcourse my C: harddisk (so windows and all files, documents and settings) that broke down. I'm waiting for a SSHD replacement to come in and then I will attempt to frankenstein the crashed HDD to life with a second one which has the exact same hardwareID, firmware and size. Gonna switch some internal hardware to bring it back to life to hopefully regain the data on there. After that I can probably toss them both (ofcourse I don't have a cleanroom, and I'm not gonna spend 800+ on a physical recovery, haha). Well, there's a first for everything
hello guys i hope you can help me i was skilling Mining and herb in Pandaria from 1-600 in patch 5.3 its possible and you loot [Torn Green Tea Leaf] [Silkweed Stem] [Snow Lily Petal] [Kyparite Fragment] [Fool's Cap Spores] [Desecrated Herb Pod] [Ghost Iron Nugget] [Rain Poppy Petal] YOU need at least 10x from each to create a herb/ore my bags are full with it can tidy do this? i hope it or anyone else know a automatic click macro? THX ! EDIT: I open tidy.cs with notepad and i see that the item are in the list - how it worked now ?^^
Don't work now in 5.4 =( In game bot can't use on this target, bot log is [Singular] /pick lock on Vine-*****ed Junkbox #88165, and nothing happens =( It seems, plugin does not see this Junkbox
mhm, I never integrated lockpicking so it has to be another plugin that is doing this Specially since it says [Singular] I would suspect it's integrated into that routine, although I highly doubt this is standard in that routine (knowing Bobby). This is not TidyBags doing it (unless you took LiquidLockbox from my SVN, but then it would still report as [LiquidLockbox]) I've been away from the game for some time (and am not really playing WoW nor bot, probably don't even have gametime anymore, haha). If anything's wrong or has to be adjusted, please post here. I plan on doing something with WoW next week only (and only if I have time). Am very busy preparing for winter, and shows with my dogs etc so my freetime is very very limited. Regards, Liquid.