Small and quick plugin to automaticly pop the Celebration Package for the WoW anniversary buff. Will pop once it runs out, or when you're dead! Put it in the "Plugins/WowAnniversaryPlugin" folder of your Honorbuddy Installation! Then restart buddy and enable the plugin. Ps; I do this for fun, and reputation and/or likes are very much appreciated! Current version: 1.4 - Supports: English, German, French, Spanish & Russian. Grab it via SVN: PHP: https://team-random.googlecode.com/svn/trunk/YourBuddy Plugins/WoWAnniversary Or download it from the attachment.
Hello, modified it a little for russian users. Here is edited plugin. View attachment YBMoP_Anniversary.cs
[French Users] Pour les utilisateurs fran?ais : View attachment YBMoP_Anniversary.cs Thanks to the original creator of the plugin
Seems to spam my log that its using the item but it isnt. Worked fine at first. Edit if this happens close every thing and start fresh/
Thanks but it's not really working for me The plugin try to use the object when the character died ( I use french version )
Instead releasing language dependent files you could do it like follows (may not compile out of the box). Code: foreach (WoWItem item in Me.BagItems) { if (item.ItemInfo.Id == 007) // your item id { item.Use(); } } Or do it via LINQ or whatever. I hope you don't mind me posting this.
Leveling up a couple toons, this is a great plugin, unfortunetly I can not get this to work I have tried everything I can think of. It is in the plugins folder in its own file plugins\WowAnniversaryPlugin...English version, english server. I have disabled all WoW addons also to try to see if that was the issue. Any ideas? Also, thank you for taking the time to make the plugin!