AI PvP System
An empty/stub event hook intended for NPC PvP behaviour. Source: UOD - System Ai Pvp.scp.
How it works
The file defines a single EVENTS block, e_pvp_npc, with no triggers or logic — it is followed immediately by [EOF].
[events e_pvp_npc]
[EOF]
In its current state the system does nothing. The e_pvp_npc event name exists as a placeholder that can be attached to NPCs, but any actual AI/PvP behaviour would need to be implemented here (or is handled elsewhere in the PvP scripts under server/scripts/UOD/PvP/).
Key definitions
| DEFNAME | Role |
|---|---|
e_pvp_npc (EVENTS) |
Empty placeholder event for NPC PvP AI |
Note: This is a stub. If you are looking for active PvP logic, check the
UOD/PvP/directory rather than this file.