When using this code for the profile:
<LogMessage Message="Total purple scripts: ItemCount(33914)."/>
<While Condition="ItemCount(33914) > 500">
<!-- 33914 = Purple Gatheres' Scrip Scrip -->
<BuyInclusionShopItem ItemId="33936" Count="0"/>
<!-- 33936 = Gatherer's Guile Materia X -->
</While>
I get this error, that corresponds to the expected behaivor ( I knew it after research) to the LL library
(https://github.com/nt153133/__Llama...622ac0170d/Helpers/InclusionShopHelper.cs#L41)
[20:07:28.388 Q] [InclusionShopHelper] Found 5 vendors with 5
[20:07:28.604 Q] [InclusionShopHelper] Item Gatherer's Guile Materia X is in a hidden sub category
[20:07:28.669 V] [Poi.Clear] Reason: Current behavior changed to BuyInclusionShopItem: LineNumber: 19, ItemId: 33936, Count: 0, HighPriority: True, IsDone: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[20:07:28.669 D] Replaced hook [HighPriorityProfileOrderBehavior_Hook] 2438e5a3-e3c3-4aa6-b37d-
b0c2a2aac3a3
Any Idea how to buy that materia or how to make it work?
<LogMessage Message="Total purple scripts: ItemCount(33914)."/>
<While Condition="ItemCount(33914) > 500">
<!-- 33914 = Purple Gatheres' Scrip Scrip -->
<BuyInclusionShopItem ItemId="33936" Count="0"/>
<!-- 33936 = Gatherer's Guile Materia X -->
</While>
I get this error, that corresponds to the expected behaivor ( I knew it after research) to the LL library
(https://github.com/nt153133/__Llama...622ac0170d/Helpers/InclusionShopHelper.cs#L41)
[20:07:28.388 Q] [InclusionShopHelper] Found 5 vendors with 5
[20:07:28.604 Q] [InclusionShopHelper] Item Gatherer's Guile Materia X is in a hidden sub category
[20:07:28.669 V] [Poi.Clear] Reason: Current behavior changed to BuyInclusionShopItem: LineNumber: 19, ItemId: 33936, Count: 0, HighPriority: True, IsDone: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[20:07:28.669 D] Replaced hook [HighPriorityProfileOrderBehavior_Hook] 2438e5a3-e3c3-4aa6-b37d-
b0c2a2aac3a3
Any Idea how to buy that materia or how to make it work?