Git Product home page Git Product logo

ffxivlib's Introduction

FFXIVLIB

FFXIVLIB is an open-source C# library allowing you to create easily 3rd party tools for FINAL FANTASY XIV MMORPG

Build Features

  • Player support
  • Party Members support
  • Entity support (PC/NPC/Gathering)
  • Target support (Current/Mouseover/Previous/Focus)
  • Inventory support
  • Chatlog support
  • Signature scanner
  • Resources parser (Mapping ID<>Name)

Getting Started

Add a reference to ffxivlib.dll in your application and include this snippet

using ffxivlib;

FFXIVLIB instance = new FFXIVLIB();

Check out the demo projects and the documentation

Examples

Retrieve the current target and print its name and level

using ffxivlib;

FFXIVLIB instance = new FFXIVLIB();
Entity myTarget = instance.GetCurrentTarget();
Console.WriteLine("Name: {0} Level: {1}", e.Name, e.Level);

Requests/Questions

Please feel free to create an issue and submit pull requests to discuss changes, bugs or new additions.

Links

ffxivlib's People

Contributors

sruon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.