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

Radiating Apexis Shards

YoShIWoZ

New Member
Joined
Nov 29, 2013
Messages
29
Reaction score
0
Hey fellow HB community, so now we have auto trapper, and auto lumber miller etc.
I thought it might be awesome to have a plugin that would detect Radiating Apexis Shards in Tanaan Jungle.
They give Fel-Corrupted Apexis Fragments and Garrison Resources, and spawn all over the Bonus Objective areas.

http://www.wowhead.com/object=243852/radiating-apexis-shard

-Cheers!
 
Radiating apexis shards have static spawn points:
yj3pKqB.png


i will create a profile/plugin for that, thanks for the input
 
Radiating apexis shards have static spawn points:

i will create a profile/plugin for that, thanks for the input

@Roboto, the locations above are bit translated on left.

The wowhead map on most of them with accurate positions (Without Fang'rila)
0162efdc8726808f639037ee574cfa41.png


If this gets into public profile, I am afraid, its popularity will grow so much, so it will get fixed due to the enormous GR gain in a short time.
 
@Roboto, the locations above are bit translated on left.

The wowhead map on most of them with accurate positions (Without Fang'rila)
0162efdc8726808f639037ee574cfa41.png


If this gets into public profile, I am afraid, its popularity will grow so much, so it will get fixed due to the enormous GR gain in a short time.
wowhead is a bit inaccurate on this one, i already validated my data and it proofs proper; i dont think a public profile would be of any more danger tho :)
 
Last edited:
I get your point with the public, but honestly. These has a spawn timer, and they are famed anyway. So wether 100 people stand in line to loot it or 1000 does, wouldn't make much of a difference. tbh. :)
 
wowhead is a bit inaccurate on this one, i already validated my data and it proofs proper; i dont think a public profile would be of any more danger tho :)
I mentioned it, because I know several of them pretty well and at least half of your hotspots are indeed translated off the actual ones.

For reference - the most NW hotspots are out of the Tanaan Jungle boundaries in the mountains/sea.
 
For the people asking the original question about the plugin, just make a profile..

here is a snipppet from the questing profile I made for this for my own use :)

fill inn your own hotspots around Ruins of Kra'nak and you will have 10 Fel-Corrupted Apexis Fragment pretty quickly.. :)

PHP:
<QuestOrder>
	<CustomBehavior File="NoCombatMoveTo" X="4547.013" Y="449.2588" Z="229.8684"  />
	<While Condition="10 &gt;= GetItemCount(128346)">
		<CustomBehavior File="InteractWith" MobId="243852" Range="4" WaitTime="100" >
			<HuntingGrounds WaypointVisitStrategy="InOrder" >
				<Hotspot X="4547.013" Y="449.2588" Z="229.8684" />
				<more hotspots like this, make them yourself>
			</HuntingGrounds>
		</CustomBehavior>
	</While>
</QuestOrder>
 
So a xml file with the PHP code snippet you posted loaded into Questing Botbase and provided with the correct waypoints is enough for it to farm those radiating shards? Or do i also need some kind of plugin ? Thanks
 
For the people asking the original question about the plugin, just make a profile..

here is a snipppet from the questing profile I made for this for my own use :)

fill inn your own hotspots around Ruins of Kra'nak and you will have 10 Fel-Corrupted Apexis Fragment pretty quickly.. :)

PHP:
<QuestOrder>
    <CustomBehavior File="NoCombatMoveTo" X="4547.013" Y="449.2588" Z="229.8684"  />
    <While Condition="10 &gt;= GetItemCount(128346)">
        <CustomBehavior File="InteractWith" MobId="243852" Range="4" WaitTime="100" >
            <HuntingGrounds WaypointVisitStrategy="InOrder" >
                <Hotspot X="4547.013" Y="449.2588" Z="229.8684" />
                <more hotspots like this, make them yourself>
            </HuntingGrounds>
        </CustomBehavior>
    </While>
</QuestOrder>

I tried this by adding waypoints and It tried to do bonus objective in another area completely ignoring my waypoints. Is there a paid profile for this cause I am not the smartest crayon in the box and would rather just pay someone to make it lol. I am looking for a profile that just farms these but can't find one, any help in the direction I should be looking would be fantastic!! I have been looking to gear all my toons with baleful gear and this seems to be the fastest way other than doing dailies. I just want to fly around and pick up apexis treasures for baleful gear.
 
Back
Top