GUIDE

NPC Buffers - add skills to an NPC

L
L2BabylonThread starter
Sep 14, 2026 13:53

NPC BUFFER DATA

FILE
game/data/scripts/ai/others/NpcBuffers/NpcBuffersData.xml

This file maps an NPC ID to one or more skills that the NPC casts automatically.

FORMAT USED BY THE SOURCE
<npc id="13007">
<skill id="2139" level="1" initialDelay="1" delay="10" affectScope="RANGE" affectObject="FRIEND" />
</npc>

FIELDS
npc id = NPC template ID
skill id = skill ID
level = skill level
initialDelay = first cast delay
delay = repeat delay
affectScope = target scope
affectObject = friend/enemy targeting rule

For the Babylon Manager / Community selectable buffer, use SchemeBufferSkills.xml instead. This NpcBuffersData.xml file is for NPC AI buffer mappings.

👍 0 Quote
Only Admin can reply/update in this section.