mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Finished code to send character skill (class) info. Added parameterdata request packet that requests this info.
This commit is contained in:
@@ -12,11 +12,11 @@ namespace FFXIVClassic_Map_Server.utils
|
||||
{
|
||||
class ActorPropertyPacketUtil
|
||||
{
|
||||
Actor forActor;
|
||||
uint playerActorId;
|
||||
List<SubPacket> subPackets = new List<SubPacket>();
|
||||
SetActorPropetyPacket currentActorPropertyPacket;
|
||||
string currentTarget;
|
||||
private Actor forActor;
|
||||
private uint playerActorId;
|
||||
private List<SubPacket> subPackets = new List<SubPacket>();
|
||||
private SetActorPropetyPacket currentActorPropertyPacket;
|
||||
private string currentTarget;
|
||||
|
||||
public ActorPropertyPacketUtil(string firstTarget, Actor forActor, uint playerActorId)
|
||||
{
|
||||
|
Reference in New Issue
Block a user