Game IDs - Windower/Lua GitHub Wiki

FFXI uses IDs to identify most of its ingame data. Here are some used in the events used by LuaCore.

Chat mode IDs

  • 0: /say
  • 1: /shout
  • 3: /tell
  • 4: /party
  • 5: /linkshell
  • 26: /yell

Emote IDs

  • 1: /bow
  • 2: /salute
  • 3: /kneel
  • 4: /laugh
  • 5: /cry
  • 6: /no
  • 7: /yes
  • 8: /wave
  • 9: /goodbye, /farewell
  • 10: /welcome
  • 11: /joy
  • 12: /cheer
  • 13: /clap
  • 14: /praise
  • 15: /smile
  • 16: /poke
  • 17: /slap
  • 18: /stagger
  • 19: /sigh
  • 20: /comfort
  • 21: /surprised
  • 22: /amazed
  • 23: /stare
  • 24: /blush
  • 25: /angry
  • 26: /disgusted, /upset
  • 27: /muted
  • 28: /doze
  • 29: /panic
  • 30: /grin
  • 31: /dance
  • 32: /think
  • 33: /fume
  • 34: /doubt
  • 35: /sulk
  • 36: /psych
  • 37: /huh
  • 38: /shocked
  • 43: /hurray
  • 44: /toss
  • 65: /dance1
  • 66: /dance2
  • 67: /dance3
  • 68: /dance4
  • 74: /jobemote WAR
  • 75: /jobemote MNK
  • 76: /jobemote WHM
  • 77: /jobemote BLM
  • 78: /jobemote RDM
  • 79: /jobemote THF
  • 80: /jobemote PLD
  • 81: /jobemote DRK
  • 82: /jobemote BST
  • 83: /jobemote BRD
  • 84: /jobemote RNG
  • 85: /jobemote SAM
  • 86: /jobemote NIN
  • 87: /jobemote DRG
  • 88: /jobemote SMN
  • 89: /jobemote BLU
  • 90: /jobemote COR
  • 91: /jobemote PUP
  • 92: /jobemote DNC
  • 93: /jobemote SCH
  • 94: /jobemote GEO (guess at this point, confirm on update)
  • 95: /jobemote RUN (guess at this point, confirm on update)

Job IDs

  • 1: WAR
  • 2: MNK
  • 3: WHM
  • 4: BLM
  • 5: RDM
  • 6: THF
  • 7: PLD
  • 8: DRK
  • 9: BST
  • 10: BRD
  • 11: RNG
  • 12: SAM
  • 13: NIN
  • 14: DRG
  • 15: SMN
  • 16: BLU
  • 17: COR
  • 18: PUP
  • 19: DNC
  • 20: SCH
  • 21: GEO
  • 22: RUN

Weather IDs

  • 0: Clear
  • 1: Sunshine
  • 2: Clouds
  • 3: Fog
  • 4: Fire
  • 5: Fire x2
  • 6: Water
  • 7: Water x2
  • 8: Earth
  • 9: Earth x2
  • 10: Wind
  • 11: Wind x2
  • 12: Ice
  • 13: Ice x2
  • 14: Thunder
  • 15: Thunder x2
  • 16: Light
  • 17: Light x2
  • 18: Dark
  • 19: Dark x2