Anyone have a clue how to code Deep Vigor so that it works? Every profile I have seen it in has it as <GatheringSkill SpellName="Deep Vigor" TimesToCast="1" /> at the very last line of code for gather. This doesn't work, at all.
Order Bot isn't very smart (there's not a lot of control over the logic it uses). It wouldn't surprise me if it's trying to use it once @ the beginning of gathering and not attempting again. Someone else who knows more will have to comment.
<Slot>1</Slot> <!--Gold Sand --> <GatheringSkillOrder> <GatheringSkill SpellName="King's Yield II" TimesToCast="1" /> <!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /--> <GatheringSkill SpellName="Deep Vigor" TimesToCast="1" /> </GatheringSkillOrder> Log snipette: [05:43:43.359 D] Targeting Unspoiled Mineral Deposit 0x40000384 0x2BDDFAB0 [05:43:43.873 D] Interacting with Unspoiled Mineral Deposit 0x2BDDFAB0 [05:43:45.505 N] [GatherTag] Casting King's Yield II [05:43:45.505 D] DoAction Spell 241 0xE0000000 [05:43:46.864 V] Blacklisting 40000384 for 00:00:30 [Type: All] - Reason : So we don't auto target [05:43:46.866 N] Gathering ItemNamearksteel Ore Chance:95 HqChance:1 Amount:5 RawItemId:5121 [05:44:00.079 V] [Poi.Clear] Reason: Node is gone [05:44:04.700 N] [GatherTag] Reached desired number of loops. [05:44:04.700 D] Removed hook [RoutineCombat] 2df4a5e8-e071-4429-967b-b1334f307fad [05:44:04.700 D] Removed hook [PoiAction] 730bee2d-b1f5-44be-a249-c75458ff000e [05:44:04.700 V] [Poi.Clear] Reason: Current behavior changed to : Condition: IsTimeBetween(1,6), Conditional: System.Func`1[System.Boolean], IsDone: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, . [05:44:04.700 D] Replaced hook [ProfileOrderBehavior_Hook] d76603b9-5550-495a-ba95-a3e3829e30b9
You realize without using "Solid Reason" you will rarely get the number of swings required to use Deep Vigor?
I have tried both. But watching it get chain #4 and not use deep vigor is what triggers my questions about this being coded correctly, that's all.
Code: [03:56:57.916 D] Interacting with Mineral Deposit 0x12DEDEA0 [03:56:58.550 V] Blacklisting 40000156 for 00:00:30 [Type: All] - Reason : So we don't auto target [03:56:58.555 N] Gathering ItemName:Black Alumen Chance:100 HqChance:15 Amount:1 RawItemId:5525 [03:57:00.482 N] [GatherTag] Casting Solid Reason [03:57:00.482 D] DoAction Spell 232 0xE0000000 [03:57:02.233 N] Gathering ItemName:Black Alumen Chance:100 HqChance:15 Amount:1 RawItemId:5525 [03:57:10.632 N] [GatherTag] Casting Deep Vigor [03:57:10.632 D] DoAction Spell 233 0xE0000000 [03:57:10.651 N] Gathering ItemName:Black Alumen Chance:100 HqChance:15 Amount:1 RawItemId:5525 [03:57:11.933 N] Gathering ItemName:Black Alumen Chance:100 HqChance:100 Amount:1 RawItemId:5525 It's working fine for me.