-
Notifications
You must be signed in to change notification settings - Fork 52
Enumerations
MMOMinion edited this page Nov 7, 2013
·
24 revisions
- All enumerations made by us are listed here. Enumerations are pre-defined global variables that can and SHOULD be used everywhere in your lua code for better understanding and to reduce problems that come with patches & updates of the game that change these ingame enumerations.
- IMPORTANT: THE GLOBAL VARIABLES ARE NOT YET DEFINED IN THE CURRENTLY RUNNING CLOSED BETA TEST!
- Usage example:
-- the 'd' command is a global command for printing out information into the console
d(FFXIV.JOBS.SUMMONER)
-- Result: 28 (which is the internal identifier for summoner
ACTIONS = 1,
ITEM = 2,
GENERAL = 5,
MINIONS = 8,
CRAFT = 9,
MAINCOMMANDS = 10,
PET = 11,
MOUNT = 13,
PET = 2,
PLAYER = 4,
ENEMY = 5,
PC = 1,
BATTLENPC = 2,
EVENTNPC = 3,
AETHERYTE = 5,
RESOURCENODE = 6,
EVENTOBJECT = 7,
MINIPET = 9,
ACTIVE = 2,
NOTACTIVE = 4,
PREPARING = 7,
COMPLETED = 8,
ACTIVE = 2,
NOTACTIVE = 4,
PREPARING = 7,
COMPLETET = 8,
NONE = 0,
POLEOUT = 1,
PULLPOLEIN= 2,
QUIT = 3,
POLEREADY = 4,
BITE = 5,
REELIN = 6,
ADVENTURER = 0,
GLADIATOR = 1,
PUGILIST = 2,
MARAUDER = 3,
LANCER = 4,
ARCHER = 5,
CONJURER = 6,
THAUMAGURGE = 7,
CARPENTER = 8,
BLACKSMITH = 9,
ARMORER = 10,
GOLDSMITH = 11,
LEATHERWORKER = 12,
WEAVER = 13,
ALCHEMIST = 14,
CULINARIAN = 15,
MINER = 16,
BOTANIST = 17,
FISHER = 18,
PALADIN = 19,
MONK = 20,
WARRIOR = 21,
DRAGOON = 22,
BARD = 23,
WHITEMAGE = 24,
BLACKMAGE = 25,
ARCANIST = 26,
SUMMONER = 27,
SCHOLER= 28,
FORWARD,
BACKWARD,
STRAFELEFT,
STRAFERIGHT,
NONE = 0,
DIE = 1,
DEAD = 2,
REVIVING = 3,
WEAPON = 1 ARCANA = 2 SHIELD = 3 ARMOR = 4 FOOD = 5 ENHANCEMENT = 6 ENFEEBLEMENT = 7 ETHER = 8 POTION = 9 ELIXER = 10 CRYSTAL = 11 MATERIAL = 12 MATERIA = 13 FURNISHING = 14 DYE = 15 MISC = 16 BAIT = 17