mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 19:38:26 +02:00
renamed mob stuff to battlenpc
- stubbed spawn/die/despawn functions
This commit is contained in:
parent
cc1929a9fb
commit
d895357182
10 changed files with 63 additions and 124 deletions
|
@ -6,6 +6,12 @@ using FFXIVClassic.Common;
|
|||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.actor.battle
|
||||
{
|
||||
// see xtx_command
|
||||
enum BattleActionX01PacketCommand : ushort
|
||||
{
|
||||
Disengage = 12002,
|
||||
Attack = 22104,
|
||||
}
|
||||
class BattleActionX01Packet
|
||||
{
|
||||
public const ushort OPCODE = 0x0139;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue