Item upgrader Since patch 5.1 Item upgrades is possible. What does this plugin do?: Upgrades items when near any of the item upgrader npcs. Perfect to run while running BGBuddy. How do I use it?: - See plugin settings, honor is by default enabled. It can also upgrade all other possible gear (conquest, valor, justice ) - Place your char near the item upgrader before start bot. - Note! Items that should be upgraded must be in the BAG, NOT EQUIPPED! How does it work?: - By default upgrades the highest ilevel first. - Items that needs upgrades are automatically found. - If your not near the item upgrader npc, or you don't have enough honor/justice...etc.. it doesn't do anything! When you have enough it starts buying upgrades. Download latest: https://github.com/peec/honorbuddy-plugins/archive/master.zip Put "ItemUpgrader" folder in the honorbuddy "Plugins" folder. Git: https://github.com/peec/honorbuddy-plugins
I will test this tonight and let you know how it works! Works really well if you are getting another set of gear. Hope you can make it so you can have the gear equipped soon!
Thanks for this! is there anyway, to work with items equipped? Again, thanks, been looking for this since patch day, I will test it out and let you know.
I had problems with the API to find equipped items, but this is certianly a must to fix, so im looking into it. For now they must be placed in bag, and wear some other items (forexample pvp with pve gear, so pvp gear gets upgraded since its in bags).
I looped thru Me.Inventory.Equipped.Items / Me.Inventory.Equipped.PhysicalItems and tried item.PickUp() . Both picked up the wrong item (but have the correct name and stats ). Have not tried directly with Me.Inventory.Equipped.Finger1 .. etc. I might just give that a try even though loop would be much cleaner approach.
Works perfectly! I've equipped my old crafted gear, while honor gear rests on my bags, tested today. Hope to get done honor farming for this toon tonight. Thanks peec! I hope you can get it to work with equipped items, I'm sure people will appreciate your efforts!
How exactly are you guys farming honor when BGBuddy has so many complaints about not working properly and running in packs, etc? I'd like to farm some honor so I can get my gear upgraded, but I don't want to be called out for botting in BGs, and I really don't want to be stuck at the keyboard farming by hand.
Personally I don't mind it's not like they will report everyone. I have been botting for almost a year now and have never been banned, I have 5 90s (4 botted up) and they are all at least fully Honor geared and I run BGbuddy every week to cap my Rogue on Conquest Points.
Bgbuddy, has farmed for me my whole honor set, and almost all honor for upgrades this week, i got to 90 on saturday on this particular toon, it has worked fine for me. Although I've watched a few times, and observed that other players(bots) moving the same path as my toon did, that surely needs a fix as it is easy to spot it. However, I think that it deserves a different topic to be raised since this doesn't concern bgbuddy.
i have been thinking about this for some days so thank you.. how ever the non equipd is a turn off for me ... ill just check in on the bot and upgrade manualy untill it can do it
Okay, I can not get it to work, I have tried both release and beta of honorbuddy. View attachment 5868 2012-12-09 07.06.txt
I understand. I wasn't trying to hijack the thread with something different. I was just curious about how the farming was done because of all the people claiming to be having issues with bans and reports stemming from botting BGs. But, if the ones doing it say it's no problem, then I'll start up again. I did this with my rogue back in Wrath and Cata and got full Conquest on her, along with weapons and all the other bits and bobs.
I seem to be having the same luck as you. I put on all of my 450 crafted PVP gear and put all of my other gear in my bags, yet it doesn't upgrade anything. Once I get down to about 60% durability, my character seems to run away from the item upgrader to repair but then just gets stuck because he is so far away from anybody who can do repairs. i end up going afk and it logs me out.
Doing this seems to return the right items. Code: List<WoWItem> items = new List<WoWItem>(); items.Add(Me.Inventory.Equipped.Head); items.Add(Me.Inventory.Equipped.Neck); items.Add(Me.Inventory.Equipped.Shoulder); items.Add(Me.Inventory.Equipped.Back); items.Add(Me.Inventory.Equipped.Chest); items.Add(Me.Inventory.Equipped.Wrist); items.Add(Me.Inventory.Equipped.Hands); items.Add(Me.Inventory.Equipped.Waist); items.Add(Me.Inventory.Equipped.Legs); items.Add(Me.Inventory.Equipped.Feet); items.Add(Me.Inventory.Equipped.Finger1); items.Add(Me.Inventory.Equipped.Finger2); items.Add(Me.Inventory.Equipped.Trinket1); items.Add(Me.Inventory.Equipped.Trinket2);
at first it worked perfectly for me as a feral drood but right now he only clicks to the upgrader and doesnt choose any item =(
This does NOT work. What happens is the plugin opens the item upgrade vendor and doesn't do anything further. Please update this plugin or remove it all together.