mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 03:48:23 +02:00
Added support for actor property changed. Removed a lot of hard coded packets. Added a bunch of Support Desk packets.
This commit is contained in:
parent
c8d6326ecd
commit
1f7c876461
33 changed files with 783 additions and 754 deletions
|
@ -67,12 +67,25 @@
|
|||
<Compile Include="ConfigConstants.cs" />
|
||||
<Compile Include="Database.cs" />
|
||||
<Compile Include="dataobjects\Actor.cs" />
|
||||
<Compile Include="dataobjects\Appearance.cs" />
|
||||
<Compile Include="dataobjects\Character.cs" />
|
||||
<Compile Include="dataobjects\chara\BattleSave.cs" />
|
||||
<Compile Include="dataobjects\chara\BattleTemp.cs" />
|
||||
<Compile Include="dataobjects\chara\EventSave.cs" />
|
||||
<Compile Include="dataobjects\chara\EventTemp.cs" />
|
||||
<Compile Include="dataobjects\chara\ParameterTemp.cs" />
|
||||
<Compile Include="dataobjects\chara\PlayerActor.cs" />
|
||||
<Compile Include="dataobjects\database\DBAppearance.cs" />
|
||||
<Compile Include="dataobjects\database\DBCharacter.cs" />
|
||||
<Compile Include="dataobjects\CharaInfo.cs" />
|
||||
<Compile Include="dataobjects\chara\CharaWork.cs" />
|
||||
<Compile Include="dataobjects\chara\ParameterSave.cs" />
|
||||
<Compile Include="dataobjects\chara\PlayerWork.cs" />
|
||||
<Compile Include="dataobjects\database\DBCommands.cs" />
|
||||
<Compile Include="dataobjects\database\DBJournal.cs" />
|
||||
<Compile Include="dataobjects\database\DBPlayerData.cs" />
|
||||
<Compile Include="dataobjects\database\DBStats.cs" />
|
||||
<Compile Include="dataobjects\Item.cs" />
|
||||
<Compile Include="dataobjects\Player.cs" />
|
||||
<Compile Include="dataobjects\World.cs" />
|
||||
<Compile Include="dataobjects\ConnectedPlayer.cs" />
|
||||
<Compile Include="dataobjects\database\DBWorld.cs" />
|
||||
<Compile Include="PacketProcessor.cs" />
|
||||
<Compile Include="packets\BasePacket.cs" />
|
||||
<Compile Include="packets\receive\HandshakePacket.cs" />
|
||||
|
@ -99,6 +112,7 @@
|
|||
<Compile Include="packets\send\actor\SetActorStatePacket.cs" />
|
||||
<Compile Include="packets\send\actor\SetActorTargetAnimatedPacket.cs" />
|
||||
<Compile Include="packets\send\actor\SetActorTargetPacket.cs" />
|
||||
<Compile Include="packets\send\actor\SetStatusPacket.cs" />
|
||||
<Compile Include="packets\send\login\0x2Packet.cs" />
|
||||
<Compile Include="packets\send\actor\AddActorPacket.cs" />
|
||||
<Compile Include="packets\send\actor\MoveActorToPositionPacket.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue