Chromatics 2
  • Welcome to Chromatics
  • License
  • Getting Started
    • Prerequisites
    • Installation
    • Beta Releases
    • Running Chromatics
    • Chromatics Settings
    • Color Palette
  • Devices
    • Device Types
    • Emulator & Stream Overlay
    • Razer Chroma
    • Logitech G Hub
    • Corsair iCUE
    • Coolermaster
    • SteelSeries Engine
    • Wooting
    • Asus AuraSync
    • MSI Mystic Light
    • LIFX Smartbulbs
    • Philips HUE Smartbulbs
    • Advanced Settings
  • Chromatics Effects
    • Overview
    • Base Modes
    • Device Modes
    • Keybind Highlighting
    • Job Gauge Effects
    • Status Effects
    • Casting Effects
    • Menu/Cutscene Effects
    • Gold Saucer Vegas Mode
  • Integrations
    • LCD Displays
    • Advanced Combat Tracker
    • Logitech ARX
    • Google Cast
    • IFTTT
  • Developers
    • Introduction
    • Plugin Setup
    • Accessing FFXIV Data
    • List of ID's
    • Testing & Debug
    • Publishing
Powered by GitBook
On this page
  1. Developers

List of ID's

ID VALUE (EXAMPLE) Short description of ID.

#HP_PERCENT (70%) Returns the percentage of HP the player currently has. (Value between 0% and 100%).

#MP_PERCENT (90%) Returns the percentage of MP the player currently has. (Value between 0% and 100%).

#TP_PERCENT (10%) Returns the percentage of TP the player currently has. (Value between 0% and 100%).

#HP_CURRENT (20000) Returns the current HP value the player has.

#MP_CURRENT (10000) Returns the current MP value the player has.

#HP_MAX (20000) Returns the maximum HP value the player currently has.

#MP_MAX (10000) Returns the maximum MP value the player currently has.

#HUD_TYPE (TBC) TBC.

#CURRENT_LOCATION (10) Returns the Map ID of the location you are currently in.

#HUD_MODE (TBC) TBC.

#TARGET_HPPERCENT (90%) Returns the percentage of HP your direct target currently has.

#TARGET_HPCURRENT (100000) Returns the current value of HP your direct target has.

#TARGET_HPMAX (900000) Returns the max value of HP your direct target has.

#TARGET_NAME (STRIKING DUMMY) Returns the full name of your direct target.

#TARGET_NAME (STRIKING DUMMY) Returns the full name of your direct target.

#TARGET_ENGAGED (TRUE/FALSE) Returns the true or false if the target is currently engaged with a player or NPC.

#PLAYERPOSX (TBC) Returns your current X coordinate on the map.

#PLAYERPOSY (TBC) Returns your current Y coordinate on the map.

#PLAYERPOSZ (TBC) Returns your current Z coordinate on the map.

#ACTIONSTATUS (TBC) TBC.

#CASTPERC (50%) Returns the percentage value of your current cast.

#CASTPROGRESS (0.5) Returns the current progress value of your cast. (Value between 0.0 and 1.0).

#CASTTIME (8.2) Returns the full cast time of your cast.

#CASTINGTOGGLE (TRUE/FALSE) Returns true or false if you are currently casting or not.

#HITBOXRAD (TBC) Returns your current hitbox radius value.

#PLAYERCLAIMED (TRUE/FALSE) Returns true or false if you are currently engaged or not.

#PLAYERNAME (JOHN SMITH) Returns the current player name for the logged-in account.

#PLAYERJOB (BRD) Returns your current job or class in abbreviated form.

#MAPID (84) Returns the current map ID for the zone you are in.

#MAPINDEX (TBC) Returns the current map index for the zone you are in.

#MAPTERRITORY (TBC) Returns the current map territory for the zone you are in.

#TARGETTYPE (ENEMY) Returns the current target type. (Enemy, NPC, PC, etc).

PreviousAccessing FFXIV DataNextTesting & Debug

Last updated 5 years ago