• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin / Ach] Noble Gardener

    Discussion in 'Archives' started by BarryDurex, Apr 24, 2011.

    1. znuffie

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
      Make it use and equip the Egg Basked (the offhand) on all cooldowns.
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,332
      Likes Received:
      378
      Trophy Points:
      83
      You want speed boost? You can has speed boost!!!

      This mod will use the egg basket offhand to make you move faster...

      I haven't done much coding with this engine so I haven't figure out how to make it worth cross-language, edit line 92 if you dont have an english client.
       

      Attached Files:

    3. znuffie

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
      Oh well, I fixed it myself eventually :-"

      Code:
      
                      if (StyxWoW.Me.Inventory.Equipped.OffHand != null && (StyxWoW.Me.Inventory.Equipped.OffHand.Name == "Egg Basket" && StyxWoW.Me.Inventory.Equipped.OffHand.Cooldown <= 0))
                      {
                          Logging.Write("EGG RUSH!");
                          StyxWoW.Me.Inventory.Equipped.OffHand.Use();
                          return;
                      }
      
       
    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,332
      Likes Received:
      378
      Trophy Points:
      83
      Your code makes much more sense then the way I did it, -_-
       
    5. iggi66

      iggi66 New Member

      Joined:
      Jan 15, 2010
      Messages:
      389
      Likes Received:
      24
      Trophy Points:
      0
      Would be perfect if you use item entry istead of the name, so it isn't localized and working in all languages ;)
       
    6. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      stick the code in a file and upload it, i'll put it in the first post
       
    7. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,332
      Likes Received:
      378
      Trophy Points:
      83
      Made his code localization friendly, and merged it into a file.
       

      Attached Files:

      Last edited: Apr 24, 2011
    8. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      added to first post
       
    9. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,332
      Likes Received:
      378
      Trophy Points:
      83
    10. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      uh, re-added? :p
       
    11. altheeb11

      altheeb11 New Member

      Joined:
      Mar 13, 2011
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      i love that thank you
       
    12. rizarjay

      rizarjay Member

      Joined:
      Jan 29, 2010
      Messages:
      397
      Likes Received:
      2
      Trophy Points:
      18
      I downloaded the version with speedboost, and it doesn't seem to be using it..
      But this thing is crazy good either way..

      Edit: Actually, it didn't work with the original basket I had, but once I completed the daily and it gave me a new basket, it started working.
       
      Last edited: Apr 24, 2011
    13. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,332
      Likes Received:
      378
      Trophy Points:
      83
      Strange, I tested it and it worked...
      I think there are two different easter baskets, one you get from accepting the quest,and one from handing the quest in.
       
    14. rizarjay

      rizarjay Member

      Joined:
      Jan 29, 2010
      Messages:
      397
      Likes Received:
      2
      Trophy Points:
      18
      Yeah. I edited my post. I think it works with the one after you hand it in, but not before.
       
    15. iggi66

      iggi66 New Member

      Joined:
      Jan 15, 2010
      Messages:
      389
      Likes Received:
      24
      Trophy Points:
      0
      Egg Basket - Item - World of Warcraft (provided to do the quest)
      Egg Basket - Item - World of Warcraft (quest reward)

      So the code should be changed to

      Code:
      if (StyxWoW.Me.Inventory.Equipped.OffHand != null && ((StyxWoW.Me.Inventory.Equipped.OffHand.ItemInfo.Id == 45067 || StyxWoW.Me.Inventory.Equipped.OffHand.ItemInfo.Id == 44802) && StyxWoW.Me.Inventory.Equipped.OffHand.Cooldown <= 0))
      So it will work with both items ;)



      EDIT:
      Attached the file wich is working nice for me now.
       

      Attached Files:

      Last edited: Apr 24, 2011
    16. BarryDurex

      BarryDurex New Member

      Joined:
      Jan 20, 2010
      Messages:
      361
      Likes Received:
      32
      Trophy Points:
      0
      Many thanks for the feedback!

      And special thanks to Kickazz006, iggi66,znuffie and mastahg for the improvements!!
      I love you guys! :eek:

      I was too tired to continue.. :rolleyes:
      I will now revise the code.
       
      Last edited: Apr 24, 2011
    17. iggi66

      iggi66 New Member

      Joined:
      Jan 15, 2010
      Messages:
      389
      Likes Received:
      24
      Trophy Points:
      0

      Thank you for starting this ;) Keep up the good work on this.
       
    18. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      All achievement's completed for the NobleGarden with a Big help from this plugin, Thx for amazing plugin xD
       
    19. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      yes this plugin was pwnface. i got eggs so fast that sometimes i couldn't click them in my bags fast enough (before the open stuff was added) :D
       
    20. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,332
      Likes Received:
      378
      Trophy Points:
      83

      Damn, that's harsh bro :(. My feelings are hurt.
       

    Share This Page