Yes, you can use ExBuddy's ExTurnInCollectables behavior, which will automatically teleport and navigate to one of Rowena's vendors:
Code:
<ExTurnInCollectables>
<ShopPurchases>
<ShopPurchase ShopItem="GyrAbanianAlchemic" MaxCount="99" />
</ShopPurchases>
</ExTurnInCollectables>
As the example shows, you can (optionally) exchange the earned scrips for items. The list of valid ShopItem identifiers can be found in .\RebornBuddy\Plugins\ExBuddy\OrderBotTags\Behaviors\Objects\ShopItem.cs.
For more details on other available options within the behavior, please see .\RebornBuddy\Plugins\ExBuddy\OrderBotTags\Behaviors\ExTurnInCollectablesTag.cs.