Skip to content

Llama Utilities

domesticwarlord86 edited this page Nov 29, 2021 · 7 revisions

Llama Utilities

Here you will find a run down of the various BotBases located in the Settings of Llama Utilities.

BotBases

Retainers

This BotBase will go cycle through your retainers and deposit any items from player to retainer that the retainer already has. I.E. if the player has Walnut Logs and the retainer has a stack of 23 it will move the players stack to the retainer. It will also combine item stacks between retainers, for example if 2 different both has stacks of Walnut Logs it will take it out of 1 retainer to put it in the other. Also collects gil from each retainer. Each of these settings can be turned on/off in settings.

Settings

  • DebugLogging - Used for dev purposes, typically leave this false.
  • DepositFromPlayer - Whether or not to deposit items from the player's inventory into the retainer's inventory when the BotBase finds a match. Typically leave this True.
  • DepositFromSaddleBags - Whether or not to deposit items from the chocobo saddlebags into the retainer's inventory when the BotBase finds a match. Typically leave this False.
  • GetGil - Whether or not to gather Gil from the Retainer and place in the characters inventory. Defaults to True.
  • Loop - Will continually run until BotBase is stopped. Defaults to True.
  • ReassignVentures - Will send your Retainers back out on the same venture if one is completed. Defaults to True.
Clone this wiki locally