I created this xml and placed it in the status-npc - custom folder.
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd">
<npc id="60001" displayId="31221" type="Folk" name="Gemini Buffer" title="Custom Buffer">
<collision>
<radius normal="8.0" />
<height normal="23.5" />
</collision>
</npc>
</list>
I created this html and placed it in the html-default folder.
<html>
<body>
<center>
<font color="LEVEL">Gemini Buffer</font><br>
<img src="L2UI.SquareWhite" width="300" height="1"><br>
<font color="FF9900">Basic Buffs</font><br>
<a action="bypass -h Quest 9999 Skill 1204 2">Wind Walk</a><br>
<a action="bypass -h Quest 9999 Skill 1040 3">Shield</a><br>
<a action="bypass -h Quest 9999 Skill 1068 3">Might</a><br>
<a action="bypass -h Quest 9999 Skill 1036 2">Magic Barrier</a><br>
<a action="bypass -h Quest 9999 Skill 1035 4">Mental Shield</a><br>
<a action="bypass -h Quest 9999 Skill 1045 6">Bless the Body</a><br>
<a action="bypass -h Quest 9999 Skill 1048 6">Bless the Soul</a><br>
<a action="bypass -h Quest 9999 Skill 1062 2">Berserker Spirit</a><br>
<a action="bypass -h Quest 9999 Skill 1086 2">Haste</a><br>
<a action="bypass -h Quest 9999 Skill 1240 3">Guidance</a><br>
<a action="bypass -h Quest 9999 Skill 1242 3">Death Whisper</a><br>
<a action="bypass -h Quest 9999 Skill 1077 3">Focus</a><br>
<a action="bypass -h Quest 9999 Skill 1268 4">Vampiric Rage</a><br>
<a action="bypass -h Quest 9999 Skill 1087 3">Agility</a><br>
<a action="bypass -h Quest 9999 Skill 1085 3">Acumen</a><br>
<a action="bypass -h Quest 9999 Skill 1059 3">Empower</a><br>
<a action="bypass -h Quest 9999 Skill 1303 2">Wild Magic</a><br>
<a action="bypass -h Quest 9999 Skill 1078 6">Concentration</a><br>
<a action="bypass -h Quest 9999 Skill 1243 6">Bless Shield</a><br>
<a action="bypass -h Quest 9999 Skill 1259 4">Resist Shock</a><br>
<img src="L2UI.SquareWhite" width="300" height="1"><br>
<font color="FF9900">Dances & Songs</font><br>
<a action="bypass -h Quest 9999 Skill 271 1">Dance Warrior</a> - <a action="bypass -h Quest 9999 Skill 264 1">Song Earth</a><br>
<a action="bypass -h Quest 9999 Skill 274 1">Dance Fire</a> - <a action="bypass -h Quest 9999 Skill 268 1">Song Wind</a><br>
<img src="L2UI.SquareWhite" width="300" height="1"><br>
<a action="bypass -h Quest 9999 Heal"><font color="00FF00">Heal (HP/MP/CP)</font></a><br>
<a action="bypass -h npc_%objectId%_cancel">Cancel Buffs</a><br>
</center>
</body>
</html>
Despite this, as soon as I enter the game, the npc buffer doesn't give buffs. Can someone help me fix it?