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] Keep WoW's 8th Anniversary buff online!

nomnomnom

Well-Known Member
Joined
Feb 18, 2011
Messages
1,506
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.
 

Attachments

Last edited:
Small change so it doesn't dismount you ;D - Redownload if you did.
 
For everyone who's thinking "plugin: Y U NO ENABLE" put it in a folder ^^
 
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/
 
Last edited:
Thanks but it's not really working for me

The plugin try to use the object when the character died :confused: ( 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!
 
Back
Top