For create buff book for remove buff you need to add server_variables.sql sql query:
INSERT INTO `server_variables` (`name`, `value`) VALUES ('BuffItemIds', '3875');
path to HTM for editing: gameserver\data\html-en\mods\buffer\item-3875.htm
Buff scheme path: gameserver\data\buff_templates.xml
How to work with buffer in details: https://lucera2.com/threads/how-to-work-with-a-buffer-and-to-do-a-premium-buff.1421/
INSERT INTO `server_variables` (`name`, `value`) VALUES ('BuffItemIds', '3875');
path to HTM for editing: gameserver\data\html-en\mods\buffer\item-3875.htm
Buff scheme path: gameserver\data\buff_templates.xml
How to work with buffer in details: https://lucera2.com/threads/how-to-work-with-a-buffer-and-to-do-a-premium-buff.1421/