This website requires JavaScript.
Explore
Help
Sign In
cassidy
/
project-meteor-server
Watch
1
Star
0
Fork
0
You've already forked project-meteor-server
mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced
2025-05-20 08:26:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
project-meteor-server
/
FFXIVClassic_Lobby_Server
/
dataobjects
History
Filip Maj
5acc769505
The correct appearance is now set depending on what class you choose in chara creator. The actual items will be added in by the map server. The appearance is handled by the lobby in the case the user successfully makes a character, but never logs into the server (due to a disconnect or something).
2016-02-20 11:20:59 -05:00
..
Account.cs
Added account and select character packet creators. Fixed wrong field being read for session id. Most of the server is now NOT hardcoded and customizable from the DB. Only hardcoded packet left is the initial handshake.
2015-09-13 18:21:41 -04:00
Appearance.cs
Ported over the network code from the map server. A lot of backedlogged changes are here as well.
2016-02-16 23:35:21 -05:00
Character.cs
Fixed a character appearance bug when making a character. Current zone now shown. Added a utility for setting new gear appearance.
2016-02-20 00:11:51 -05:00
CharaInfo.cs
The correct appearance is now set depending on what class you choose in chara creator. The actual items will be added in by the map server. The appearance is handled by the lobby in the case the user successfully makes a character, but never logs into the server (due to a disconnect or something).
2016-02-20 11:20:59 -05:00
Retainer.cs
Import and Retainer lists now sent.
2015-09-10 00:52:31 -04:00
World.cs
Error and server list packets added. Reserve will send error to client if a character name is take for a server. Code to send out server list on GetCharacters added.
2015-09-02 14:07:45 -04:00