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 11:49:09 -04:00
FFXIVClassic Lobby Server Added new DB changes to character creator. Overhauled the get character methods to include as much data as possible. Fixed an issue with undergarments not being set properly for certain race/classes. 2016-03-20 11:49:09 -04:00
FFXIVClassic Map Server Levels are now loaded in from the database, and "mainSkillLevel" properties are also correctly set. 2016-03-19 19:21:16 -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
.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.