mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Merge branch 'develop' of https://bitbucket.org/Ioncannon/ffxiv-classic-server into ai
# Conflicts: # FFXIVClassic Map Server/Database.cs # FFXIVClassic Map Server/WorldManager.cs # FFXIVClassic Map Server/actors/area/Area.cs # FFXIVClassic Map Server/actors/chara/player/Player.cs
This commit is contained in:
commit
6f5a480cbd
68 changed files with 907 additions and 281 deletions
|
@ -51,6 +51,24 @@ INVENTORY_KEYITEMS = 0x0064; --Max 0x500
|
|||
INVENTORY_EQUIPMENT = 0x00FE; --Max 0x23
|
||||
INVENTORY_EQUIPMENT_OTHERPLAYER = 0x00F9; --Max 0x23
|
||||
|
||||
-- CHOCOBO APPEARANCE
|
||||
CHOCOBO_NORMAL = 0;
|
||||
|
||||
CHOCOBO_LIMSA1 = 0x1;
|
||||
CHOCOBO_LIMSA2 = 0x2;
|
||||
CHOCOBO_LIMSA3 = 0x3;
|
||||
CHOCOBO_LIMSA4 = 0x4;
|
||||
|
||||
CHOCOBO_GRIDANIA1 = 0x1F;
|
||||
CHOCOBO_GRIDANIA2 = 0x20;
|
||||
CHOCOBO_GRIDANIA3 = 0x21;
|
||||
CHOCOBO_GRIDANIA4 = 0x22;
|
||||
|
||||
CHOCOBO_ULDAH1 = 0x3D;
|
||||
CHOCOBO_ULDAH2 = 0x3E;
|
||||
CHOCOBO_ULDAH3 = 0x3F;
|
||||
CHOCOBO_ULDAH4 = 0x40;
|
||||
|
||||
-- NPC LS
|
||||
NPCLS_GONE = 0;
|
||||
NPCLS_INACTIVE = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue