Skip to content
MMOMinion edited this page Sep 28, 2013 · 24 revisions

Enumerations

  • 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 ingame enumerations.
  • *IMPORTANT: THE GLOBAL VARIABLES ARE NOT YET DEFINED IN THE CURRENTLY RUNNING CLOSED BETA TEST!

Entitytype

PC = 1,
BattleNPC = 2,
EventNPC = 3,
Aetheryte = 5,
ResourceNode = 6,
EventObject = 7,
Minipets = 9,
Clone this wiki locally