also, i know how to check for skills in questing profiles... i dunno how to in plugins, but i'm sure it's easy (Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue <= 300) or MaxValue if needed Dunno if that will help you or not Once it's added in - I can test the engy part for you (i have an engy) are there still 'clouds' like there are in LK? or did blizz do away w/ those? if there are, maybe you can make a cloud extractor option (engineers clouds of air)
Already have that. If you open the drskinner.cs, inside the void pulse it checks if you have them. I just can't find a way to get required skilllevel for anything but actual Skinning, like 250 required. That's why I added the try once then blacklist. And isn't the cloud gathering covered in Hb? Also idk if blizz got rid of it or not.
Updated. Plugin has been renamed. It was necessary for further development. Now I need more ideas for what to add. -Panda.
Getting a compiler error message when loading up the neweest version of HB on this plugin. View attachment 12-3-2011_8_21 AM 6524 Log.txt
Try deleting all the folders & files inside of Honorbuddy/Plugins/BuddyHelper/ Leave only the file Buddyhelper.cs I'm not sure why it sometimes shows that "duplicate non-necessary files" stuff, but from now on I'll clean the folder out when I commit the SVN. It's the only one you actually need, I just include the Visual Basic stuff for ease of use.
please try to add insignia removal in pvp. like lootlint players and npcs in AV etc. that would be amazing oops looks like someone beat me to it from the other thread
Indeed. I'm linking that thread just as a reference for me. ( http://www.thebuddyforum.com/honorbuddy-forum/plugins/requests/29828-insignia-removing-new-post.html )
would be awesome if this provided help for the quest profiles. the biggest issue i seem to run into while questing is my character tries to turn in a quest he hasn't completed. if there was a way to check if such a message was received like 20 times, then abandon the quest. then, i'm thinking when the quest profile does a checkpoint, it will see that it hasn't completed this quest and go pick it up again. this would make the quest profiles incredibly more afkable. just a thought.
This was planned already. It's actually just going to Stop->Start the treeroot since that at least 90% of the time fixes it.