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!

[Q] Netherwing Egg Farm

woofie

Member
Joined
Jun 4, 2011
Messages
263
Hi guys,

I made this profile by consolidating a bunch of old Netherwing farming profiles. Credit to the original authors hotspots are in the profile.

I also edited AknA's ObjectGatherer plugin to work with it. Read on the plugin's forum that it skips the eggs. I just added the netherwing egg item id to the .cs file and it picked it up.

Instructions


  1. Download AknA's Object Gatherer and extract it to a clean HB install.
  2. Download the edited "ObjectGatherer.cs" below and replace the one downloaded above.
  3. Download profile below and use questing botbase

  4. start profile near Yarzill the Merc
  5. Bot will stop after it farmed the egg.

NOTE

Tested with singular using a Warlock (ilvl 512). It ignores Overmine Flayers to speed things up. To make your char kill the overmine flayers, delete line 27 from the profile.

credits to original authors.

frede7222, exfelon and cryda.

Enjoy :)
 

Attachments

Doesn't work. Try to start the profile btu tit thinks objectgatherer is turned off, which it's not.
 
Same here.
[Profile Message]: I have found a Netherwing Egg
[UserSettings-v1335(info)] Stopping the bot per profile request.

Bot stopping! Reason: Stopping the bot per profile request.

I quested here before. Quest that you said to pick up is only when you have egg, so this profile only turn in quest?
 
Doesnt work.

Started it near Yarzill, got this message:

[Profile Message]: I have found a Netherwing Egg
[UserSettings-v1335(info)] Stopping the bot per profile request.

Bot stopping! Reason: Stopping the bot per profile request.
 
If this bot does not farm the eggs, what is the point of it? I cant get it working either.
 
hey mates,

this profile requires this quest: The Great Netherwing Egg Hunt - Quest - World of Warcraft
which is just the initial quest you do once and then you can farm eggs without having the quest. basically you can have/complete this particular quest only once.
so i removed the if-condition for this quest.

It seems to work, but the bot doesnt kill the mobs he pulls near the crystal formations (my legendary cloak proc killed them :D )
and in the mine the bot stopped at the end of the mine at the coors: <Hotspot X="-4358.7305" Y="326.0217" Z="149.3495" /> (row ~139) and didn't move anymore.

the other suggestion is to loot the mobs in the mine. The bbot did not found any eggs but i manually looted mobs on the way out and got 2 eggs.

cheers!
 
I've deleted the If condition...still getting same egg found error and stopping...maybe you could explain exactly what to delete/remove? Yes...I am a noob lol...thx in advance.
 
This profile is specifically made to be used with [Plugin] ObjectGatherer by AknA. Make sure it's enabled!
 
[Profile Message]: I have found a Netherwing Egg
[UserSettings-v1432(info)] Stopping the bot per profile request.

Bot stopping! Reason: Stopping the bot per profile request.


plugin is enabled :(
 
Heyah!

Instead of using the plugin and behavior, perhaps it would be more convenient to use a looped InteractWith with the Hotspots as the hunting grounds?

Ex:
PHP:
<While Condition="true" >
	<CustomBehavior File="InteractWith"  MobId="185915" WaitTime="1500" PreInteractMountStrategy="Dismount" ProactiveCombatStrategy="ClearMobsTargetingUs" MovementBy="FlightorPreferred" >
		<HuntingGrounds> 

			 <!-- Add each Netherwind Egg Hotspot Here -->

		</HuntingGrounds>
	</CustomBehavior>
</While>

The tunable 'MovementBy' can be adjusted depending on the farmer's movement ability.

Quick Dox:
(reference QuestBehaviorBase.cs)
MovementBy
Default: FlightorPreferred​
Allowed values:
ClickToMoveOnly, FlightorPreferred, NavigatorOnly, NavigatorPreferred, None​
 
Last edited:
Heyah!

Instead of using the plugin and behavior, perhaps it would be more convenient to use a looped InteractWith with the Hotspots as the hunting grounds?

Ex:
PHP:
<While Condition="true" >
	<CustomBehavior File="InteractWith"  MobId="185915" WaitTime="1500" PreInteractMountStrategy="Dismount" ProactiveCombatStrategy="ClearMobsTargetingUs" >
		<HuntingGrounds> 

			 <!-- Add each Netherwind Egg Hotspot Here -->

		</HuntingGrounds>
	</CustomBehavior>
</While>



this sounds cool! i'm no real coder tho, haven't cone any own profiles yet, just edited some. i will try to find the coordinates to put them into your suggestion :)
 
Hello again!

Since someone requested it, here's a modified version with my solution:



I've only added the hotspots to my InteractWith code, and made a few slight modifications - I also have not test this!
I currently don't have a tester available that's applicable to farming these eggs.


Please note that:
  • This profile does not require the plugin or QuestBehavior. If these two things were giving you issues, remove them.
  • This profile requires that you've completed the quest: The Great Netherwing Egg Hunt
  • This profile operates on the 'Questing' botbase.
 
Last edited:
Been trying the above profile on questbot whitout plugins etc.

Changing current profile to [Q] Netherwing Egg Farm 1.1
Starting the bot!
Currently Using BotBase : Questing
[Singular] info: Pull Distance set to 100 yds by Questing, Plug-in, Profile, or User
[Singular] info: Pull Distance set to 1 yds by Questing, Plug-in, Profile, or User
Bot stopping! Reason: Nothing more to do.

Getting the message You haven't completed the required quests to do this farm.

Though I have completed the quest and I have tried kicks profile aswell, that one works.. kinda.
 
Back
Top