mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Finished code to send character skill (class) info. Added parameterdata request packet that requests this info.
This commit is contained in:
parent
d2a5eaa2c8
commit
1f60bcf4fc
7 changed files with 197 additions and 6 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue