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!

[Req] Dark Matter Cluster profile

Depangas

New Member
Joined
Jan 30, 2017
Messages
4
Hello,
Does anybody have a profile to gather dark matter cluster ?
At least only in Mor Dhona nodes that would be great.

I tried to modify entrax XML and swap an existing chunk with slot 8, but it collects both dark matter clusters and empty crystals, i dont know how to add conditionals since the spawn is random ..

Thanks,
 
try with something like this

try with something like this

Code:
<GatherCollectable loops="1" spawnTimeout="360">
	<GatherObjects>
		<GatherObject>Unspoiled Mineral Deposit</GatherObject>
	</GatherObjects>
	<ItemNames>
		<ItemName>Dark Matter Cluster</ItemName>
	</ItemNames>
	<GatherRotation>Unspoiled</GatherRotation>
	<HotSpots>
		<!-- Write ur HotSpots coord -->
	</HotSpots>
			<GatheringSkillOrder>
				<GatheringSkill SpellName="Toil of the Mountaineer" TimesToCast="1" />
			</GatheringSkillOrder>
</GatherCollectable>
 
Back
Top