project-meteor-server/FFXIVClassic Map Server/packets/receive
2016-03-28 12:14:10 -04:00
..
events 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
recruitment More recruitment packets implemented. Still need to finish the search results packet. 2015-12-06 22:58:42 -05:00
social Added null option for status update packet to send empty list. Added 0x1CF response for FL list to packet processor. Exception reason will now be printed when can't send packet by console. 2015-12-05 18:58:06 -05:00
supportdesk Fixed an error in the netcode that would cause the client to d/c on partial packets. Set buffer size to 0xFFFF due to disconnect on really large packets (ie gm packet). Implemented support ticket packets. 2016-02-16 22:53:53 -05:00
_0x02ReceivePacket.cs Cleaned up the 0x02 packet. It fires in response to the 0x2 packet sent by the client it seems. 2016-03-28 12:14:10 -04:00
_0x07Packet.cs Added langauge code packet (0x6) and 0x2/0x7 temp packets to clean up the login packets sent by client. 2016-03-28 11:30:02 -04:00
ChatMessagePacket.cs Can queue subpackets now (automatically creates basepacket). List packets implemented. Base packets fully figured out and implemented. Login has been stablized and no longer crashes. Implemented the following packets: List Packets, Set Job packet, chat message receive packet, SetActorIcon, SetActorIsZoning, SetActorSingleStatus, AchievementRate and some unknown packets. 2015-12-29 01:20:46 -05:00
HandshakePacket.cs Initial Commit. 2015-09-25 18:52:25 -04:00
LangaugeCodePacket.cs Added langauge code packet (0x6) and 0x2/0x7 temp packets to clean up the login packets sent by client. 2016-03-28 11:30:02 -04:00
LockTargetPacket.cs Fixed music packet, no longer hard coded. Added setTarget, lockOn, and startScript packets. Console window has quieted down woo! 2015-10-08 00:49:31 -04:00
ParameterDataRequestPacket.cs Finished code to send character skill (class) info. Added parameterdata request packet that requests this info. 2016-03-19 18:43:02 -04:00
PingPacket.cs Initial Commit. 2015-09-25 18:52:25 -04:00
SetTargetPacket.cs Fixed music packet, no longer hard coded. Added setTarget, lockOn, and startScript packets. Console window has quieted down woo! 2015-10-08 00:49:31 -04:00
UpdatePlayerPositionPacket.cs Initial Commit. 2015-09-25 18:52:25 -04:00