[Noble Gardener] v1.1.5 / v1.1.8beta [Shake Your Bunny-Maker] (v1.1.8 beta) [Dressed for the Occasion] [Chocolate Lover] [Sunday's Finest] [I Found One!] [Chocoholic] What does it? Find and gathers Brightly Colored Egg. open Brightly Colored Egg equips Egg Basket (big thanks to iggi66, that he has been through the night for it) use Egg Basket eat 100 Brightly Colored Egg for [Chocoholic] (if you press the button "eat eggs" / click on it again and it will stop!) do the Achievement [Shake Your Bunny-Maker] (v1.1.8 beta) this Plugin overrides all other actions! How to use? Go to (for example) Goldhain Load a BlankProfile Start Honorbuddy with the Bot "DoNothing" the Plugin does the rest! How to use: NobleGardener_do_only[Shake-Your-Bunny-Maker]_1.1.8_beta.cs? Go to (for example) SW Load a BlankProfile Start Honorbuddy with the Bot "DoNothing" the Plugin does the rest! ToDo: a interface for options Known Issues: Sometimes crashes WoW, if you turned off HB. Otherwise None, let me know if you find any! Special thanks to Kickazz006, iggi66, znuffie and mastahg for the improvements!! I hope you like it, have fun with it! if you need a profile, use this: http://www.thebuddyforum.com/honorb...38-[-quest-farm]-noblegarden-eggs-[kick].html (questing - it starts in sw for ally) you can also simply load a blank profile that I have attached -Kick
Brilliant stuff! It gets stuck in the little tent outside the Inn at Kharanos - if it picks up the next egg as being 'through' the tent towards the Inn. Otherwise - superb! Thank you!
Awesome - definitely looking into this! Does this work in all starting zones where eggs are found, or only in a few specific ones?
For some reason this doesn't seem to always collect the eggs, it seems to skip some randomly... Could this be due to only looking for one specific colour egg? Other then that, it has been great!
i need help when i will start i become this error: This profile does not contain any profiles fitting the character!
(egg.Entry == 113769 && egg.CanUse()) || (egg.Entry == 113770 && egg.CanUse()) || (egg.Entry == 113771 && egg.CanUse()) add these 3 and re-release it please
Same thing here, i have never used the DoNothing bot before so im not entirely sure what im doing wrong
Thanks mate, was looking for the item numbers but couldn't find them! Works perfectly with this change! Would be fantastic if this could be added and re-released
where do you add this? (egg.Entry == 113769 && egg.CanUse()) || (egg.Entry == 113770 && egg.CanUse()) || (egg.Entry == 113771 && egg.CanUse())
ya... give me the code and i'll re-up it. it kept getting errors when i put these in because i don't know how to add it properly
Line 95, change: Code: [B]if (egg.Entry == 113768 && egg.CanUse())[/B] to: Code: [B]if ((egg.Entry == 113768 && egg.CanUse()) || (egg.Entry == 113769 && egg.CanUse()) || (egg.Entry == 113770 && egg.CanUse()) || (egg.Entry == 113771 && egg.CanUse()))[/B]