I've seen a lot of you complain that your gathering skills aren't working. The only thing you have to do is add the ActionID to your skills and it will work like a charm. For example:
That will make the bot use Blessed Harvest II when it reaches 500 GP.
When you open the bot you get the list of ActionID's.
So, just look for the Action ID of the skill that you want to use and add it as needed.
Cheers!
Code:
<GatheringSkillOrder>
<GatheringSkill ActionId="224" SpellName="Blessed Harvest II" TimesToCast="1"/>
</GatheringSkillOrder>
That will make the bot use Blessed Harvest II when it reaches 500 GP.
When you open the bot you get the list of ActionID's.
Code:
[21:39:28.735 N] Action Name:Triangulate Action Id:210
[21:39:28.735 N] Action Name:Arbor Call Action Id:211
[21:39:28.735 N] Action Name:Stealth Action Id:212
[21:39:28.735 N] Action Name:Preparation Action Id:213
[21:39:28.735 N] Action Name:Toil of the Pioneer Action Id:214
[21:39:28.735 N] Action Name:Ageless Words Action Id:215
[21:39:28.735 N] Action Name:Brunt Force Action Id:216
[21:39:28.735 N] Action Name:Nophica's Ward Action Id:217
...
So, just look for the Action ID of the skill that you want to use and add it as needed.
Cheers!