Tinytox
Member
- Joined
- Nov 5, 2014
- Messages
- 370
The purpose of this profile is to automatically gather clusters, and grade 4 carbonized matter from the unspoiled nodes in Mor Dhona.
At this time, it requires the user to turn on stealth manually, if you get hit by anything, you WILL DIE repeatedly, you will also teleport back to Mor Dhona repeatedly, and die, over and over and over again. Other than this fact, the profile is AFKable. I plan to implement a buff check for stealth, and make it automatically stealth the user, which would of course remedy this problem. Your biggest concern should be people FATEing nearby.
I plan for this profile to evolve with the use of Classy - Which is a plugin that enables the switching of classes. With this in mind it is quite possible to farm the nodes in Mor Dhona more effectively.
That being said, if you want the current version of ClusterFK, it is provided in the downloads below. Just remember to stealth yourself, and provided nobody pulls a mob within your range, and lets you get AoE'd, you will be okay.
The file manager is a little buggy, which is why the the files here don't have names. If you feel more comfortable doing so, use the code below and alter them yourself, otherwise, just download all of these, If you want one type of cluster, chances are you'll want all of them at some point. Remember to check back for the updated version, though!
View attachment 151725
View attachment 151726
View attachment 151727
View attachment 151728
View attachment 151729
View attachment 151730
View attachment 151733
Please note: The <Name> Tag reads "Botany" - rest assured this is a mining profile. I'll be changing that later.
For those who would rather just paste and/or modify the script themselves, Here is one:
Happy Gathering!
At this time, it requires the user to turn on stealth manually, if you get hit by anything, you WILL DIE repeatedly, you will also teleport back to Mor Dhona repeatedly, and die, over and over and over again. Other than this fact, the profile is AFKable. I plan to implement a buff check for stealth, and make it automatically stealth the user, which would of course remedy this problem. Your biggest concern should be people FATEing nearby.
I plan for this profile to evolve with the use of Classy - Which is a plugin that enables the switching of classes. With this in mind it is quite possible to farm the nodes in Mor Dhona more effectively.
That being said, if you want the current version of ClusterFK, it is provided in the downloads below. Just remember to stealth yourself, and provided nobody pulls a mob within your range, and lets you get AoE'd, you will be okay.
The file manager is a little buggy, which is why the the files here don't have names. If you feel more comfortable doing so, use the code below and alter them yourself, otherwise, just download all of these, If you want one type of cluster, chances are you'll want all of them at some point. Remember to check back for the updated version, though!
View attachment 151725
View attachment 151726
View attachment 151727
View attachment 151728
View attachment 151729
View attachment 151730
View attachment 151733
Please note: The <Name> Tag reads "Botany" - rest assured this is a mining profile. I'll be changing that later.
For those who would rather just paste and/or modify the script themselves, Here is one:
Code:
<!--
//This script mines the Mor Dhona unspoiled nodes.
It is very simple to Customize, just replace the below <slot>#</slot> with the corresponding slot number.
0 = Grade 4 Carbonized Matter
1 = Thunder
2 = Fire
3 = Wind
4 = Water
5 = Ice
6 = Earth
If there are any problems with this script, please post on the RB forums, and let me know!
Completed 11/11/14
Special thanks to kagamihiiragi17, for various help, other scripts for reference, and the script base.
-->
<Profile>
<Name>Botany - Clusters</Name>
<KillRadius>200</KillRadius>
<Order>
<If Condition="not IsOnMap(154)">
<TeleportTo Name="Revenant's Toll" AetheryteId="24" />
</If>
<Gather>
<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
<HotSpots>
<Hotspot Radius="200" X="319.3843" Y="-4.19957" Z="-517.7045" name="Middle Spot" />
</HotSpots>
<Slot>3</Slot>
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
</Order>
</Profile>
Happy Gathering!
Last edited: