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.
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; }
Would be perfect if you use item entry istead of the name, so it isn't localized and working in all languages
You grabbed the unlocalized one that I uploded first, download this one http://www.thebuddyforum.com/attach...e-gardener-noblegardener-inc-openthatstuff.cs
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.
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.
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.
Many thanks for the feedback! And special thanks to Kickazz006, iggi66,znuffie and mastahg for the improvements!! I love you guys! I was too tired to continue.. I will now revise the code.
All achievement's completed for the NobleGarden with a Big help from this plugin, Thx for amazing plugin xD
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)