• Visit Rebornbuddy
  • [Req] Dark Matter Cluster profile

    Discussion in 'Mining-Botany Profiles' started by Depangas, Feb 11, 2017.

    1. Depangas

      Depangas New Member

      Joined:
      Jan 30, 2017
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      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,
       
    2. Otoko

      Otoko New Member

      Joined:
      Feb 15, 2017
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      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>
      
       

    Share This Page