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

Noxz Gold Farming Guide [Min: 6k/HR] [Max: 12k/HR] Server's Vairy

Noxz

New Member
Joined
Jul 12, 2014
Messages
22
Reaction score
1
Hello guys,

This is my first post on here even though I have been using HB for a while.

What you will be farming.

- G'nathus http://www.wowhead.com/npc=66467

With an 10-20 minute respawn time i just use combat bot to kill him no need for a profile! adding up to 3 - 6 Kills an hour! banking me 6k - 12k An hour!



What Class you will need.

- Warlock (Or any class with a pet which can hold agro (EG: Hunters))

What He Drops.

- Spawn of G'nathus (Sells for 2k Each on my server)
- http://www.wowhead.com/item=94595


Feedback and Comments are appreciated!
 
Last edited:
Can someone reply to this saying what they have gotten so far? thanks guys!
 
without rarekiller (that doesnt work) its not for use in afk. combat mode just attack when you trigger it. it would be nice to have something like rarekiller to wait at a spot for this mob and start fighting.
on my server its just 400g.
 
without rarekiller (that doesnt work) its not for use in afk. combat mode just attack when you trigger it. it would be nice to have something like rarekiller to wait at a spot for this mob and start fighting.
on my server its just 400g.
remember u can cage pets on a different server to sell them if u have other servers u play on! :)
 
without rarekiller (that doesnt work) its not for use in afk. combat mode just attack when you trigger it. it would be nice to have something like rarekiller to wait at a spot for this mob and start fighting.
on my server its just 400g.
You could use an endlessly looping 'InteractWith' code that has an extremely high collection distance - and hunting grounds hotspots for each of his spawn locations.
This little method is the easiest way of farming practically any mob(s) or even items in the game without using any sort of plugin.

^ ^

Ex:
PHP:
<While Condition="true" >
	<CustomBehavior File="InteractWith" WaitForNpcs="false" MobId1="ID 1" MobId2="ID 2" MobState="Alive" CollectionDistance="300" PreInteractMountStrategy="Dismount" > 
		<HuntingGrounds>

		<!-- Collection of predicted spawn locations as XYZ Hotspots -->
			<Hotspot X="1" Y="2" Z="3" />
			<Hotspot X="4" Y="5" Z="6" />

		</HuntingGrounds>
	<CustomBehavior>
</While>

Of course where MobIdX is, we can add more and more mobs that'll be farmed by increasing the X by 1 for each one.
Each Hotspot will be traversed by the bot as long as there's no MobIds detected by ObjectManager given the CollectionDistance.
I only tune the CollectionDistance to 300 (default 100) considering some mobs have a higher drawing distance than others.
Also, 'WaitForNpcs' is set to false to avoid any potential freezing problems.
 
Last edited:
You could use an endlessly looping 'InteractWith' code that has an extremely high collection distance - and hunting grounds hotspots for each of his spawn locations.
This little method is the easiest way of farming practically any mob(s) or even items in the game without using any sort of plugin.

^ ^

Ex:
PHP:
<While Condition="true" >
	<CustomBehavior File="InteractWith" WaitForNpcs="false" MobId1="ID 1" MobId2="ID 2" MobState="Alive" CollectionDistance="300" PreInteractMountStrategy="Dismount" > 
		<HuntingGrounds>

		<!-- Collection of predicted spawn locations as XYZ Hotspots -->
			<Hotspot X="1" Y="2" Z="3" />
			<Hotspot X="4" Y="5" Z="6" />

		</HuntingGrounds>
	<CustomBehavior>
</While>

Of course where MobIdX is, we can add more and more mobs that'll be farmed by increasing the X by 1 for each one.
I only tune the CollectionDistance to 300 (default 100) considering some mobs have a higher drawing distance than others.
Also, 'WaitForNpcs' is set to false to avoid any potential freezing problems.

thanks for the post :) Echo
 
well your sever economy has to be pretty weird on none of the servers i play on it sells for more then a few hundreds gold
 
i tryed to wright a normal farming profile but didnt go so well lol , dont even move to hotspot and when he finds the mob he dont attack it. anyone who got a working profile for this? :)
 
i tryed to wright a normal farming profile but didnt go so well lol , dont even move to hotspot and when he finds the mob he dont attack it. anyone who got a working profile for this? :)
I'd have to see your code to see what you've got going on. Although I don't think Noxz would like for us to turn his thread into a support forum. ;P

I order to have the bot automatically sell, you'll need to set a <MinFreeBagslots>X</MinFreeBagslots> in your code header which will trigger the vendoring routine.
Also, you will need to specify a vendor list using <Vendors>X</Vendors> if Honorbuddy hasn't cached any 'nearby' vendors already.
 
Last edited:
I'd have to see your code to see what you've got going on. Although I don't think Noxz would like for us to turn his thread into a support forum. ;P

I order to have the bot automatically sell, you'll need to set a <MinFreeBagslots>X</MinFreeBagslots> in your code header which will trigger the vendoring routine.
Also, you will need to specify a vendor list using <Vendors>X</Vendors> if Honorbuddy hasn't cached any 'nearby' vendors already.


ya if anyone could make a profile that would be great!
 
ya if anyone could make a profile that would be great!
Gimmi some coordinates of where he spawns / patrols and I'll blindly throw it together real quick. ;P Lol
 
Those are map coordinates, not world coordinates. :3
Someone would have to go in-game and use Honorbuddy to get the world coordinates.
sorry about that new to this stuff haha let me grab those for u real fast !
 
Those are map coordinates, not world coordinates. :3
Someone would have to go in-game and use Honorbuddy to get the world coordinates.

i think this is right this is what i got

<WoWUnit Name="G'nathus" Entry="66467" X="4166.702" Y="6025.319" Z="-48.9719" />
 
Back
Top