diff options
author | shennetsind <ind@henn.et> | 2013-05-05 17:39:47 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-05 17:39:47 -0300 |
commit | 8cc9012eb7e064677d2c9fa74fe1d1a09f90b581 (patch) | |
tree | ca3cfc4490a15db7603b724c4b7a516abe7fec6b /src/map/packets_struct.h | |
parent | 3eb517a5ed648a06fe3158deda37c53fd140414b (diff) | |
download | hercules-8cc9012eb7e064677d2c9fa74fe1d1a09f90b581.tar.gz hercules-8cc9012eb7e064677d2c9fa74fe1d1a09f90b581.tar.bz2 hercules-8cc9012eb7e064677d2c9fa74fe1d1a09f90b581.tar.xz hercules-8cc9012eb7e064677d2c9fa74fe1d1a09f90b581.zip |
3rd Class Effects Update
http://hercules.ws/board/topic/561-3rd-class-effects-update/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 94450facb..1ab296d40 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -50,6 +50,7 @@ enum packet_headers { #else status_changeType = sc_notickType,/* 0x196 */ #endif + status_change2Type = 0x43f, #if PACKETVER < 4 spawn_unitType = 0x79, #elif PACKETVER < 7 @@ -352,6 +353,17 @@ struct packet_status_change { #endif } __attribute__((packed)); +struct packet_status_change2 { + short PacketType; + short index; + unsigned int AID; + unsigned char state; + unsigned int Left; + int val1; + int val2; + int val3; +} __attribute__((packed)); + struct packet_maptypeproperty2 { short PacketType; short type; |