Sycho
New Member
- Joined
- Jan 10, 2015
- Messages
- 143
Many farming/harvesting/fishing profiles combined
![](http://www.cybervaldez.com/myuploads/Paypal-donate.gif)
I got tired of running one profile at a time and not being able to only harvest a few stacks of something and move on. So I decided to combine them all. I am currently teaching myself c# so this will have to do until I can write a botbase I like.
There are a few things that need to be adjusted before running the profile. First, you will need to change the "0" that is next to the item to the quantity you wish to gather. There is an example below.
Code:
<!ENTITY Raw_Turquoise "0">
<!ENTITY Silver_Ore "0">
Second, you will need to change the Gear Set in game to:
Botany: 2
Miner: 5
Fisher: 3
Fighter Class: 1
Or, you can change the number in the profile. Change the 2 in "/gs change 2" to whatever your gear sets are set to. Then do the same for Miner, Fisher and FighterClass.
Code:
<CodeChunks>
<CodeChunk Name="Botany">
<![CDATA[ff14bot.Managers.ChatManager.SendChat("/gs change 2");]]>
</CodeChunk>
</CodeChunks>
Note about fishing!
Currently there is no way to change bait so you can only fish for one type at a time. If you set more then one it will either skip it if you do not have the bait or just keep trying to fish with whatever bait is equipped. Also, the bot will stop fishing and move on if you run out of bait or fill you desired fish quota.
Lastly and most importantly,
Create a folder named OrderBotTags within the Plugins folder of Rebornbuddy. Should look like ..\Plugins\OrderBotTags
Place View attachment Fish.cs within that folder. (Credit for the creation of this file goes to kagamihiiragi17)
Notes about cluster profile...
The cluster profile will harvest the specific number of clusters you indicate and kill/fish in between so you are not staying in one spot.
For the fishing part to work you will need to purchase and equip Caddisfly Larva.
You will need to set the level of each class in the top of the profile, then set the number of the type of cluster you wish to gather. A snippet of the area that needs to be changed is below.
Code:
<!--Set your class levels below, needs to be at least 50 for mining/botany and 45 for fishing/fighting or it will not harvest with that skill.-->
<!--If for some reason you don't want it to use a certian class just set it to 0-->
<!--If using fishing be sure to have plenty of Caddisfly Larva or it will not fish-->
<!--Caddisfly Larva can be obtained from the Independent Merchant in Revenant's Toll (x21, y6)-->
<!ENTITY FightingClass "51"><!--Set level-->
<!ENTITY Fisher "51"><!--Set Level-->
<!ENTITY Miner "51"><!--Set level-->
<!ENTITY Botanist "51"><!--Set Level-->
<!ENTITY Cluster_Fire "0">
<!ENTITY Cluster_Ice "0">
<!ENTITY Cluster_Wind "0">
<!ENTITY Cluster_Earth "0">
<!ENTITY Cluster_Lightning "40">
<!ENTITY Cluster_Water "0">
Downloads - I would suggest using SVN since I will be adding to these profiles. If you don't know how to set up SVN a tutorial can be found here
SVN for all profiles https://subversion.assembla.com/svn/all-combined/
All_In_One profile .. View attachment All_In_One.xml
All_In_One_Without_Fishing profile View attachment All_In_One_Without_Fishing.xml
Fishing Only .. View attachment Fishing_Combined.xml
Shard/Crystals .. Combined View attachment Shard_and_Crystals_Combined.xml
Cluster harvesting .. View attachment Cluster_Farm.xml
SVN for all profiles https://subversion.assembla.com/svn/all-combined/
All_In_One profile .. View attachment All_In_One.xml
All_In_One_Without_Fishing profile View attachment All_In_One_Without_Fishing.xml
Fishing Only .. View attachment Fishing_Combined.xml
Shard/Crystals .. Combined View attachment Shard_and_Crystals_Combined.xml
Cluster harvesting .. View attachment Cluster_Farm.xml
If you would like to make a suggestion to have something added to one of the profiles please let me know. I am always happy to help where I can.
Code:
Update:
2015/08/24
Update: Changed pathing for Highland Wheat
Update: Changed pathing for Stalk of Ramie
2015/08/16
Added: (HW) Dragon Skins
Added: (HW) Archaeornis Skins
Added: (HW) Amphiptere Skins
Added: (HW) Dark Chestnut (Chance of death: Rare) NOTE: You MUST manually harvest the first time so that it is no longer unknown.
Added: (HW) Dark Chestnut Branch (Chance of death: Rare)
Added: (HW) Dark Chestnut Log (Chance of death: Rare)
Added: (HW) Hardsilver Sand (Chance of death: Rare)
Added: (HW) Cloud Mica (Chance of death: Rare)
2015/08/5
Added: (HW) Deepeye Tears
2015/08/01
Added: Night Milk
Added: Spoken Blood
2015/07/26
Added: (HW) Raw Carnelian (Chance of death: Rare)
Added: (HW) Raw Opal (Chance of death: Rare)
Added: (HW) Cedar Branch (Chance of death: Rare)
Added: (HW) Cedar Log (Chance of death: Rare)
2015/07/23
Added: (HW) Dravanian Spring Water (Chance of death: Rare)
Added: (HW) Raw Tigers Eye (Chance of death: Rare)
Added: (HW) Raw Agate (Chance of death: Rare)
2015/07/22
Added: (HW) Birch Branch (Chance of death: Rare)
Added: (HW) Birch Sap (Chance of death: Rare)
Added: (HW) Birch Log (Chance of death: Rare) NOTE: You MUST manually harvest the first time so that it is no longer unknown.
2015/07/20
Added: (HW) Mythrite Sand (Chance of death: Rare)
Added: (HW) Raw Star Sapphire (Chance of death: Rare)
Added: (HW) Raw Star Ruby (Chance of death: Rare)
Added: (HW) Titanium Ore (Chance of death: Rare) NOTE: You MUST manually harvest the first time so that it is no longer unknown.
2015/07/13
Added: (HW) Highland Wheat (Chance of death: Rare)
Added: (HW) Stalk of Ramie (Chance of death: Rare)
Added: (HW) Magma Beet (Chance of death: Low)
Added: (HW) Rainbow Cotton Boll (Chance of death: Rare)
Added: (HW) Sprig of Mist Dill (Chance of death: Rare)
Added: (HW) Loaghtan
Added: (HW) Yak Milk
Added: Takitaro
2015/07/10
Added: Megalodon
Added: Cluster harvesting profile
2015/07/02
Added: Noble Grapes
Added: Pixie Plums
Added: Sticky Rice
Added: Chamomile
Added: Brimstone
Added: Garlean Garlic
Added: Ogre Pumpkin
Added: Wild Onion
Changed: Many items now have a HQ setting (More to come later)
Changed: Class level is checked before harvesting to make sure you meet minimum level requirements (More to come later)
2015/06/28
Added: Rothlyt Oyster
Added: Finger Shrimp
2015/06/17
Added: Ochu Vine
Added: Desert Saffron
Added: Cloud Cutter
Added: Navigator's Dagger
2015/06/16
Added: Razor Clam
Added: Titanic Sawfish
Credits
kagepande - Reading through your profiles helped me learn the tags needed to get mine off and running.kagamihiiragi17 - Your fishing profiles were an amazing help and the Fish.cs file is some awesome work.
If I forgot anyone I apologize, there as been so many code snippets that I have looked at that I couldn't possible remember everyone.
Last edited: