Request Attack (0x05)
- Status:
implemented - Direction:
Client - Length:
5 bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x05
- Last modified in POL docs:
2008-10-11 12:57:22byMuadDib
Moongate Packet Classes
RequestAttackPacket(Incoming, Fixed, length5) fromsrc/Moongate.Network.Packets/Incoming/Interaction/RequestAttackPacket.cs
Current Moongate Behavior
RequestAttackPacket is now wired to RequestAttackHandler -> CombatService.
Current behavior:
- resolves the requested defender serial
- sets
CombatantIdon the attacker - forces warmode on the attacker
- schedules the first melee swing through
ITimerService/TimerWheelService - sends outbound
0xAA Change Combatantto the attacker client
The actual region/map harmful-action gate is evaluated later, when the scheduled swing tries to resolve.
Packet Build
| Type | Field |
|---|---|
BYTE[1] |
cmd |
BYTE[4] |
ID to be attacked |
Subcommand Build
N/A
Notes
N/A