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

[Request] looking for a bot or mining profile to gather all shards

Rothy smash

New Member
Joined
Sep 24, 2014
Messages
2
Reaction score
0
i can only find profiles for lighting shards and wind shards on here. if anyone has profiles they could shard with me for fire, water, ice and earth shards i would greatly appreciate it
 
All you have to do is change the item mined from lightning shards to whatever you need to get.

<If Condition="IsTimeBetween(9,11)">
<If Condition="not IsOnMap(154)">
<TeleportTo Name="Revenant's Toll" AetheryteId="24" />
</If>
<Gather Loops="1">
<GatherObject>Unspoiled Mature Tree</GatherObject>
<HotSpots>
<Hotspot Z="-503.1679" Y="11.88765" X="554.8856" Radius="250"/>
<Hotspot Z="-336.9034" Y="-8.827361" X="511.0564" Radius="250"/>
</HotSpots>
<Slot>1</Slot> <!-- 0=Grade 4 Carbonized Matter, 1=Lighning Cluster -->
<GatheringSkillOrder>
<GatheringSkill SpellName="Field Mastery" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
</If>

See where it says <Slot>1</Slot>? Each node has a separate list of items you can harvest. In this case Lightning CLuster is slot 1. Find the slot you need and replace that.
 
Back
Top