Still use 1h in GearRecipe
[HIDE][22] DEBUG Logger - [NeededForGearRecipe][LeftHand] Slider Value : 1 | Actual Count : 0 | Temporary saved : 0
[22] DEBUG Logger - [NeededForGearRecipe] The item of type "LeftHand" is needed for recipe (actual : 0 | estimate next : 1)
[22] DEBUG Logger - [CustomRules][Pickup] item.IsNeededForRecipe returned true for Superior Karui Axe
[22] INFO Logger - [AreaStateCache] The location 2908 [Karui Axe] is being added from filter [(null)]. [Allocation 7/17/2016 AM]
[22] DEBUG Logger - [NeededForGearRecipe][LeftHand] Slider Value : 1 | Actual Count : 0 | Temporary saved : 1
[22] INFO Logger - [LootItemTask (Leash 50)] _itemLocation set to: Karui Axe with id 2908 at {395, 691}.
[22] DEBUG Logger - [LootItemTask] The current item to loot is [2908] Karui Axe at {395, 691}. We have been on this task for 00:00:00 and have been attempting to interact for 00:00:00.
[22] DEBUG Logger - [LootItemTask] Now attempting to interact with the item. This is the #1 attempt.
[22] INFO Logger - [Execute][oldgrindbot_on_loot] Karui Axe Metadata/MiscellaneousObjects/WorldItem 76 Rare 2908.
[22] DEBUG Logger - [CurrencyTrackerParsing (Loot)] Parsing Karui Axe...
[22] DEBUG Logger - [InteractWith] Now attempting to highlight 2908.
[22] DEBUG Logger - [InteractWith] Now attempting to interact with 2908.
[22] INFO Logger - [LatencyWait] Now sleeping 153 ms.
[22] DEBUG Logger - [FinishCurrentAction] Waited 0 ms for the action to finish Interaction.
[22] DEBUG Logger - [FinishCurrentAction] Waited 135 ms for the action to finish Interaction.
[22] INFO Logger - [AreaStateCache] The location 2908 [Karui Axe] is being removed because the WorldItem does not exist.
[22] INFO Logger - [RemoveItemLocation] The location 2908 [Karui Axe] is being removed.[/HIDE]
Maybe here if (i.ItemType == InventoryType.LeftHand && !i.IsTwoHandWeaponType) return;
need if (i.ItemType == InventoryType.LeftHand && !i.IsTwoHandsWeaponType) return; ?
No full log no win. Basically it shouldnt protect it when identification triggers, ofc I'll add a security check for this in next version