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

[Plugin / Ach] Noble Gardener

for some reason, the plugin overrides OpenThatStuff (Cutpurse originally) plugin and won't let it open the eggs in it's inventory. can someone add the code and re-upload that, or can you tell me what to add and i'll add it?

and by people, i probably meant iggi ;)

45072 is the egg item id

and holy crap, this thing finds eggs like there's no tomorrow. I can't even see 75% of the eggs that it loots! xD
 

Attachments

Last edited:
Works like a Charm with the edited "eggsline" ..

Is there any way to get this Plugin to Use the Egg Basket?
 
Lol. Don't try this in Razor Hill as a Tauren , pathing is really bad for us big guys.

But the plugin itself , works great thanks for this!
 
did i need a profile ?! because i get this message everytime! This profile does not contain any profiles fitting the character!
 
for some reason, the plugin overrides OpenThatStuff (Cutpurse originally) plugin and won't let it open the eggs in it's inventory. can someone add the code and re-upload that, or can you tell me what to add and i'll add it?

and by people, i probably meant iggi ;)

45072 is the egg item id

and holy crap, this thing finds eggs like there's no tomorrow. I can't even see 75% of the eggs that it loots! xD

The Plugins overrides all other plugins, because it's using a while statement which makes HB not to call pulse() again. I've a solution for that, but one question: do you want OpenThatStuff just to open items in Bag?
 
ya, that's all that open that stuff does... it opens stuff :p It normally opens stuff, but the egg collector doesn't let it
 
This Plugin is really nice ! He finds so much eggs that I really need a plugin which opens them ^^
 
for some reason, the plugin overrides OpenThatStuff (Cutpurse originally) plugin and won't let it open the eggs in it's inventory. can someone add the code and re-upload that, or can you tell me what to add and i'll add it?

and by people, i probably meant iggi ;)

45072 is the egg item id

and holy crap, this thing finds eggs like there's no tomorrow. I can't even see 75% of the eggs that it loots! xD

Give the following a try mate

View attachment NobleGardener inc OpenThatStuff.cs

Purely just took OpenThatStuff and put it inside so it's all one plugin and it seems to work fine for me!
 
Works like a charm !!! Collects the eggs and opens them from within the bag...

Only thing I noticed is that I guess one person looted a egg but still has it open. Like no auto loot on there just sitting there waiting to take it.
The bot stands there trying to loot it. The red words in wow saying That item is already being used.
 
Last edited:
ya, that's all that open that stuff does... it opens stuff :p It normally opens stuff, but the egg collector doesn't let it

Change Line 69 in NobleGardener.cs to

Code:
if (!complete && !Me.Combat)

istead of

Code:
while (!complete && !Me.Combat)

Also I changed your OpenThatStuff.cs and attached it.
 

Attachments

iggi = teh best

Maybe some part of code should be removed to not getting stuck in loot frame:

Code:
while (LootFrame.Instance.IsVisible)
                                StyxWoW.SleepForLagDuration();


Edit: Still a little bit buggy but I think you'll be able to fix that..
 
Last edited:
I like the one that doesn't loot.. looting just wastes time. Works good in Falconwing Square.. for some reason though it enters the Inn sometimes..
 
I like the one that doesn't loot.. looting just wastes time. Works good in Falconwing Square.. for some reason though it enters the Inn sometimes..

It loots eggs in bag while you are moving most likely.
 
With this plugin I was able to complete the entire Noble Garden Achievements in under 2 hours .. huge thanks to you!
 
Back
Top