What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin / Ach] Noble Gardener

BarryDurex

New Member
Joined
Jan 20, 2010
Messages
361
Reaction score
32
achievement_noblegarden_chocolate_egg.jpg
[Noble Gardener]
inv_egg_06.jpg

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]



:confused: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!

:confused:How to use?

  • Go to (for example) Goldhain
  • Load a BlankProfile
  • Start Honorbuddy with the Bot "DoNothing"
  • the Plugin does the rest!
:confused: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
 

Attachments

Last edited:
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!
 
Nice plugin, btw sometimes it stuck and dont move also if I've got an egg next to me.... :(
 
Awesome - definitely looking into this! :)

Does this work in all starting zones where eggs are found, or only in a few specific ones?
 
Last edited:
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!
 
i need help when i will start i become this error:

This profile does not contain any profiles fitting the character!

Have you ensured you have started the bot with "DoNothing" selected?
 
(egg.Entry == 113769 && egg.CanUse()) ||
(egg.Entry == 113770 && egg.CanUse()) ||
(egg.Entry == 113771 && egg.CanUse())
add these 3 and re-release it please
 
i need help when i will start i become this error:

This profile does not contain any profiles fitting the character!

Same thing here, i have never used the DoNothing bot before so im not entirely sure what im doing wrong
 
(egg.Entry == 113769 && egg.CanUse()) ||
(egg.Entry == 113770 && egg.CanUse()) ||
(egg.Entry == 113771 && egg.CanUse())
add these 3 and re-release it please

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 :p
 
It does collect eggs nicely, so I hope you'll be working to make this even better =)
 
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]
 
Back
Top