1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-22 12:47:46 +00:00
A server emulator for Final Fantasy XIV 1.23b
Find a file
2016-03-20 19:29:38 -04:00
FFXIVClassic Lobby Server Added hair variation to the db. Turned out the hair highlight color was mis-sized (1 byte not 2) causing an invalid number when a variation was there. 2016-03-20 12:18:41 -04:00
FFXIVClassic Map Server Started to implement private areas. Works mostly, but only one instance is created. All the push triggers work more or less except bounding box. 2016-03-20 19:29:38 -04:00
research Removed old Blowfish DLL project, added server position to server research doc. 2015-10-02 22:39:38 -04:00
scripts Fixed bug in equip script causing the classChange function to be called multiple times due to classId not being a local variable. Added some test scripts for Request Information/QuestJournal Command. 2016-03-19 19:22:28 -04:00
sql Pushed the latest sql import file. 2016-03-20 12:30:29 -04:00
.gitignore Finished code to send character skill (class) info. Added parameterdata request packet that requests this info. 2016-03-19 18:43:02 -04:00
FFXIVClassic Map Server.sln Folder rename: FFXIVClassic_Lobby_Server to FFXIV Classic Lobby Server. 2016-03-17 14:33:58 -04:00
README.md README.md edited online with Bitbucket 2016-03-16 21:21:42 +00:00

FFXIV Classic Server

A FFXIV 1.0 server emulator.

Important

The original lobby server repo was deleted and the project was merged under the same solution as the map server. All work will be now done in this repo.