PB + Grind bot :
Grind profile :
<MinDurability>0</MinDurability>
But bot ignoring Durability option and trying to repair even if repear NPC not set in profile.
[07:58:35.724 N] ::::::::: LowestDurabilityPercent is 0.24
[07:58:35.802 D] Updating repair cost for current equipped items. New value: [49g82s68c]
[07:58:35.849 D] Activity: Loading Tiles
[07:58:35.849 D] Loading HawaiiMainLand_29_28
[07:58:36.098 D] [Mount] Flying Carpet is known, but we don't have the skill to use it!
[07:58:36.098 D] [Mount] Flying Machine is known, but we don't have the skill to use it!
[07:58:36.114 D] [Mount] Frosty Flying Carpet is known, but we don't have the skill to use it!
[07:58:36.176 D] [Mount] Magnificent Flying Carpet is known, but we don't have the skill to use it!
[07:58:36.301 D] [Mount] Turbo-Charged Flying Machine is known, but we don't have the skill to use it!
[07:58:36.348 D] Changed POI to: Type: Repair, Name: Merchant Tantan
[07:58:36.379 N] Moving to Type: Repair, Name: Merchant Tantan
( tested <MinDurability>0.1</MinDurability>, still ignoring )
P.S
In my PB profile repair set to 0.2
Code:
<If Condition="Me.MapId == 870 && Me.FreeBagSlots >= 20 && Me.LowestDurabilityPercent >= 0.20" IgnoreCanRun="False />
but bot trying to repair at 0.24, he just run to closest repear NPC. ( even it not set in grind profile )
Since PB monitoring his grind position, and moves him back if he to far from start point..... its dead end.
View attachment 147081
UPDATE :
Moved
<MinDurability>0</MinDurability>
<MinFreeBagSlots>0</MinFreeBagSlots>
to top line ( just after <HBProfile> tag ) and now it works. Before it was inside <GrindArea> tag.