LlamaLibrary 26.602.804.30

dotnet add package LlamaLibrary --version 26.602.804.30
                    
NuGet\Install-Package LlamaLibrary -Version 26.602.804.30
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LlamaLibrary" Version="26.602.804.30" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LlamaLibrary" Version="26.602.804.30" />
                    
Directory.Packages.props
<PackageReference Include="LlamaLibrary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LlamaLibrary --version 26.602.804.30
                    
#r "nuget: LlamaLibrary, 26.602.804.30"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LlamaLibrary@26.602.804.30
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LlamaLibrary&version=26.602.804.30
                    
Install as a Cake Addin
#tool nuget:?package=LlamaLibrary&version=26.602.804.30
                    
Install as a Cake Tool

__LlamaLibrary

LlamaLibrary is a robust support library for RebornBuddy botbases, plugins, combat routines, and quest behaviors for Final Fantasy XIV.

It provides functionality that RebornBuddy does not expose directly, including helper functions, template botbases and plugins, offset and client-function access, remote window and agent wrappers, retainer helpers, script conditions, and shared game data/resources.

Runtime vs Development

For users, LlamaLibrary is installed into the RebornBuddy folder at:

RebornBuddy
+-- QuestBehaviors
    +-- __LlamaLibrary

That installed QuestBehaviors\__LlamaLibrary copy is the runtime source of truth. When a RebornBuddy project runs, it uses the user's locally installed LlamaLibrary folder.

The LlamaLibrary NuGet package is for developers. It lets RB-based projects reference LL while coding and building, but the NuGet package is not shipped as the runtime copy with the consuming project.

Updates

UpdateBuddy is now part of RebornBuddy and does not need to be installed separately. No separate UpdateBuddy plugin download or Plugins folder setup is required for LlamaLibrary.

UpdateBuddy keeps LlamaLibrary current in RebornBuddy's QuestBehaviors\__LlamaLibrary folder:

RebornBuddy
+-- QuestBehaviors
    +-- __LlamaLibrary

Manual Setup

If you do not want to use updateBuddy:

  1. Remove any previous versions of LlamaLibrary from the BotBases folder.
  2. Download or clone __LlamaLibrary.
  3. Create RebornBuddy\QuestBehaviors\__LlamaLibrary.
  4. Place the contents of this repository in that __LlamaLibrary folder.
  5. Download or clone LlamaUtilities.
  6. Create RebornBuddy\BotBases\LlamaUtilities.
  7. Place the contents of LlamaUtilities in that folder.

Optional:

  1. Download or clone ExtraBotbases.
  2. Create RebornBuddy\BotBases\ExtraBotbases.
  3. Place the contents of ExtraBotbases in that folder.

After installation, your folder structure should look similar to:

Developer Reference

When developing a RebornBuddy-based project, reference the NuGet package:

LlamaLibrary

NuGet package: LlamaLibrary

Use the package for compile-time references and IDE support. Do not assume the version referenced by a developer project is what users will run. Runtime behavior comes from the user's installed QuestBehaviors\__LlamaLibrary folder.

Contents

For a description of what is included with LlamaLibrary, check the wiki.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LlamaLibrary:

Package Downloads
PandaLibrary

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.602.804.30 81 6/2/2026
26.529.1630.54 129 5/29/2026
26.526.2342.43 159 5/26/2026
26.522.1947.19 109 5/22/2026
26.516.2114.48 124 5/16/2026
26.514.2259.40 119 5/14/2026
26.507.308.39 134 5/7/2026
26.429.1529.45 162 4/29/2026
26.428.814.57 110 4/28/2026
26.425.538.8 124 4/25/2026
26.425.418.21 91 4/25/2026
26.422.2326.48 113 4/22/2026
26.412.1654.28 193 4/12/2026
26.412.1557.15 101 4/12/2026
26.411.1727.29 103 4/11/2026
26.410.135.2 100 4/10/2026
26.409.1741.37 105 4/9/2026
26.409.306.46 93 4/9/2026
26.408.1838.11 95 4/8/2026
26.408.423.10 96 4/8/2026
Loading failed