• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Keep WoW's 8th Anniversary buff online!

    Discussion in 'Uncataloged' started by nomnomnom, Nov 19, 2012.

    1. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      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.
       

      Attached Files:

      Last edited: Nov 25, 2012
      MrWizard516 and darkspyre0 like this.
    2. _Hausi

      _Hausi New Member

      Joined:
      Jan 15, 2010
      Messages:
      691
      Likes Received:
      0
      Trophy Points:
      0
      cewl, thnkx :-D
       
    3. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      Small change so it doesn't dismount you ;D - Redownload if you did.
       
    4. Redhood

      Redhood Member

      Joined:
      May 12, 2011
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      6
      For everyone who's thinking "plugin: Y U NO ENABLE" put it in a folder ^^
       
    5. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      New version, replace the old one if you're using it!
       
    6. ixako

      ixako New Member

      Joined:
      Dec 2, 2011
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      0
    7. darkspyre0

      darkspyre0 Member

      Joined:
      Jul 31, 2010
      Messages:
      99
      Likes Received:
      1
      Trophy Points:
      8
      AWESOME! just what i was looking for! thx man!
       
    8. Neskweek

      Neskweek New Member

      Joined:
      Apr 12, 2012
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
    9. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      Thanks for the translations, added to first post.
       
    10. Sowsix

      Sowsix New Member

      Joined:
      Jan 15, 2010
      Messages:
      73
      Likes Received:
      2
      Trophy Points:
      0
      Merci beaucoup ! ;)

      Thanks !
       
    11. exodia

      exodia Member

      Joined:
      Nov 12, 2012
      Messages:
      148
      Likes Received:
      3
      Trophy Points:
      18
    12. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      Added german to first post. tnx!
       
    13. Vexara

      Vexara New Member

      Joined:
      Oct 7, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Ty all guys, nicely done
       
    14. Condemned

      Condemned New Member

      Joined:
      Mar 10, 2011
      Messages:
      60
      Likes Received:
      3
      Trophy Points:
      0
      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: Nov 22, 2012
    15. cyberburst69

      cyberburst69 New Member

      Joined:
      May 14, 2012
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      works as it should thanx+rep
       
    16. wtf77

      wtf77 New Member

      Joined:
      Oct 28, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      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 )
       
    17. kimaasen

      kimaasen Member

      Joined:
      Apr 26, 2011
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      6
      Thanks alot!
       
    18. Keanu

      Keanu Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      15
      Trophy Points:
      18
      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.
       
    19. austinichols

      austinichols New Member

      Joined:
      Nov 18, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
    20. Dabosss

      Dabosss New Member

      Joined:
      Nov 18, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      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!
       

    Share This Page