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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[H / A] NobleGardner - Ultimate Egg Hunter

wish it would just stay in one place and sit there because on my server there is a major bott train going on around the eggs
 
Goldshire Vendor (for Alliance)
ID: 32836
Location: X="-9451.579" Y="41.67638" Z="57.05641"
 
Last edited:
im kinda an editing noob ... i figured out how to edit it to keep it in bunny mode i just cant figure out how to fix the edit to make it use the Basket
 
Thanks bro!

EDIT: After trying to put it in the code it would spam "you must equip that item to use it" when not equipped, however when it is equipped it doesn't seem to do anything, :(

EDIT2: figured it out:

Code:
                if (StyxWoW.Me.Inventory.Equipped.OffHand != null && ((StyxWoW.Me.Inventory.Equipped.OffHand.ItemInfo.Id == 45067) && StyxWoW.Me.Inventory.Equipped.OffHand.Cooldown <= 0))
                {
                    StyxWoW.Me.Inventory.Equipped.OffHand.Use();
                }

Awesome plug-in Phelon!

Good find. I will update that.

im kinda an editing noob ... i figured out how to edit it to keep it in bunny mode i just cant figure out how to fix the edit to make it use the Basket

Fear not friend. I uploaded a new version and all you have to do is set things to true or false at the top of the plugin. I made it REALLY easy for you =)
 
Last edited:
Seems like people on my server running the same plug-in follow the same exact path. Is there a way to randomize the closest 3-5 eggs to make it less obvious? I'll try to see if I can figure it out.
 
Seems like people on my server running the same plug-in follow the same exact path. Is there a way to randomize the closest 3-5 eggs to make it less obvious? I'll try to see if I can figure it out.

No worries I got it. New rev up with randomization and max search range!
 
I just came back to my computer to see the text "Mail sent" and character was at mailbox.
Who did I send to :D? I havent edited anything
 
yes i had seems i made a typo :D
also have tuned it down to 50 with 100 it skipt loads of eggs
Edit:
It still skips alot of eggs prev version didnt skip that many :)
 
Seems to work slower in rev 1.6 than it was in rev 1.4 also it spam my log with
[17:17:24.227 D] Garbage collected 1 nav tiles
[17:17:25.013 D] Loading Kalimdor_34_19
[17:17:25.088 D] Garbage collected 4 nav tiles
[17:17:25.936 D] Loading Kalimdor_30_24
[17:17:26.025 D] Loading Kalimdor_29_29
[17:17:26.074 D] Loading Kalimdor_37_40

My Settings:
private const bool CancelBunny = false;
private const bool UseBasket = true;
private const bool MailItems = false;
private const bool BuyMounts = false;
private const bool MoveToGetEggs = true;
private const bool RandomizeEggLocations = false;
private const int MaxSearchRange = 100;

Edit:
Rev 1.4 Egg per hour 900
Rev 1.6 Egg per hour 550
 
Last edited:
i may be a noob im sorry but i put the file in the plugins folder and when i start my HB its not in my plugins options...sorry still new to messing with HB plugins and stuff any help would be awesome...

-Edit- ok well i got the plugin to show up in the plugins but now my problem is with both the do nothing routine and do nothing profile is my character just stands there and does nothing.
 
Last edited:
Where are you guys getting the best results?

I'm only getting like 250/hour in Goldshire :/
 
Last edited:
Back
Top