Yes, you can use ExBuddy's ExTurnInCollectables behavior, which will automatically teleport and navigate to one of Rowena's vendors:
<ExTurnInCollectables>
<ShopPurchases>
<ShopPurchase ShopItem="GyrAbanianAlchemic" MaxCount="99" />
</ShopPurchases>
</ExTurnInCollectables>
As...
If you are using ExBuddy, please give this a try:
<If Condition="ExBuddy.Helpers.Condition.CollectableCount(5361, 400) >= 1">
<Log Message="I have at least one collectable with the item id 5361 that has at least 400 collectability!" />
</If>
The CollectableCount helper requires two...
Please post full logs the next time, the excerpt does not help because it misses information like level, class and potential prior errors.
My guess is that you are level 61 or higher, causing the profile to exit immediately due to the "while" attached to the Grind order.
If that is the case...