entrax
Member
- Joined
- Jul 23, 2012
- Messages
- 459
If you are too lazy to farm 60 nodes for favor each week or if you don't know what to do with your red gatherer tokens and you want some gils, this profil is for you !
What can it does ?
Well.. like the title said, it can farm every favors but not bought them !
How to use it ?
- You have to buy favor item yourself.
- Set the profile
- Set Mount distance to 40, all my test were with that
- Click Start
Player Settings
First of all, everything in this profile is using ExMatt's OrderBotTag, so big ovation for him plz.
It'll be something like this
Don't forget to enable "EnableFlight" in your plugins list.
Then you need to set your Miner gear set to 20 and Botanist gear set to 21 or change codechunks, Don't touch others codechuncks !
Miner :
Botanist :
"I don't want to gather Crystal !" ?
By default the bot'll just farm Elemental Crystal (because they don't take bag slots) but you can change this if you want :
- Open the profile
- Search the code for your map
- UnComment what you want to gather while gathering favor and comment or delete Crystal line?
- Each gathering zone'll be like this :
Don't be afraid if there are threegathercollectable tag, first allow us to pre hit 3 or 4 nodes, second will farm favor and third will reset the nodes !
There you go, load profile and Good Farm !
What can it does ?
Well.. like the title said, it can farm every favors but not bought them !
How to use it ?
- You have to buy favor item yourself.
- Set the profile
- Set Mount distance to 40, all my test were with that
- Click Start
Player Settings
First of all, everything in this profile is using ExMatt's OrderBotTag, so big ovation for him plz.
- Copy [noparse]https://github.com/MGramolini/ExBuddy/trunk/ExBuddy[/noparse] to your clipboard.
- Remove all of ExMatt's folders under OrderBotTags.
- Create a new folder under OrderBotTags named "ExBuddy".
- SVN Checkout... to that folder with the URL above.
- Restart RB if you have it open.
- Report back if the compiler errors continue.
It'll be something like this
![1443786073-tree.jpg](http://image.noelshack.com/fichiers/2015/40/1443786073-tree.jpg)
Then you need to set your Miner gear set to 20 and Botanist gear set to 21 or change codechunks, Don't touch others codechuncks !
Miner :
Code:
ff14bot.Managers.ChatManager.SendChat("/gs change 20") // Line 10
Code:
ff14bot.Managers.ChatManager.SendChat("/gs change 21") // Line 13
"I don't want to gather Crystal !" ?
By default the bot'll just farm Elemental Crystal (because they don't take bag slots) but you can change this if you want :
- Open the profile
- Search the code for your map
- UnComment what you want to gather while gathering favor and comment or delete Crystal line?
- Each gathering zone'll be like this :
Code:
<GatherCollectable while="Core.Player.HasAura(889) or (ff14bot.Helpers.Poi.Current.Type == ff14bot.Helpers.PoiType.Gather and not Core.Player.HasAura(889))" DisableRotationOverride="true">
<GatherObjects>
<GatherObject>Concealed Lush Vegetation Patch</GatherObject>
<GatherObject>Lush Vegetation Patch</GatherObject>
</GatherObjects>
<ItemNames>
<ItemName>Mute Swan Feather</ItemName>
<ItemName>Black Swan Feather</ItemName>
<ItemName>Wind Cluster</ItemName>
<ItemName>Grade 5 Carbonized Matter</ItemName>
<ItemName>Timeworn Dragonskin Map</ItemName>
[COLOR="#FF0000"]<!-- <ItemName>Gaelicatnip</ItemName> -->[/COLOR] // UnComment
[COLOR="#FF0000"]<!-- <ItemName>Cow Bitter</ItemName> -->[/COLOR] // UnComment
[COLOR="#008000"]<ItemName>Wind Crystal</ItemName>[/COLOR] // Comment or Delete
</ItemNames>
<GatherRotation>RegularNode</GatherRotation>
<GatherSpots>
<StealthApproachGatherSpot ReturnToStealthLocation="true" UnstealthAfter="true" StealthLocation="-512.0675, 141.4861, -277.4222" nodeLocation="-510.6701, 141.0723, -279.9205" />
<StealthApproachGatherSpot ReturnToStealthLocation="false" StealthLocation="-473.159, 143.2004, -298.8527" nodeLocation="-494.1652, 142.7381, -287.4084" />
<StealthApproachGatherSpot ReturnToStealthLocation="false" StealthLocation="-473.159, 143.2004, -298.8527" nodeLocation="-485.4606, 142.9737, -290.856" />
<StealthApproachGatherSpot ReturnToStealthLocation="true" StealthLocation="-391.9269, 146.2479, -183.8181" nodeLocation="-388.4753, 147.345, -177.1972" />
<StealthApproachGatherSpot ReturnToStealthLocation="true" StealthLocation="-391.9269, 146.2479, -183.8181" nodeLocation="-391.4452, 147.115, -169.2141" />
</GatherSpots>
<HotSpots>
<Hotspot XYZ="-517.4311, 155.392, -297.5033" Radius="50"/>
<Hotspot XYZ="-558.9656, 149.6086, -119.9824" Radius="50"/>
<Hotspot XYZ="-382.8387, 153.1599, -190.6937" Radius="50"/>
</HotSpots>
</GatherCollectable>
<If Condition="ItemCount(10381) != 0">
<GatherCollectable loops="1" DisableRotationOverride="true">
<GatherObjects>
<GatherObject>Concealed Lush Vegetation Patch</GatherObject>
<GatherObject>Lush Vegetation Patch</GatherObject>
</GatherObjects>
<ItemNames>
<ItemName>Mute Swan Feather</ItemName>
<ItemName>Black Swan Feather</ItemName>
<ItemName>Wind Cluster</ItemName>
<ItemName>Grade 5 Carbonized Matter</ItemName>
<ItemName>Timeworn Dragonskin Map</ItemName>
[COLOR="#FF0000"]<!-- <ItemName>Gaelicatnip</ItemName> -->[/COLOR] // UnComment
[COLOR="#FF0000"]<!-- <ItemName>Cow Bitter</ItemName> -->[/COLOR] // UnComment
[COLOR="#008000"]<ItemName>Wind Crystal</ItemName>[/COLOR] // Comment or Delete
</ItemNames>
<GatherRotation>RegularNode</GatherRotation>
<GatherSpots>
<StealthApproachGatherSpot ReturnToStealthLocation="true" UnstealthAfter="true" StealthLocation="-512.0675, 141.4861, -277.4222" nodeLocation="-510.6701, 141.0723, -279.9205" />
<StealthApproachGatherSpot ReturnToStealthLocation="false" StealthLocation="-473.159, 143.2004, -298.8527" nodeLocation="-494.1652, 142.7381, -287.4084" />
<StealthApproachGatherSpot ReturnToStealthLocation="false" StealthLocation="-473.159, 143.2004, -298.8527" nodeLocation="-485.4606, 142.9737, -290.856" />
<StealthApproachGatherSpot ReturnToStealthLocation="true" StealthLocation="-391.9269, 146.2479, -183.8181" nodeLocation="-388.4753, 147.345, -177.1972" />
<StealthApproachGatherSpot ReturnToStealthLocation="true" StealthLocation="-391.9269, 146.2479, -183.8181" nodeLocation="-391.4452, 147.115, -169.2141" />
</GatherSpots>
<HotSpots>
<Hotspot XYZ="-517.4311, 155.392, -297.5033" Radius="50"/>
<Hotspot XYZ="-558.9656, 149.6086, -119.9824" Radius="50"/>
<Hotspot XYZ="-382.8387, 153.1599, -190.6937" Radius="50"/>
</HotSpots>
</GatherCollectable>
</If>
There you go, load profile and Good Farm !
Last edited: