1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-21 20:27:47 +00:00
A server emulator for Final Fantasy XIV 1.23b
Find a file
2016-03-20 21:19:40 -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 Implemented a intra-zone teleport. Trigger Name is now sent to to the "eventStart" lua callback. Lua scripts can now access world manager. 2016-03-20 21:18:46 -04:00
research Removed old Blowfish DLL project, added server position to server research doc. 2015-10-02 22:39:38 -04:00
scripts Added trigger name to all the scripts that had params. Implemented the Gridania opening stoper. 2016-03-20 21:19:40 -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.