Hi.
i need edit this file: ( htlm/default/35461.htm)
this file contains:
i need put here direct list of buffs. (for example Dances):
*This:
*Remplace for this:
But if i remplace, the buffs not found.
Spanish:
Lo que quiero hacers es, poner directamente los buffs cuando se les hace click al NPC Buffer, sin tener que poner "Buff Me" ni "Songs" ni "Custom Buffs"
i need edit this file: ( htlm/default/35461.htm)
this file contains:
i need put here direct list of buffs. (for example Dances):
*This:
Code:
<html><body>
<tr><td><div align="center"><br>
Welcome Adventurer<br>
I can give you quite usefull Support Magic.<br>
<a action="bypass -h npc_%objectId%_Quest 9999_NPCBuffer"><font color="00FFBB">Buffs</font></a><br>
</div>
</tr>
</body></html>
*Remplace for this:
Code:
<html>
<body>
<center>
<font color="00FFBB">Dances</font><br>
<tr><td><font color="FF0066">______________________________</font></tr></td><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 26"><font color="FF9900">Dance of Warrior</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 27"><font color="FF9900">Dance of Inspiration</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 28"><font color="FF9900">Dance of Mystic</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 29"><font color="FF9900">Dance of Fire</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 30"><font color="FF9900">Dance of Fury</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 31"><font color="FF9900">Dance of Concentration</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 32"><font color="FF9900">Dance of Light</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 33"><font color="FF9900">Dance of Aqua Guard</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 34"><font color="FF9900">Dance of Earth Guard</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 35"><font color="FF9900">Dance of Vampire</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 36"><font color="FF9900">Dance of Protection</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 37"><font color="FF9900">Dance of Shadow</font></a></td></tr><br>
<tr><td></td><td><a action="bypass -h Quest 9999_NPCBuffer 38"><font color="FF9900">Dance of Siren</font></a></td></tr><br>
<tr><td><font color="FF0066">______________________________</font></tr></td><br>
<td><a action="bypass -h Quest 9999_NPCBuffer 1.htm"><font color="LEVEL">Back</font></a></td>
</center>
</body>
</html>
But if i remplace, the buffs not found.
Spanish:
Lo que quiero hacers es, poner directamente los buffs cuando se les hace click al NPC Buffer, sin tener que poner "Buff Me" ni "Songs" ni "Custom Buffs"